admins: intelligent rate-limiting of error notifications?
September 26, 2008 2:55 PM
Subscribe
I have a web service that generates errors. Currently, each time there's an error, it gets sent to an admin mailing list.
Is there an open-source tool that will summarize repeated duplicate errors, rather than generating a separate notification for each?
For example, say there are 100 'service foo threw exception bar' errors in a 15 minute window.
What I'd like to see is one initial 'service foo threw exception bar' notification, followed by a single second notification 'service foo threw exception bar repeated 99 times.'
This seems like it must be a solved problem, where there's a single 'sink' for all of the notifications from various services that can summarize duplicates and in doing so prevent alert fatigue (and enormous pager/SMS bills).
So I turn to the collective wisdom of ask.mefi - does this exist?
posted by zippy to computers & internet (6 comments total)
posted by wongcorgi at 3:08 PM on September 26, 2008