On Fri May 17 05:15:56 2013, admir@trakic.com wrote:
Show quoted text> perl, v5.10.0
>
> I'm experiencing periodic errors while using check_jmx4perl with --mbean
> --attribute ---delta args.
>
> BTW: is there any way how to do incremental checks on descending values?
>
> Thx
>
Sorry for coming back to you that late.
This warning means, that from time to time you measure an undefined value which is stored in the history. Can you give me the check configuration where this happen to you ?
Setting the old value to 0 in case of 'undefined' doesn't help much, because the relative value will be messed up neverthelesse. Better a warning here to indicate that something is wrong. So I probably wont change this.
You can do of course checks on descending values, the 'velocity' (that's what you are measuring) is then negative. You only have to adopt the threshold according to
http://nagiosplug.sourceforge.net/developer-guidelines.html#THRESHOLDFORMAT so that you can check, when the velocity goes *below* a certain value.