[collectd] Hit counter in threshold

Mariusz Gronczewski xani666 at gmail.com
Fri Jul 3 18:54:21 CEST 2009


Yeah but then u can get sequence like "over, over, under, over, over,
under" and it will never trigger, but in most cases it will work
okay,and in that 2% you can just make threshold bit lower and still it
will be working good enough :)


2009/7/3 Andrés J. Díaz <ajdiaz at connectical.com>:
> Hi Mariusz et al
>
> Currenty the hit counter is reset when threshold value is reset, that
> is, when value do not match. If each interval has a new value, then if
> almost 3 (in the example)  match with threshold, then the notification
> is raised, but if teh value do not match, the counter is reset always.
> So there are no need to expire the counter, because the counter
> expires in each interval (if the value do not match with the
> threshold).
>
> Regards,
>  Andres
>
> 2009/7/3 Mariusz Gronczewski <xani666 at gmail.com>:
>> 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