[Pkg-nagios-changes] [pkg-nagios] r1811 - in nagios-plugins/trunk/debian: . pluginconfig
Jan Wagner
waja at alioth.debian.org
Tue Jan 12 20:53:21 UTC 2010
Author: waja
Date: 2010-01-12 20:53:20 +0000 (Tue, 12 Jan 2010)
New Revision: 1811
Modified:
nagios-plugins/trunk/debian/changelog
nagios-plugins/trunk/debian/pluginconfig/ping.cfg
Log:
fix check-switch-alive* checks
Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog 2010-01-10 20:44:18 UTC (rev 1810)
+++ nagios-plugins/trunk/debian/changelog 2010-01-12 20:53:20 UTC (rev 1811)
@@ -32,6 +32,8 @@
Steve Lane (Closes: #561770)
* Add 02_check_icmp_links.dpatch to provide check_host and check_rta_multi,
thanks to Justin T Pryzby for reporting (Closes: #563090)
+ * Fix check-switch-alive* check commands by adding "-H" at the appropriate
+ place
-- Jan Wagner <waja at cyconet.org> Sun, 20 Dec 2009 19:55:45 +0100
Modified: nagios-plugins/trunk/debian/pluginconfig/ping.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/ping.cfg 2010-01-10 20:44:18 UTC (rev 1810)
+++ nagios-plugins/trunk/debian/pluginconfig/ping.cfg 2010-01-12 20:53:20 UTC (rev 1811)
@@ -22,7 +22,7 @@
# 'check-switch-alive' command definition
define command{
command_name check-switch-alive
- command_line /usr/lib/nagios/plugins/check_ping '$HOSTADDRESS$' -w 5000,100% -c 5000,100% -p 1
+ command_line /usr/lib/nagios/plugins/check_ping -H '$HOSTADDRESS$' -w 5000,100% -c 5000,100% -p 1
}
@@ -60,7 +60,7 @@
# 'check-switch-alive_4' command definition
define command{
command_name check-switch-alive_4
- command_line /usr/lib/nagios/plugins/check_ping '$HOSTADDRESS$' -w 5000,100% -c 5000,100% -p 1 -4
+ command_line /usr/lib/nagios/plugins/check_ping -H '$HOSTADDRESS$' -w 5000,100% -c 5000,100% -p 1 -4
}
More information about the Pkg-nagios-changes
mailing list