check_jmx II

Bookmark and Share

Rating
1 vote
Favoured:
0
Hits
35403
Files:
FileDescription
check_jmx.zipUnzip and look nagios/readme.txt
Java JMX Nagios plugin enables you to monitor JMX attributes in Nagios. Requires Java version 5 or higher.
Java JMX Nagios plugin enables you to monitor JMX attributes in Nagios.
As soon as JMX embedded in Java 5, any Java process may expose parameters to be monitored using JMX interface,
look http://java.sun.com/j2se/1.5.0/docs/guide/management/agent.html and http://java.sun.com/jmx for details
In Java version < 5 it is still possible to expose JMX interface using third party libraries

To see what can be monitored by JMX, run /bin/jconsole.exe and connect to
the host/port you setup in your Java process.

Some examples are:
* standard Java JMX implementation exposes memory, threads, OS, garbage collector parameters
* Tomcat exposes multiple parameters - requests, processing time, threads, etc..
* spring framework allows to expose Java beans parameters to JMX
* your application may expose any attributes for JMX by declaration or explicitly.
* can monitor localhost or remote processes



Includes Munin plugin for JMX as well.
Reviews (1)
byNagiosUser007, September 7, 2010
I am not getting performance data output from this check. How can I get this data?