-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to use token credentials for two separte PVE nodes #236
Comments
I was looking for the same thing, looks like you can do this with the module request param:
|
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, |
I have added a second Proxmox node to my setup. The first one is working fine using token authentication:
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.
How can I pass those separate credentials to that particular node ? Is there a way to create an entry for that in pve.yml ?
The text was updated successfully, but these errors were encountered: