Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_qmailq
96036
File | Description |
---|---|
python-setuid.c | Wrapper for execution of Python setuid scripts |
check_qmailq.py | The check 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!
**Installation**
# Edit **python-setuid.c** and update the first 2 define lines with path to your python binary and path to check_qmailq.py
# Compile **python-setuid.c**
gcc python-setuid.c -o check_qmailq
# copy check_qmailq.py and check_qmail in /usr/libexec/nagios
# modify /etc/nagios/nrpe.conf to add check_qmailq control
# restart nrpe
# Edit **python-setuid.c** and update the first 2 define lines with path to your python binary and path to check_qmailq.py
# Compile **python-setuid.c**
gcc python-setuid.c -o check_qmailq
# copy check_qmailq.py and check_qmail in /usr/libexec/nagios
# modify /etc/nagios/nrpe.conf to add check_qmailq control
# restart nrpe
Reviews (1)
byzokko, October 21, 2011
check_qmailq.py is an empty file. please fix.