-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Description
v3.17.3
I want Pulse to continue monitorig even when I reboot one of my nodes. So I want to add both nodes to the config.
Here's my sanitized config (.env):
PROXMOX_HOST=192.168.20.51
PROXMOX_PORT=8006
PROXMOX_TOKEN_ID=pulse-monitor@pam!pulse
PROXMOX_TOKEN_SECRET=4529ab7f-e20b-43e9-a51c-683f2cea4644
PROXMOX_ALLOW_SELF_SIGNED_CERTS=true
PROXMOX_HOST_1=192.168.20.52
PROXMOX_PORT_1=8006
PROXMOX_TOKEN_ID_1=pulse-monitor@pam!pulse
PROXMOX_TOKEN_SECRET_1=4529ab7f-e20b-43e9-a51c-683f2cea4644
PROXMOX_ALLOW_SELF_SIGNED_CERTS_2=true
PBS_HOST=192.168.20.55
PBS_PORT=8007
PBS_TOKEN_ID=pulse-monitor@pbs!pulse-monitor
PBS_TOKEN_SECRET=d6d2d10c-5334-42d1-9dc0-43805101f092
PBS_NODE_NAME=pbs
PBS_ALLOW_SELF_SIGNED_CERTS=true
ENABLE_HOT_RELOAD=true
PULSE_METRIC_INTERVAL_MS=2000
PULSE_DISCOVERY_INTERVAL_MS=30000
THEME_PREFERENCE=dark
AUTO_UPDATE_ENABLED=true
And a screenshot...

Note how all VMs are shown twice, as are all nodes (I only have 2 nodes in this cluster, but 4 are displayed...)
If I comment out all the _2
variables, here is the (correct) display

BUT, if I shut down node1, I lose my Pulse dashboard completely. Not ideal...
Metadata
Metadata
Assignees
Labels
No labels