[Pkg-nagios-changes] [pkg-nagios-plugins] 161/413: fix v4 switch
Jan Wagner
waja at moszumanska.debian.org
Tue Nov 26 23:13:18 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 70481241a21c6d660cd518bc8a1209280d711cdd
Author: Jan Wagner <waja at cyconet.org>
Date: Wed Oct 1 12:27:05 2008 +0000
fix v4 switch
---
debian/changelog | 2 ++
debian/pluginconfig/ssh.cfg | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index e60c768..4ef2527 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 at cyconet.org> Sun, 24 Aug 2008 07:40:12 +0200
diff --git a/debian/pluginconfig/ssh.cfg b/debian/pluginconfig/ssh.cfg
index 3a75905..29a6d17 100644
--- a/debian/pluginconfig/ssh.cfg
+++ b/debian/pluginconfig/ssh.cfg
@@ -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
--
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