cleanup ssh_disk*
This commit is contained in:
parent
7b08b67dc9
commit
404e495299
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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@cyconet.org> Sat, 08 May 2010 22:22:24 +0200
|
||||
|
||||
|
|
4
debian/pluginconfig/disk.cfg
vendored
4
debian/pluginconfig/disk.cfg
vendored
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue