nymms icon indicating copy to clipboard operation
nymms copied to clipboard

Not Your Mother's Monitoring System

Results 16 nymms issues
Sort by recently updated
recently updated
newest added

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.

enhancement

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

enhancement

http://sphinx-doc.org/ext/autodoc.html

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...

bug