What's Changed
Bug Fixes
- Fixed node grouping issues - Nodes with duplicate hostnames (e.g., multiple nodes named "pve") now correctly separate their VMs, containers, and storage instead of incorrectly grouping them together
- Fixed PBS host backup display - Proxmox Backup Server host backups (using proxmox-backup-client) now correctly display as "Host" type instead of incorrectly showing as "LXC"
- Fixed missing critical alert notifications - Critical alerts that existed before a Pulse restart (service restart, container restart) now properly send notifications after the restart, instead of silently appearing only in the Active Alerts UI
- Fixed physical disk info on mixed disk nodes - Nodes with mixed disk types (SSDs, HDDs, hardware RAID controllers) now correctly display all physical disks instead of failing with JSON parsing errors
Technical Details
These fixes address issues #476, #454, #471, and #449 reported by users running v4.14.0 and v4.15.0.
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.