mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-24 20:22:53 +00:00
d5331e1e2e
The issue was that PBS monitoring uses name-based IDs (pbs-<name>) while the config system uses index-based IDs (pbs-0, pbs-1). When updating PBS node configuration, the alert overrides were already being preserved but the ID mismatch wasn't properly documented. Added explicit logging to track PBS override preservation using the correct monitoring ID.