aboutsummaryrefslogtreecommitdiffstats
path: root/nagios-nrpe-commands.cfg
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2011-12-24 05:29:13 +0000
committerPetter Reinholdtsen <pere@hungry.com>2011-12-24 05:29:13 +0000
commit75153746eb95b28a4955865ec9b5f01141ae0ddc (patch)
tree1b36822ad02511949a911c2c3ebfcb509b2a507d /nagios-nrpe-commands.cfg
parentdd16d2508f8660cd55abe365ffc0a232c487100c (diff)
downloadsitesummary-75153746eb95b28a4955865ec9b5f01141ae0ddc.tar.gz
sitesummary-75153746eb95b28a4955865ec9b5f01141ae0ddc.tar.bz2
sitesummary-75153746eb95b28a4955865ec9b5f01141ae0ddc.tar.xz
Fix typo in NRPE rule for check_swap, causing the warning level
to be ignored.
Diffstat (limited to 'nagios-nrpe-commands.cfg')
-rw-r--r--nagios-nrpe-commands.cfg2
1 files changed, 1 insertions, 1 deletions
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$