[collectd] Hit counter in threshold

Mariusz Gronczewski xani666 at gmail.com
Fri Jul 3 11:50:18 CEST 2009


Hi.

i must say its kinda awesome idea, tho one thing would be nice, to
have some kind of "expire" timer (reset counter after x "good" values
or after x min) so it wont be triggered for example when there is 1
spike, then 12h normal, then another spike etc.

Regards
Mariusz

2009/7/3 Andrés J. Díaz <ajdiaz at connectical.com>:
> Hi
>
> I've attached a patch to add hit counter to thresholds, that is, each
> time when threhsold raised, then an internal hit counter is
> incremented, when the value of the counter raise a specific value
> setted in configuration, then the notification is generated and
> counter is reset. Here are an example of threshold configuration with
> hit conter:
>
> <Threshold>
>  <Plugin load>
>    <Type load>
>       WarninMax 1
>       Hits 3
>    </Type>
>   </Plugin>
> </Threshold>
>
> In this example the notification will be generated when load value is
> greater than 1 for 3 intervals.
>
> Here are two patches, the first one adds hit feature to the collectd
> cached and the second one use hits in thresholds,
>
> Of course comments and suggestions are welcome :)
>
> Enjoy!
>
> Regards,
>  Andres
>
> _______________________________________________
> collectd mailing list
> collectd at verplant.org
> http://mailman.verplant.org/listinfo/collectd
>
>



More information about the collectd mailing list