You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Everyone,
This is my first real swing at this. I got my config set for running the script/plugin:
./pve-monitor.pl --conf pve-monitor.conf --nodes
Could not connect to any server
Here is the top of the config file:
node pyrit { <- is this a host name or is pyrit a perl process?
address 10.x.x.xxx
port 8006 # Optional, default is 8006
monitor_account monitor@pve
monitor_password P@$$w0rd
realm pve # Optional, default is pam
mem 80 90 # optional, not monitored if not defined
cpu 80 95 # optional
disk 80 90 # optional
}
Just not sure where to look and fix this issue,
Thanks in advance for your help.
Michael
The text was updated successfully, but these errors were encountered:
it's a great plugin, I was able to get it running in less than 1 hour.
Well, pyrit should be your real node from the cluster. So replace it.
Have you created in ProxMox a user named monitor? It won't fly, unless you did.
Hello Everyone,
This is my first real swing at this. I got my config set for running the script/plugin:
./pve-monitor.pl --conf pve-monitor.conf --nodes
Could not connect to any server
Here is the top of the config file:
node pyrit { <- is this a host name or is pyrit a perl process?
address 10.x.x.xxx
port 8006 # Optional, default is 8006
monitor_account monitor@pve
monitor_password P@$$w0rd
realm pve # Optional, default is pam
mem 80 90 # optional, not monitored if not defined
cpu 80 95 # optional
disk 80 90 # optional
}
Just not sure where to look and fix this issue,
Thanks in advance for your help.
Michael
The text was updated successfully, but these errors were encountered: