I manage several devices—including UPS units, KVMs, and alarm systems—that send notifications by email. I'd like to centralize those alerts in a dashboard or monitoring system, ideally with rules for filtering, deduplication, and escalation. What tools or setups have worked well for you?
3 Answers
For more structured alert handling, tools such as Zabbix combined with an incident-management service can route notifications by service and severity. These systems can provide unique email endpoints, escalation rules, acknowledgments, and on-call notifications. The downside is that hosted incident-management products can become expensive, so an open-source or self-hosted option may be worth considering.
Zabbix and PRTG are both solid choices. PRTG is straightforward to get running, while Zabbix is free and open source with a lot of flexibility. Zabbix takes more time to learn, but it can handle detailed alert rules and monitoring once configured.
For a remote UPS that only sends notifications, you may need to use email integration or SNMP rather than installing an agent. The monitoring platform itself doesn’t necessarily need an agent on every device.
You could route alerts into a help-desk system so they automatically create tickets, which makes recurring problems easier to track. I wouldn’t create a ticket for every brief UPS power event, though. Set rules so only important conditions—such as a shutdown warning, battery failure, or an alert that remains active for a certain period—open a ticket.
Exactly. I’m mainly looking for filtering and conditional rules so short power interruptions don’t create unnecessary tickets, while serious UPS events still get escalated.

That sounds promising, although some of the older equipment can only send email and doesn’t support an agent. I’d need to account for that.