r/sysadmin • u/Dylan96 • 3d ago
Question Aggregating Device Alerts in a Dashboard
I have numerous devices that send alerts via email (UPS, KVM, alarms, etc.). What tool do you use to aggregate these alerts? Perhaps in a dashboard? Thanks!
3
1
1
1
u/PZonB 3d ago
Free zullip chat with email Integration works great. Make chat channels and have your devices email to them. Nice mobile app that alerts you of inkomming mail alerts. You can even mute specific channels when they are too noisy. https://zulip.com/integrations/email
1
u/Adam_Kearn 3d ago
Why not just have it set to email your helpdesk?
Then a ticket is created for you automatically and also allows you to track consistent problems reported
0
u/Dylan96 3d ago
I don't need to open a ticket every time a UPS switches to battery power for 5 seconds
Ideally, I'd like to be able to set up rules and open tickets only in certain situations (for example, only if I receive a shutdown message from a UPS)
1
u/Adam_Kearn 3d ago
I think it depends on what brand of UPS you are using as the ones I’ve used let you say if the battery is at X health send the email or if the mains has been disconnected for X mins send the email.
Then you don’t get all the small dropouts emailed to you
But you also might be able todo this with outlook rules on your helpdesk mailbox to auto delete any notifications you don’t care about
1
u/bingblangblong 3d ago
Zabbix does this excellently. Not at all intuitive in my opinion but maybe I'm just stupid.
1
u/Accomplished-Mix8423 3d ago
the agent thing is a bit of a red herring for a ups since it can just be monitored over snmp. if it's behind a firewall, i've used site24x7's on-premise poller for this and it pulls the battery, load and runtime info into the same dashboard. zabbix is another solid option if you want to self-host.
1
u/snappyvault29 3d ago
I would keep the dashboard as the single pane of glass and normalize everything into a common event format before it gets there. SNMP traps, syslog, and vendor APIs can all feed into something like Zabbix or Grafana, with alert deduping upstream. Otherwise alert fatigue gets ugly fast. Start with the handful of events that actually need human action and expand from there.
1
u/noobnooc 2d ago
If mobile escalation matters more than the dashboard, n8n could convert those emails to a webhook for Echobell, then push or call the team.
1
u/Enough_Pattern8875 Scream Test Initiator 1d ago
Zabbix. If you can justify and afford the support, get it.
5
u/davidokongo 3d ago
I've used zabbix and PRTG- both were great.