Module: check_mk
Branch: master
Commit: d1ea7dd4815c8e799a70816650f9fc56e0a851ed
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=d1ea7dd4815c8e…
Author: Florian Heigl <fh(a)mathias-kettner.de>
Date: Fri Sep 21 13:30:25 2012 +0200
Check manpage for jolokia_metrics.requests
---
checkman/jolokia_metrics.requests | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/checkman/jolokia_metrics.requests b/checkman/jolokia_metrics.requests
new file mode 100644
index 0000000..554709a
--- /dev/null
+++ b/checkman/jolokia_metrics.requests
@@ -0,0 +1,21 @@
+title: Requests to JVM instances
+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.
+
+
+item:
+ The name of the application server instance as configured by the agent
+
+perfdata:
+ The number of requests served.
+
+inventory:
+ One check is created for each JVM instance sent by the agent.