[Pkg-nagios-changes] [pkg-nagios-plugins] 254/413: cleanup ssh_disk*

Jan Wagner waja at moszumanska.debian.org
Tue Nov 26 23:13:29 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 404e4952991b6bf6a2f13ec06406ae5e8ee17175
Author: Jan Wagner <waja at cyconet.org>
Date:   Thu May 20 11:07:56 2010 +0000

    cleanup ssh_disk*
---
 debian/changelog             | 2 ++
 debian/pluginconfig/disk.cfg | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7afb9ab..73e7132 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ nagios-plugins (1.4.14-6) UNRELEASED; urgency=low
 
   * 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
 
diff --git a/debian/pluginconfig/disk.cfg b/debian/pluginconfig/disk.cfg
index 3284639..3f5fcaf 100644
--- a/debian/pluginconfig/disk.cfg
+++ b/debian/pluginconfig/disk.cfg
@@ -13,7 +13,7 @@ define command{
 # '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 @@ define command{
 # '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
         }

-- 
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