[Pkg-nagios-changes] [pkg-nagios-plugins] 337/413: check_proc seems also have problems with empty additional arguments

Jan Wagner waja at moszumanska.debian.org
Tue Nov 26 23:13:39 UTC 2013


This is an automated email from the git hooks/post-receive script.

waja pushed a commit to branch master
in repository pkg-nagios-plugins.

commit bf60a9567facd049e8bf6eb8e52491ca3e5dc7af
Author: Jan Wagner <waja at cyconet.org>
Date:   Thu Jul 18 12:48:59 2013 +0000

    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 <waja at cyconet.org>  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
 	}
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins.git



More information about the Pkg-nagios-changes mailing list