Skip to content

Can't add 2nd node in my cluster - all nodes/VMs duplicated in dashboard #104

@luckman212

Description

@luckman212

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...

Image

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

Image

BUT, if I shut down node1, I lose my Pulse dashboard completely. Not ideal...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions