> > I'm considering writing a patch to make notifications happen > regardless of state, though perhaps not every <Interval> (that would > be quite noisy). Either I'd send it every <configurable factor> * > <Interval> seconds or (less pleasant) from a background thread. >
It turns out that "Hits", which exists in 4.10 but appears undocumented on the site (but is in the POD docs!) basically does this dampening; great! However, it still didn't apply for OKAY states, so I've committed this patch to the mainline on github: https://github.com/insom/collectd/commit/93d2b047626cff96f4ee061730f0c669c6bd9fa8 and I enclose a patch against 4.10.1. This adds the PersistOK config option to thresholds. It's off by default, so no change for people who don't want it, but for those of us who do, it causes OKAY notifications to follow exactly the same rules as FAIL or WARN, Regards, Aaron
collectd-4.10.1.patch
Description: Binary data
_______________________________________________ collectd mailing list [email protected] http://mailman.verplant.org/listinfo/collectd
