Module: check_mk
Branch: master
Commit: 922f57c90eb919a0e99f1b659d3e446e06906196
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=922f57c90eb919…
Author: Florian Heigl <fh(a)mathias-kettner.de>
Date: Wed Sep 19 20:22:36 2012 +0200
Check manpage for jolokia_metrics.bea_requests
---
checkman/jolokia_metrics.bea_requests | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/checkman/jolokia_metrics.bea_requests
b/checkman/jolokia_metrics.bea_requests
new file mode 100644
index 0000000..cb8add4
--- /dev/null
+++ b/checkman/jolokia_metrics.bea_requests
@@ -0,0 +1,26 @@
+title: Requests to JVM sessions on BEA Weblogic
+agents: linux
+author: Mathias Kettner <mk(a)mathias-kettner.de>
+license: GPL
+distribution: check_mk
+description:
+ This check allows to track the number and rate of incoming requests to
+ a JVM application server on BEA weblogic.
+
+ To use this plugin, Jolokia and the agent plugin need to be deployed
+ on the monitored server in each application container.
+
+ The check can alert if the {WARN}/{CRIT} thresholds for a configurable total
+ is exceeded.
+
+item:
+ The name of the application server instance as configured by the agent
+ followed by the name of the application.
+ I.e. webservices webservices
+
+perfdata:
+ The number of requests served.
+
+inventory:
+ One check is created for each selvet running inside a weblogic
+ instance sent by the agent.