Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_dell_bladechassis
- Nagios 2.x
- Nagios 3.x
File | Description |
---|---|
check_dell_bladechassis-1.0.0.tar.gz | Gzipped tarball |
check_dell_bladechassis-1.0.0.zip | Zip archive |
check_dell_bladechassis-1.0.0-1.el5.i386.rpm | RPM package (i386) |
check_dell_bladechassis-1.0.0-1.el5.x86_64.rpm | RPM package (x86_64) |
check_dell_bladechassis-1.0.0-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_openmanage in terms of supported options and functionality. The information that can be gathered via SNMP from these enclosures is limited, so the plugin can't be as detailed as check_openmanage can for Dell servers. In particular, this applies to the old 1855/1955 chassis.
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 on the M1000e. Performance data in this case is total power consumption (in Watts), total current (in Amperes) and per power supply unit voltage and amperage.
$ check_dell_bladechassis -H my-bladecenter1 OK - System: 'PowerEdge M1000e', SN: 'XXXXXXX', Firmware: '2.00', hardware working fine
If there is an error, the plugin will report it:
$ check_dell_bladechassis -H my-bladecenter1 Blade subsystem health status is Critical Global system health status is Critical
There are many options available to alter the behaviour of this plugin. See the web page for more information.
IMPORTANT! When using this plugin to monitor 1855/1955 enclosures, use SNMP versjon 1. See the web page for more information.
I suggest you visit the website link for some more in depth information.