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_ipmi.py

Current Version
1.x
Last Release Date
2010-07-21
Compatible With
  • Nagios 3.x
License
GPL
Hits
99844
Files:
FileDescription
check_ipmi.pyPython check IPMI script
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
This is a barebone FreeIPMI based Nagios IPMI monitoring script. The top of the file includes a basic help for getting it rolling and the script is discussed in the post.
As discussed here:
http://blog.shadowgears.com/2010/07/nagios-ipmi-monitoring.html

This is a python based Nagios IPMI monitoring tool. It isn't specific to any hardware and is based off the sensor listings available on your particular hardware. Simply select the sensor numbers you want to keep an eye on and if they don't respond with a simple [OK] you can provide an expected output alternatively.

Latest versions can always be found at the svn link:
http://pni-toolbox.googlecode.com/svn/trunk/Nagios/plugins/check_ipmi.py

Current work is to add handling for the ipmi chassis info (instead of just the ipmi sensors command). I'm testing it presently but it can be found at:
http://code.google.com/p/pni-toolbox/source/browse/trunk/Nagios/plugins/branch/check_ipmi.py for the curious. The re-factored version will be merged in as the new main target once I've determined nothing has been broken critically.