Skip Menu |

This queue is for tickets about the jmx4perl CPAN distribution.

Report information
The Basics
Id: 58014
Status: rejected
Priority: 0/
Queue: jmx4perl

People
Owner: Nobody in particular
Requestors: tomasz.krym [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Ability to return CRITICAL status when read value is lesser than given value
Date: Tue, 1 Jun 2010 21:55:48 +0800
To: bug-jmx4perl [...] rt.cpan.org
From: Tomasz Krym <tomasz.krym [...] gmail.com>
In the checkjmx when critical level value is lesser than warning level value, the CRITICAL status is returned when the read value is lesser than critical. This is useful, ie when monitoring queues - I would like to know if the consumers count is not less than specified value (when it is it means that some components are not subscribed to the queue). Thanks for addition of this feature!
Hi Tomasz,

On Tue Jun 01 09:56:01 2010, tomasz.krym wrote:
Show quoted text
> In the checkjmx when critical level value is lesser than warning level
> value, the CRITICAL status is returned when the read value is lesser
> than critical. This is useful, ie when monitoring queues - I would
> like to know if the consumers count is not less than specified value
> (when it is it means that some components are not subscribed to the
> queue).
>
> Thanks for addition of this feature!

Sounds like a good thing. I will consider this for one of the next releases (probably 0.70 or 0.75)

thanx ...
...roland
On Tue Jun 01 09:56:01 2010, tomasz.krym wrote:
Show quoted text
> In the checkjmx when critical level value is lesser than warning level
> value, the CRITICAL status is returned when the read value is lesser
> than critical. This is useful, ie when monitoring queues - I would
> like to know if the consumers count is not less than specified value
> (when it is it means that some components are not subscribed to the
> queue).
>
> Thanks for addition of this feature!

While I'm justing thinking about it, i think this is already possible using the
formats defined in http://nagiosplug.sourceforge.net/developer-guidelines.html#THRESHOLDFORMAT

e.g. for a critical value [0 .. 10] and a warning for > 10 the following specification should do it

 --critical @0:20 --warning ~:20

Could you please verify whether this work for you ?

thanx ...
...roland




Subject: Re: [rt.cpan.org #58014] Ability to return CRITICAL status when read value is lesser than given value
Date: Tue, 29 Jun 2010 16:23:43 +0800
To: bug-jmx4perl [...] rt.cpan.org
From: Tomasz Krym <tomasz.krym [...] gmail.com>
It looks like working, so this a solution for my problem. I think that way proposed by me is a bit more user friendly, especially for newbies like me, but a solution is posted here, so everybody interested in will find it. Thanks for help!