DanN
15 days agoNeophyte
Ideas for devices generating a lot of alerts
I'm looking to be more proactive about the alerts occurring in my portal. I was hoping to create some logic where if a device generates a certain number of warnings over the course of seven days, generate an error alert. Then if say 3 errors generate over a seven day period, generate a critical alert for this.
A way to bubble up alerts so to speak, so I can focus on devices generating more than a normal amount of alerts and begin to determine whats causing the issues. The only idea I came across was creating a script to run an API query for the devices alert history to use, but the issue with this is that the alert will not clear for seven days since it's using the last seven days of alert history.
Any ideas how this could be created?