Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Dell Server Monitor via iDRAC & SNMP
v0.1
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
GPL
19226
File | Description |
---|---|
check_dell_server_idrac.py | check_dell_server_idrac.py |
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 script is based on the Dell OpenManage Plug-in for Nagios XI, link is https://exchange.nagios.org/directory/Plugins/Hardware/Server-Hardware/Dell/Dell-OpenManage-Plug-2Din-for-Nagios-XI/details.
I get some snmp mibs information from the offical script , and write this simple script. This script just support 12th and later generations of PowerEdge Servers. Moniotor information include cpu,memory,physical disk, virtual disk, temperature, involtage and disk controller, and can output nagios perfdate.
You can use it by "./check_dell_server_idrac.py -H -C ", if your need more detail information, please with "--detail", or more with "--date", it can output nagios perfdate.
This script is compatible with dell R720 and R920 server,.
I just learn python few months, so this scripts is very simple, and must have many bug. For example, the scripts doesn't have snmp timeout or error escape.
I get some snmp mibs information from the offical script , and write this simple script. This script just support 12th and later generations of PowerEdge Servers. Moniotor information include cpu,memory,physical disk, virtual disk, temperature, involtage and disk controller, and can output nagios perfdate.
You can use it by "./check_dell_server_idrac.py -H
This script is compatible with dell R720 and R920 server,.
I just learn python few months, so this scripts is very simple, and must have many bug. For example, the scripts doesn't have snmp timeout or error escape.
Reviews (1)
byJo-Roy, December 26, 2021
python 2 outdated...