Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / jolokia_metrics.gc
blobbc7dd3a09df139e82960ce3b5a0023ecc7f268bd
1 title: Java virtual machine garbage collection
2 agents: linux
3 catalog: app/java
4 license: GPL
5 distribution: check_mk
6 description:
7  This check monitors the count and assumed time of the garbage collection. It
8  helps to recognize any deviation from the regular behaviour of the garbage
9  collection.  Such deviations could be more garbage collection runs per
10  minute or an increase in the time the garbage collection is using per minute.
12  Since every tomcat instance has a different behaviour there are no default
13  values set to avoid false alarms.
15  To use this plugin, Jolokia and the agent plugin need to be installed
16  on the monitored server.
18  By default no levels are set because each virtual machine requires its own
19  individual parameters.
21 item:
22  The name of the application server instance and name of the garbage collection
23  as sent by the agent.
25 inventory:
26  One check is created per garbage collector sent by the Jolokia agent.