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

Jan Wagner waja at alioth.debian.org
Thu May 20 11:08:01 UTC 2010


tags 582272 pending
thanks

Author: waja
Date: 2010-05-20 11:07:56 +0000 (Thu, 20 May 2010)
New Revision: 1902

Modified:
   nagios-plugins/trunk/debian/changelog
   nagios-plugins/trunk/debian/pluginconfig/disk.cfg
Log:
cleanup ssh_disk*

Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog	2010-05-12 05:48:20 UTC (rev 1901)
+++ nagios-plugins/trunk/debian/changelog	2010-05-20 11:07:56 UTC (rev 1902)
@@ -2,6 +2,8 @@
 
   * Rename 13_subst.in_again.dpatch to 01_subst.in.dpatch
   * Add missing 42_check_linux_raid_fix_rebuild.dpatch to patch list
+  * fix ssh_disk and make ssh_disk* better readable, thanks
+    Paul Slootman (Closes: 582272)
 
  -- Jan Wagner <waja at cyconet.org>  Sat, 08 May 2010 22:22:24 +0200
 

Modified: nagios-plugins/trunk/debian/pluginconfig/disk.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/disk.cfg	2010-05-12 05:48:20 UTC (rev 1901)
+++ nagios-plugins/trunk/debian/pluginconfig/disk.cfg	2010-05-20 11:07:56 UTC (rev 1902)
@@ -13,7 +13,7 @@
 # 'ssh_disk' command definition
 define command{
 	command_name	ssh_disk
-	command_line	/usr/lib/nagios/plugins/check_by_ssh -H '$HOSTADDRESS$' -C '/usr/lib/nagios/plugins/check_disk -w '\''$ARG1$' -c '\''$ARG2$'\'' -e -p '\''$ARG3$'\'
+	command_line    /usr/lib/nagios/plugins/check_by_ssh -H '$HOSTADDRESS$' -C "/usr/lib/nagios/plugins/check_disk -w '$ARG1$' -c '$ARG2$' -e -p '$ARG3$'"
 	}
 
 ####
@@ -23,5 +23,5 @@
 # 'ssh_disk_4' command definition
 define command{
         command_name    ssh_disk_4
-        command_line    /usr/lib/nagios/plugins/check_by_ssh -H '$HOSTADDRESS$' -C '/usr/lib/nagios/plugins/check_disk -w '\''$ARG1$'\'' -c '\''$ARG2$'\'' -e -p '\''$ARG3$'\' -4
+        command_line    /usr/lib/nagios/plugins/check_by_ssh -H '$HOSTADDRESS$' -C "/usr/lib/nagios/plugins/check_disk -w '$ARG1$' -c '$ARG2$' -e -p '$ARG3$'" -4
         }




More information about the Pkg-nagios-changes mailing list