What's Changed in v4.5.2-rc.1
🎯 Major New Feature: Proxmox Tag-Based Alert Control
Control alerts directly from Proxmox without opening Pulse! Add these tags to any VM/CT:
pulse-no-alerts
- Completely silent - no alerts in UI or notificationspulse-monitor-only
- Shows alerts in UI but won't send email/webhook notificationspulse-relaxed
- Use higher thresholds (95% CPU/RAM, 98% disk)
Perfect for dev VMs, services that run hot (databases, TrueNAS), or temporary maintenance windows.
Improvements
- Dismissible Quick Tip - The Quick Tip in the Alerts tab now has an X button to dismiss it permanently
- Better Alert Display - Disk I/O alerts now show MB/s instead of confusing percentage values
- CPU Percentage Fix - Fixed CPU values to display correctly as percentages in alert thresholds
Bug Fixes
- Fixed version info loading when DISABLE_AUTH is enabled
- Fixed pulse-relaxed tag to use fixed thresholds (95/98%) instead of adding to existing values
- Improved CPU value conversion for proper percentage display
For RC Release v4.5.2-rc.1
ProxmoxVE Users (LXC)
# RC releases require manual update - the 'update' command only installs stable
# SSH into your container and run:
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash -s -- --version v4.5.2-rc.1
sudo systemctl restart pulse
Docker Users
# Pull the RC version specifically
docker pull rcourtman/pulse:v4.5.2-rc.1
docker stop pulse
docker rm pulse
docker run -d --name pulse \
-p 7655:7655 \
-v pulse-data:/etc/pulse \
rcourtman/pulse:v4.5.2-rc.1
# Or use the 'rc' tag for the latest RC
docker pull rcourtman/pulse:rc
Manual Installation / systemd Users
# Specify the RC version explicitly
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash -s -- --version v4.5.2-rc.1
Downloads
Pre-built binaries available below for linux-amd64, linux-arm64, and linux-armv7.