Replies: 2 comments 5 replies
-
|
The diagnostic shows your proxy version is v4.32.0 but Pulse is v4.32.7. There were critical cluster temperature fixes after v4.32.0 that explain why only the local node works. Re-run the installer on the Proxmox host where Pulse runs to update the proxy: curl -fsSL https://github.com/rcourtman/Pulse/releases/latest/download/install-sensor-proxy.sh | \
sudo bash -s -- --ctid <YOUR_CONTAINER_ID> --pulse-server http://<PULSE_IP>:7655Replace After that, check the proxy logs for SSH issues: journalctl -u pulse-sensor-proxy -fYou should see entries for each node. If nodes B and C show SSH errors, the installer needs to distribute SSH keys to those nodes. Re-running the installer on a clustered Proxmox host handles that automatically via |
Beta Was this translation helpful? Give feedback.
-
|
Sorry about that. The install-sensor-proxy.sh script was added to the release assets as part of v4.33.0, but that version has not been published yet. The current latest release (v4.32.7) does not include it. Ironically, you have hit the exact scenario that prompted this change. Previously, install scripts were pulled directly from the main branch, which meant users could end up running code that referenced features or files that did not exist in their version. By switching to release-based assets, everything stays in sync with the actual released version. v4.33.0 should be out in the next couple of hours. Hold tight. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dears,
as another user highlighted on this board, on a clean Proxmox 8 cluster made of 3 nodes, only temperatures coming from node "A" where the Pulse LXC resides (created automatically via script run on Proxmox host) are visualized in the GUI.
I spent hours trying to make it work from the other nodes B and C but no joy (AI tools I've used proved useless in this case!!), even tried the HTTP version of the script but nothing.
All other metrics are properly seen in the GUI, from the 3 nodes.
Adding: "sensors" command works in all nodes. There might be some remnants of the previous HTTP version script in the nodes B and C.
GUI diagnostic says:
Temperature proxy
Proxy socketDetected
DaemonResponding
Socket path: /mnt/pulse-proxy/pulse-sensor-proxy.sock
Permissions: 0666
Owner: nobody / nogroup
Proxy version: v4.32.0
SSH directory: /var/lib/pulse-sensor-proxy/ssh
(with DETECTED and RESPONDING green icons)
I'm therefore lost. Any good soul that can support?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions