What's Changed
New Features
- ntfy.sh Webhook Support - Added support for ntfy.sh push notifications, allowing real-time alerts to mobile devices and desktop via the ntfy service (addresses discussion #228)
Improvements
- Enhanced Diagnostics Export - Diagnostics now include comprehensive storage and backup information for better troubleshooting
- Better Node Status Tracking - Improved connection status tracking for nodes (addresses #385)
- VM Disk Usage Detection - Better detection of VM disk usage from guest agent data (addresses #367)
Bug Fixes
- Potential fix for alert acknowledgement with special characters in IDs (addresses #380)
- Fixed alert acknowledgement URL parsing issues
- Fixed ntfy webhook to send plain text instead of JSON for proper compatibility
- Fixed tag indicators to only show for guests that actually have tags
- Fixed mock mode to prevent wiping production node configuration
- Fixed alert checking for mock mode data (addresses #399)
Installation
Install/Update:
# Install script (ProxmoxVE/LXC/systemd)
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash
# Docker
docker pull rcourtman/pulse:latest
docker run -d --name pulse -p 7655:7655 -v pulse-data:/etc/pulse rcourtman/pulse:latest
Downloads
Pre-built binaries available below for linux-amd64, linux-arm64, and linux-armv7.