
Dell OpenManage
check_dell.py – Yet another omreport nagios plugin
Description:
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
Compatible With
Owner
Project Files
File | Description |
---|---|
check_dell-txt.htm |
Project Notes
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.
Reviews
(0)
Add a Review
Page Sections
Project Stats
Rating
0 (0)
Favorites
0
Views
173,142