GUI CSS: Decoupled most styles for sidebar from the classic theme (CMK-1171)
[check_mk.git] / checkman / jolokia_generic.rate
blobe277d4223e4db7f8d49806833886415e1078d6ee
1 title: Jolokia: Generic numeric MBean rate
2 agents: linux
3 catalog: app/java
4 license: GPL
5 distribution: check_mk
6 description:
7  This check outputs the rate of a generic numeric value from the java virtual machine.
8  This check can go WARN or CRIT when the rate is below or above certain
9  configurable levels.
11  To use this plugin, Jolokia and the agent plugin need to be installed
12  on the monitored server.
14  Please note that this check was designed with single values in mind.
15  It is best utilized using explicit configuration of specific MBeans
16  and their titles.
17  While bulk requests of MBeans may appear to work, it will probably
18  have undesired side effects (such as ugly formatting or discovery
19  of services always in UNKNOWN state), and is therefore strongly
20  discouraged.
22 inventory:
23  One check is created for each numeric MBean rate value sent by the agent.