Module: check_mk
Branch: master
Commit: 4bb0453366c40852f3433969d5e5ddc724952040
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=4bb0453366c408…
Author: Florian Heigl <fh(a)mathias-kettner.de>
Date: Fri Sep 21 13:21:50 2012 +0200
Check manpage for jolokia_metrics.bea_threads
---
checkman/jolokia_metrics.bea_threads | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/checkman/jolokia_metrics.bea_threads b/checkman/jolokia_metrics.bea_threads
new file mode 100644
index 0000000..d0b3167
--- /dev/null
+++ b/checkman/jolokia_metrics.bea_threads
@@ -0,0 +1,28 @@
+title: Number of JVM threads
+agents: linux
+author: Mathias Kettner <mk(a)mathias-kettner.de>
+license: GPL
+distribution: check_mk
+description:
+ This check works on the number of threads running in a JVM.
+ time.
+
+ To use this plugin, Jolokia and the agent plugin need to be installed
+ on the monitored server.
+
+ This check does not have configurable levels.
+
+item:
+ The name of the application server instance as configured by the agent.
+
+perfdata:
+ The following values are returned in the perfdata:
+ The count of threads for processing requests,
+ The count of idle threads that are ready to process requests,
+ The count of threads that are in standby,
+ The count of "hogging" threads that are executing for too long.
+
+inventory:
+ One check is created per JVM instance sent by the Jolokia agent.
+
+