Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_dell.py - Yet another omreport nagios plugin
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!
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.
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)
Be the first to review this listing!