diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2012-02-13 10:46:17 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2012-02-13 10:46:17 +0000 |
commit | 7c4488af1dfb4980f099d7543ccde6a096187b25 (patch) | |
tree | c355eafa9ce852a9b43d8f69804d480b1d3af786 /nagios-nrpe-commands.cfg | |
parent | eb6ad3bbd3d12c22deedfcee41d53902e39524fc (diff) | |
download | sitesummary-7c4488af1dfb4980f099d7543ccde6a096187b25.tar.gz sitesummary-7c4488af1dfb4980f099d7543ccde6a096187b25.tar.bz2 sitesummary-7c4488af1dfb4980f099d7543ccde6a096187b25.tar.xz |
this time. Check for dhcpd3 on Lenny and dhcpd on Squeeze++.
Diffstat (limited to 'nagios-nrpe-commands.cfg')
-rw-r--r-- | nagios-nrpe-commands.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nagios-nrpe-commands.cfg b/nagios-nrpe-commands.cfg index 8f23e73..cef17cd 100644 --- a/nagios-nrpe-commands.cfg +++ b/nagios-nrpe-commands.cfg @@ -14,6 +14,7 @@ command[check_ntp]=/usr/lib/nagios/plugins/check_ntp -H localhost command[check_procs]=/usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ command[check_procs_cron]=/usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -C cron command[check_procs_dhcpd]=/usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -C dhcpd +command[check_procs_dhcpd3]=/usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -C dhcpd3 command[check_procs_zombie]=/usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -s Z command[check_shutdown]=/usr/lib/sitesummary/nagios-plugins/check_shutdown command[check_smtp]=/usr/lib/nagios/plugins/check_smtp -H localhost |