Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_hp_bladechassis
- Nagios 2.x
- Nagios 3.x
File | Description |
---|---|
check_hp_bladechassis-1.0.1.tar.gz | Gzipped tarball |
check_hp_bladechassis-1.0.1.zip | Zip archive |
check_hp_bladechassis-1.0.1-1.el5.i386.rpm | RPM package (i386) |
check_hp_bladechassis-1.0.1-1.el5.x86_64.rpm | RPM package (x86_64) |
check_hp_bladechassis-1.0.1-1.el5.src.rpm | Source RPM |
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 plugin is designed to be a companion plugin to check_dell_bladechassis in terms of supported options and functionality. The information that can be gathered via SNMP from these enclosures is different than that of Dell enclosures, so the plugins will differ in output.
The plugin queries the monitored host remotely via SNMP. It is written in perl and requires the perl module Net::SNMP. Otherwise, the monitored host must be running SNMP, and the Nagios server must be allowed to communicate with the enclosure over SNMP. The -H or --hostname option is needed for the hostname/IP you want to check.
The plugin will optionally collect performance data. Performance data in this case is total power consumption in Watts.
$ check_hp_bladechassis -H my-bladecenter1 OK - System: 'BladeSystem c7000 Enclosure', SN: 'XXXXXXXXXX', Firmware: '2.41', hardware working fine, 14 blades, 6 i/o modules
If there is an error, the plugin will report it:
$ check_hp_bladechassis -H my-bladecenter1 Fan 2 condition is Failed
There are many options available to alter the behaviour of this plugin. See the web page for more information.
NOTE: This plugin is only tested against the c7000 enclosure. If you use this plugin against other enclosures, I would like to hear about it, whether the plugin runs successfully or not.
nagios@occ-nagios:/usr/local/nagios/libexec$ ./check_hp_bladechassis -H 192.168.22.14 -C Public -i -v -s -e
OK - System: 'BladeSystem c3000 Enclosure', SN: 'MySNRemoved', Firmware: '2.25', hardware working fine, 4 blades, 3 i/o modules
It just works "out-of-the-box" (i already had perl-net-snmp installed).
It outputs all the usefull information that i need from the chassis.
The only downside i see, is that on our C7000 enclosure it does not output any errors when a harddrive in a blade server goes bad. BUT this i cant see from the chassis' ilo webinterface either, so i cant really see how this plugin should be able to..
(i set up a secondary check with a different plugin on every blade to do this for me..)
So i just want to say thank you ALOT to the user who made and shared this!
Like the fact that it all so has built in Perf for Power Usage , which is nice.
Would recommend for any body who needs to monitor HP Blade Controllers