fix v4 switch
This commit is contained in:
parent
04e4d36f7a
commit
70481241a2
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -5,6 +5,8 @@ nagios-plugins (1.4.12-4) UNRELEASED; urgency=low
|
||||||
* add warning and critical threshold to check_disk_smb_user command
|
* add warning and critical threshold to check_disk_smb_user command
|
||||||
definition
|
definition
|
||||||
* fix check_http?_hostname* command definitions
|
* fix check_http?_hostname* command definitions
|
||||||
|
* adjust 'check_ssh_4' command definition, it needs the v4 argument at first
|
||||||
|
(Closes #500774).
|
||||||
|
|
||||||
-- Jan Wagner <waja@cyconet.org> Sun, 24 Aug 2008 07:40:12 +0200
|
-- Jan Wagner <waja@cyconet.org> Sun, 24 Aug 2008 07:40:12 +0200
|
||||||
|
|
||||||
|
|
2
debian/pluginconfig/ssh.cfg
vendored
2
debian/pluginconfig/ssh.cfg
vendored
|
@ -17,7 +17,7 @@ define command{
|
||||||
# 'check_ssh_4' command definition
|
# 'check_ssh_4' command definition
|
||||||
define command{
|
define command{
|
||||||
command_name check_ssh_4
|
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
|
# 'check_ssh_port_4' command definition
|
||||||
|
|
Loading…
Reference in a new issue