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!