diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2012-02-13 10:03:44 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2012-02-13 10:03:44 +0000 |
commit | eb6ad3bbd3d12c22deedfcee41d53902e39524fc (patch) | |
tree | e9500afb0b6cb29784925e5f80899e202f1760b1 /nagios-nrpe-commands.cfg | |
parent | e8519327081a5af9bd2a319c137581b13eab4f28 (diff) | |
download | sitesummary-eb6ad3bbd3d12c22deedfcee41d53902e39524fc.tar.gz sitesummary-eb6ad3bbd3d12c22deedfcee41d53902e39524fc.tar.bz2 sitesummary-eb6ad3bbd3d12c22deedfcee41d53902e39524fc.tar.xz |
More to add dhcp check.
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 6a2729f..8f23e73 100644 --- a/nagios-nrpe-commands.cfg +++ b/nagios-nrpe-commands.cfg @@ -13,6 +13,7 @@ command[check_nfs]=/usr/lib/nagios/plugins/check_rpc -H localhost -C nfs -c2,3 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_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 |