Home Directory Plugins Network and Systems Management Dell OpenManage check_dell.py - Yet another omreport nagios plugin

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_dell.py - Yet another omreport nagios plugin

Rating
0 votes
Favoured:
0
Hits
172706
Files:
FileDescription
check_dell-txt.htmcheck_dell-txt.htm
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
A Python Nagios plugin to check Dell hardware. Designed to be used with NRPE and Dell's OpenManage utility: omreport. Has two options --chassis and --storage. Unlike other plugins this one can take the chassis components to check as arguments (fans, memory, etc).
Usage is available via the --help option. Additional information is available within the script.

The script has been tested on several hundred servers without issue. It requires Python 2.3 or above. If you are running Python 2.3 you should probably upgrade Python as that version is ancient. If that's not possible then you will need to download and install the subprocess module.


To install subprocess module in Python 2.3:

wget -O popen5.tgz http://cvs.lysator.liu.se/viewcvs/viewcvs.cgi/root.tar.gz?root=python-popen5

tar xvzf popen5.tgz

cd python-popen5/popen5

python setup.py install



*If it complains about "make" command not being found then you likely need to install the python3-devel package and try again.