mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-12 14:07:28 +00:00
The standalone node detection in discoverClusterNodes was only checking stderr for "not part of a cluster" messages, but some Proxmox versions write these messages to stdout instead. This caused the fallback to discoverLocalHostAddresses to never trigger, leaving temperature monitoring broken on standalone nodes. Changes: - Check both stdout and stderr for standalone node indicators - Document exit code 255 in addition to code 2 - Improve error logging to show both stdout and stderr This ensures standalone nodes correctly fall back to local address discovery regardless of where pvecm writes its error messages. |
||
|---|---|---|
| .. | ||
| audit.go | ||
| audit_test.go | ||
| auth.go | ||
| auth_test.go | ||
| capabilities.go | ||
| cleanup.go | ||
| config.example.yaml | ||
| config.go | ||
| main.go | ||
| main_test.go | ||
| metrics.go | ||
| ssh.go | ||
| ssh_test.go | ||
| throttle.go | ||
| throttle_test.go | ||
| validation.go | ||
| validation_fuzz_test.go | ||
| validation_test.go | ||