Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / jolokia_metrics.app_state
blobd675f22e83338e33e03f1fb8e2bfe8f3fc93bea7
1 title: State of JVM applications
2 agents: linux
3 catalog: app/java
4 license: GPL
5 distribution: check_mk
6 description:
7  This check allows to monitor the state of a single application running on a JVM (i.e. /host-manager or /my-web-app)
9  To use this plugin, Jolokia and the agent plugin need to be installed
10  on the monitored server.
12  The check will return {OK} if the application is found running, or
13  {CRIT} if it is stopped.
15 item:
16  The name of the application server instance as configured by the agent
17  followed by the name of the application. I.e. tomcat7 /examples
20 inventory:
21  One check is created for each application running inside an Jolokia
22  instance sent by the agent.