Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / jolokia_metrics.mem
blob85c00dbeaad52f14ce93c3f2589a79f0120f9a2c
1 title: Memory usage of a JVM
2 agents: linux
3 catalog: app/java
4 license: GPL
5 distribution: check_mk
6 description:
7  This check allows to monitor the usage of heap and non-heap memory area
8  usage on web application servers.
10  To use this plugin, Jolokia and the agent plugin need to be installed
11  on the monitored server.
12  It will then fetch the memory usage from the JMX status info of the remote
13  Java Virtual Machine.
15  The check can alert if the {WARN}/{CRIT} thresholds for a configurable heap, nonheap
16  or total is exceeded.
18 item:
19  The name of the application server instance as configured by the agent.
21 inventory:
22  One check is created for each Jolokia instance sent by the agent.