Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check iDrac via IPMI
1.4
2011-05-09
- Nagios 3.x
- Nagios 4.x
GPL
39464
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!
I strongly recommend using a read only user for this.
**Do not use the download listed here** Use the scripts from the GitHub link
::Dell Server Check via iDRAC IPMI Instructions::
-h, Display this help information
-H, Hostname or IP to check
-M, Specify a message to return on failure
-U, Username to connect
-P, Password to connect
This script has been tested on iDRAC 6 & 7 and requires /usr/sbin/ipmi-sensors
Script written by Noah Guttman and Copyright (C) 2011 Noah Guttman.
This script is released and distributed under the terms of the GNU
General Public License. >>>> http://www.gnu.org/licenses/
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
>>>> http://www.gnu.org/licenses/
-h, Display this help information
-H, Hostname or IP to check
-M, Specify a message to return on failure
-U, Username to connect
-P, Password to connect
This script has been tested on iDRAC 6 & 7 and requires /usr/sbin/ipmi-sensors
Script written by Noah Guttman and Copyright (C) 2011 Noah Guttman.
This script is released and distributed under the terms of the GNU
General Public License. >>>> http://www.gnu.org/licenses/
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
>>>> http://www.gnu.org/licenses/
Reviews (1)
new drac firmware disabled ipmi 1.5.
to use ipmi 2 you must change the script with this line
/usr/sbin/ipmi-sensors -h $opt_H -u $opt_U -p $opt_P -Q -D LAN2_0 -l Administrator
to use ipmi 2 you must change the script with this line
/usr/sbin/ipmi-sensors -h $opt_H -u $opt_U -p $opt_P -Q -D LAN2_0 -l Administrator
Owner's reply
Updated scripts can be found at: https://github.com/nguttman/Nagios-Checks/tree/master/Dell%20iDRAC