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

Jan Wagner waja at alioth.debian.org
Wed Oct 1 12:27:05 UTC 2008


Author: waja
Date: 2008-10-01 12:27:05 +0000 (Wed, 01 Oct 2008)
New Revision: 1586

Modified:
   nagios-plugins/trunk/debian/changelog
   nagios-plugins/trunk/debian/pluginconfig/ssh.cfg
Log:
fix v4 switch

Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog	2008-09-27 17:06:34 UTC (rev 1585)
+++ nagios-plugins/trunk/debian/changelog	2008-10-01 12:27:05 UTC (rev 1586)
@@ -5,6 +5,8 @@
   * add warning and critical threshold to check_disk_smb_user command
     definition
   * fix check_http?_hostname* command definitions
+  * adjust 'check_ssh_4' command definition, it needs the v4 argument at first
+    (Closes #500774).
 
  -- Jan Wagner <waja at cyconet.org>  Sun, 24 Aug 2008 07:40:12 +0200
 

Modified: nagios-plugins/trunk/debian/pluginconfig/ssh.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/ssh.cfg	2008-09-27 17:06:34 UTC (rev 1585)
+++ nagios-plugins/trunk/debian/pluginconfig/ssh.cfg	2008-10-01 12:27:05 UTC (rev 1586)
@@ -17,7 +17,7 @@
 # 'check_ssh_4' command definition
 define command{
         command_name    check_ssh_4
-        command_line    /usr/lib/nagios/plugins/check_ssh '$HOSTADDRESS$' -4
+        command_line    /usr/lib/nagios/plugins/check_ssh -4 '$HOSTADDRESS$'
         }
 
 # 'check_ssh_port_4' command definition




More information about the Pkg-nagios-changes mailing list