Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Check JMX plus XPATH

Current Version
1.0
Last Release Date
2011-12-31
Compatible With
  • Nagios 3.x
Owner
License
Other
Hits
24964
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Unlike Other Weblogic Plugins, this one can monitor/compare many different Values in the Weblogic JMX MBeans. It would be fairly simple to expand this to jboss or other JMX compatible servers with a tweak. I have not gotten to this point yet.
I have developed this project because most Nagios Plugins only query 1 Attribute of mbean that puts a big load on the operating system for a large amount of JVM's. I believe this to be the most efficient way of monitoring Java, short of creating an Agent or a Query Collection Server.

I have limited the JMX Probe to a select list of important MBeans which I thought important for testing. I will probably expand it as move it in to production.

This project requires, Perl, JAVA, the Weblogic.jar file from your weblogic server and 3 files in this project check_weblogic - (Perl)
ServerProbeRuntime.java (JAVA)
Check_weblgic.cfg (XPATH Query to monitor)

Please feel free to contact me, with questions.


Oh BTW, this plugin should be able to quickly expand to JBOSS or any other JMX compliant server. and I will be looking at doing that in 2012 when I have a chance. If you interested in providing code updates I welcome the help.