Open
Description
I have added a second Proxmox node to my setup. The first one is working fine using token authentication:
default:
user: monitoring@pam
token_name: "somename"
token_value: "somevalue"
verify_ssl: false
But the second one (they are not part of a cluster) has a different token secret (albeit the token_name and token_value are the same).
As expected it gives an error when trying this.
proxmoxer.core.ResourceException: 401 Unauthorized: invalid token value! - {'errors': b''}
How can I pass those separate credentials to that particular node ? Is there a way to create an entry for that in pve.yml ?
Activity
danpoltawski commentedon Apr 3, 2024
I was looking for the same thing, looks like you can do this with the module request param:
xzivzs commentedon Dec 20, 2024
Hey guys, can you help me with that situation ? I've been monitoring my "main" Proxmox server for a long time now and I recently add another Proxmox server but it needs to be separate from my main for specific reason. Anyways, I would like to monitor this one as well but can't make it work . Do I need to create another "module" inside "pve.yml" ?
I then specify the module's name inside prometheus.yml config but it doesn't work obviously :
How can I do that ?
EDIT : I made a mistake when assigning permissions to my proxmox monitoring user, working now.
Cheers,