From bf60a9567facd049e8bf6eb8e52491ca3e5dc7af Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 18 Jul 2013 12:48:59 +0000 Subject: [PATCH] check_proc seems also have problems with empty additional arguments --- debian/changelog | 3 ++- debian/pluginconfig/procs.cfg | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index a7e6fc3..8c79031 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,8 @@ nagios-plugins (1.4.16-3) UNRELEASED; urgency=low * Fixed check_squid* command definitions * Add double threshold to check_smtp (LP: #318703) - 12_check_smtp_double_threshold.dpatch - * Remove the additional argument from check_ssh (Closes: #717229) + * Remove the additional argument from check_ssh and check_proc + (Closes: #717229) -- Jan Wagner Wed, 10 Jul 2013 15:16:26 +0200 diff --git a/debian/pluginconfig/procs.cfg b/debian/pluginconfig/procs.cfg index ff8819b..47158e4 100644 --- a/debian/pluginconfig/procs.cfg +++ b/debian/pluginconfig/procs.cfg @@ -1,14 +1,14 @@ # 'check_procs' command definition define command{ command_name check_procs - command_line /usr/lib/nagios/plugins/check_procs -w '$ARG1$' -c '$ARG2$' '$ARG3$' + command_line /usr/lib/nagios/plugins/check_procs -w '$ARG1$' -c '$ARG2$' } # 'check_procs_zombie' command definition define command{ command_name check_procs_zombie - command_line /usr/lib/nagios/plugins/check_procs -w '$ARG1$' -c '$ARG2$' -s Z '$ARG3$' + command_line /usr/lib/nagios/plugins/check_procs -w '$ARG1$' -c '$ARG2$' -s Z }