GUI CSS: Decoupled most styles for sidebar from the classic theme (CMK-1171)
[check_mk.git] / checkman / jolokia_generic
blobfabd03a056947151491757eeaee7c4db18faa49a
1 title: Jolokia: Generic numeric MBean value
2 agents: linux
3 catalog: app/java
4 license: GPL
5 distribution: check_mk
6 description:
7  This check outputs a generic numeric value from the java virtual machine.
8  This check can go WARN or CRIT when the value 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 value sent by the agent.