diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2011-12-24 08:38:23 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2011-12-24 08:38:23 +0000 |
commit | 5b69dc2d7b6fb3f17b275603b55ce8b1b4e2bd40 (patch) | |
tree | 78377cdfb110b14a2e9a5edcdaecb469be18c816 /nagios-nrpe-commands.cfg | |
parent | 1d32feb825442eb26e978456d7f3d6ef6463d2b8 (diff) | |
download | sitesummary-5b69dc2d7b6fb3f17b275603b55ce8b1b4e2bd40.tar.gz sitesummary-5b69dc2d7b6fb3f17b275603b55ce8b1b4e2bd40.tar.bz2 sitesummary-5b69dc2d7b6fb3f17b275603b55ce8b1b4e2bd40.tar.xz |
Typo.
Diffstat (limited to 'nagios-nrpe-commands.cfg')
-rw-r--r-- | nagios-nrpe-commands.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nagios-nrpe-commands.cfg b/nagios-nrpe-commands.cfg index 2cf40eb..6a2729f 100644 --- a/nagios-nrpe-commands.cfg +++ b/nagios-nrpe-commands.cfg @@ -17,6 +17,6 @@ command[check_procs_zombie]=/usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $AR command[check_shutdown]=/usr/lib/sitesummary/nagios-plugins/check_shutdown command[check_smtp]=/usr/lib/nagios/plugins/check_smtp -H localhost command[check_swap]=/usr/lib/nagios/plugins/check_swap -w $ARG1$ -c $ARG2$ -command[check_dns]=/usr/lib/nagios/plugins/check_dns -H $HOSTADDRESS$ +command[check_dns]=/usr/lib/nagios/plugins/check_dns -H $ARG1$ command[check_squid]=/usr/lib/nagios/plugins/check_http -H localhost -p $ARG1$ -u $ARG2$ -e 'HTTP/1.0 200 OK' command[check_imaps]=/usr/lib/nagios/plugins/check_imap -p 993 -H localhost -S |