Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / jolokia_metrics.threads
blob172890760ec094a1750138e96c2acf4c61ea4ba1
1 title: Number of JVM threads
2 agents: linux
3 catalog: app/java
4 license: GPL
5 distribution: check_mk
6 description:
7  This check works on the number of threads running in a JVM.
8  It can alert if a configured number of threads is exceeded, and
9  it will also calculate the rate (per second) at which new threads
10  are launched, independent of the total number of threads at the
11  time.
13  To use this plugin, Jolokia and the agent plugin need to be installed
14  on the monitored server.
17 item:
18  The name of the application server instance as configured by the agent.
20 inventory:
21  One check is created per JVM sent by the Jolokia agent.