Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / jolokia_metrics.bea_queue
blob4c0933a5efe0874f4e5c4450fc77ff5cb1b6dafb
1 title: BEA Weblogic: Length of queue
2 agents: linux
3 catalog: app/java
4 license: GPL
5 distribution: check_mk
6 description:
7  The BEA application servers have "Execute Queues" in which requests are
8  processed. This check allows to monitor the number of requests that
9  are being queued for processing.
11  To use this plugin, Jolokia and the agent plugin need to be deployed
12  on the monitored server in each application container.
14  The check can alert if the {WARN}/{CRIT} thresholds for a configurable total
15  is exceeded.
17 item:
18  The name of the application server instance as configured by the agent
19  followed by the name of the application.
20  I.e. webservices webservices
22 inventory:
23  One check is created for each application running inside a weblogic
24  instance sent by the agent.
27 [paramters]
28 warn (int): This many queue entries will trigger a WARNING state
29 crit (int): This many queue entries will trigger a CRITICAL state