Proxmox service

I need help to know why this does not work, I can not find information on pages or other blogs, I continually get this error, but in proxmox is already configured the api, to configure the api in proxmox gave me a user and a long password, I did not give more data.

Hello and welcome to the community.

We will review the query and tell you about it.

Greetings.

Hi,

Please check the connection with the proxmox api.

Example: curl -k -d 'frodo@pvela1b2c3' --data-urlencode 'password' https://ip_server:8006/api2/ and validate the credentials.

Check the logs with the wocu-ctl log command from the command line. Additionally, you can validate connections from WOCU to Proxmox.

More information in the pack documentation:
https://docs.wocu-monitoring.com/en/docs/packs/packs.html#proxmox

Greetings.

Hello,

The steps indicated in documentation are incorret. Please follow this ones:

PROXMOX:

  • Create a group, for example “monitoring”
  • Create a role with AUDIT and VM.Monitor privileges
  • Create a user, for example “wocu_monitor”
  • The user is added in “Permission” to the root path “/”. Associate the group and role already configured.

In WOCU, use this configurations (according the previous example):

  • _API_USER : wocu_monitor
  • _API_PASSWD : password
  • _API_ENDPOINT: IP SERVER or FQDN SERVER PROXMOX
  • _API_NODE: node name
  • _API_STORAGE: storage name

Currently, the Proxmox API is not supported by the pack.

Greetings.