fix v4 switch

This commit is contained in:
Jan Wagner 2008-10-01 12:27:05 +00:00
parent 04e4d36f7a
commit 70481241a2
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -5,6 +5,8 @@ nagios-plugins (1.4.12-4) UNRELEASED; urgency=low
* add warning and critical threshold to check_disk_smb_user command
definition
* 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

View file

@ -17,7 +17,7 @@ define command{
# 'check_ssh_4' command definition
define command{
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