nymms
nymms copied to clipboard
Not Your Mother's Monitoring System
Ensuring all the SNS/SQS/SDB/IAM setup is correct is a manual task and prone to error. It might be nice to have a config checker which will bounce packets through the...
The docs for reactor handlers is a little sparse. It would be good to have: - list of builtin reactors - sample config - how to subclass and filter
Eventually a webpage seems like its inevitable. For now that may be overkill. Need to think about what is really necessary.
See https://github.com/cloudtools/nymms/pull/32/files#diff-f7e9ac1edc3b8d8ce0d80969bf081a5cR48 Basically it'd be cool to have a way for API end points to be optionally enabled when certain handlers are enabled. @berndtj
We need a way to acknowledge a problem, especially 'acknowledge with a timeout'. Also, it might be useful to be able to say: "I'm working on this, send all alerts...
Right now the standard way things work with filters is that if no stage change has occurred, no alert is sent. This is fine in most cases, but in the...
Right now you can only specify a regex for the ID of an alert for suppressions. This works in some cases, but in a lot of other cases it'd be...
Currently once something is recorded in the state database it's there forever. An example of when this is bad: - You launch an instance and configure it to be monitored...
Per this: http://nagios.sourceforge.net/docs/3_0/statetypes.html When we get a soft failure state, then an OK failure state (which will be soft), and then finally go to a HARD/OK state no notification should...