[Pkg-nagios-changes] [pkg-nagios] r2098 - in nagios-plugins/trunk/debian: . pluginconfig

Jan Wagner waja at alioth.debian.org
Thu Jul 18 12:48:59 UTC 2013


Author: waja
Date: 2013-07-18 12:48:59 +0000 (Thu, 18 Jul 2013)
New Revision: 2098

Modified:
   nagios-plugins/trunk/debian/changelog
   nagios-plugins/trunk/debian/pluginconfig/procs.cfg
Log:
check_proc seems also have problems with empty additional arguments

Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog	2013-07-18 12:35:49 UTC (rev 2097)
+++ nagios-plugins/trunk/debian/changelog	2013-07-18 12:48:59 UTC (rev 2098)
@@ -3,7 +3,8 @@
   * 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
 

Modified: nagios-plugins/trunk/debian/pluginconfig/procs.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/procs.cfg	2013-07-18 12:35:49 UTC (rev 2097)
+++ nagios-plugins/trunk/debian/pluginconfig/procs.cfg	2013-07-18 12:48:59 UTC (rev 2098)
@@ -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
 	}
 
 




More information about the Pkg-nagios-changes mailing list