cleanup ssh_disk*

This commit is contained in:
Jan Wagner 2010-05-20 11:07:56 +00:00
parent 7b08b67dc9
commit 404e495299
2 changed files with 4 additions and 2 deletions

2
debian/changelog vendored
View file

@ -2,6 +2,8 @@ nagios-plugins (1.4.14-6) UNRELEASED; urgency=low
* Rename 13_subst.in_again.dpatch to 01_subst.in.dpatch * Rename 13_subst.in_again.dpatch to 01_subst.in.dpatch
* Add missing 42_check_linux_raid_fix_rebuild.dpatch to patch list * 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@cyconet.org> Sat, 08 May 2010 22:22:24 +0200 -- Jan Wagner <waja@cyconet.org> Sat, 08 May 2010 22:22:24 +0200

View file

@ -13,7 +13,7 @@ define command{
# 'ssh_disk' command definition # 'ssh_disk' command definition
define command{ define command{
command_name ssh_disk 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 # 'ssh_disk_4' command definition
define command{ define command{
command_name ssh_disk_4 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
} }