Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
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).
Current Version
Last Release Date
February 1, 2010
Owner
Nagios Exchange
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.
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!