cloudtools / nymms

Not Your Mother's Monitoring System
BSD 2-Clause "Simplified" License
47 stars 12 forks source link

NYMMS alerts when SOFT recoveries become HARD recoveries #21

Open phobologic opened 10 years ago

phobologic commented 10 years ago

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 be sent by default. I've seen it send alerts though. Need to decide if this should be configurable via filters (should be easy enough to do) or if it should be a core part of the reactor logic.

phobologic commented 10 years ago

Provided a not_soft_recovery filter - leaving this open to think about it some more, but at least now it's possible to ignore soft recovery emails.