[Pkg-nagios-changes] [pkg-nagios] r2097 - in nagios-plugins/trunk/debian: . pluginconfig
Jan Wagner
waja at alioth.debian.org
Thu Jul 18 12:35:49 UTC 2013
tags 717229 pending
thanks
Author: waja
Date: 2013-07-18 12:35:49 +0000 (Thu, 18 Jul 2013)
New Revision: 2097
Modified:
nagios-plugins/trunk/debian/changelog
nagios-plugins/trunk/debian/pluginconfig/ssh.cfg
Log:
fixing #717229
Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog 2013-07-11 12:45:52 UTC (rev 2096)
+++ nagios-plugins/trunk/debian/changelog 2013-07-18 12:35:49 UTC (rev 2097)
@@ -3,6 +3,7 @@
* Fixed check_squid* command definitions
* Add double threshold to check_smtp (LP: #318703)
- 12_check_smtp_double_threshold.dpatch
+ * Remove the additional argument from check_ssh (Closes: #717229)
-- Jan Wagner <waja at cyconet.org> Wed, 10 Jul 2013 15:16:26 +0200
Modified: nagios-plugins/trunk/debian/pluginconfig/ssh.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/ssh.cfg 2013-07-11 12:45:52 UTC (rev 2096)
+++ nagios-plugins/trunk/debian/pluginconfig/ssh.cfg 2013-07-18 12:35:49 UTC (rev 2097)
@@ -1,13 +1,13 @@
# 'check_ssh' command definition
define command{
command_name check_ssh
- command_line /usr/lib/nagios/plugins/check_ssh '$HOSTADDRESS$' '$ARG1$'
+ command_line /usr/lib/nagios/plugins/check_ssh '$HOSTADDRESS$'
}
# 'check_ssh_port' command definition
define command{
command_name check_ssh_port
- command_line /usr/lib/nagios/plugins/check_ssh -p '$ARG1$' '$HOSTADDRESS$' '$ARG2$'
+ command_line /usr/lib/nagios/plugins/check_ssh -p '$ARG1$' '$HOSTADDRESS$'
}
####
@@ -17,11 +17,11 @@
# 'check_ssh_4' command definition
define command{
command_name check_ssh_4
- command_line /usr/lib/nagios/plugins/check_ssh -4 '$HOSTADDRESS$' '$ARG1$'
+ command_line /usr/lib/nagios/plugins/check_ssh -4 '$HOSTADDRESS$'
}
# 'check_ssh_port_4' command definition
define command{
command_name check_ssh_port_4
- command_line /usr/lib/nagios/plugins/check_ssh -4 -p '$ARG1$' '$HOSTADDRESS$' '$ARG2$'
+ command_line /usr/lib/nagios/plugins/check_ssh -4 -p '$ARG1$' '$HOSTADDRESS$'
}
More information about the Pkg-nagios-changes
mailing list