From 75153746eb95b28a4955865ec9b5f01141ae0ddc Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Sat, 24 Dec 2011 05:29:13 +0000 Subject: Fix typo in NRPE rule for check_swap, causing the warning level to be ignored. --- nagios-nrpe-commands.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nagios-nrpe-commands.cfg') diff --git a/nagios-nrpe-commands.cfg b/nagios-nrpe-commands.cfg index 11e5ccf..4bbbeda 100644 --- a/nagios-nrpe-commands.cfg +++ b/nagios-nrpe-commands.cfg @@ -16,4 +16,4 @@ command[check_procs_cron]=/usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2 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 -command[check_swap]=/usr/lib/nagios/plugins/check_swap -w $ARG1 -c $ARG2$ +command[check_swap]=/usr/lib/nagios/plugins/check_swap -w $ARG1$ -c $ARG2$ -- cgit v1.2.3