mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 11:13:26 +00:00
09846faeb1
- Fixed double CPU percentage multiplication for containers/VMs - Added CheckGuest calls to efficient polling path - Fixed newline escaping in grouped webhook notifications - Guest alerts now properly trigger for containers and VMs These changes address issues where guest alerts weren't being triggered at all due to the efficient polling path not calling CheckGuest, and webhook notifications were failing due to unescaped newlines in grouped alert messages breaking JSON templates.