[Pkg-nagios-changes] [pkg-nagios] r1094 -
nagios-plugins/trunk/debian/pluginconfig
Jan Wagner
waja-guest at alioth.debian.org
Fri Jan 5 13:55:49 CET 2007
Author: waja-guest
Date: 2007-01-05 13:55:49 +0100 (Fri, 05 Jan 2007)
New Revision: 1094
Modified:
nagios-plugins/trunk/debian/pluginconfig/ping.cfg
Log:
fix command names
Modified: nagios-plugins/trunk/debian/pluginconfig/ping.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/ping.cfg 2006-12-21 22:35:07 UTC (rev 1093)
+++ nagios-plugins/trunk/debian/pluginconfig/ping.cfg 2007-01-05 12:55:49 UTC (rev 1094)
@@ -38,35 +38,35 @@
# 'check_ping_4' command definition
define command{
- command_name check_ping
+ command_name check_ping_4
command_line /usr/lib/nagios/plugins/check_ping -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ -4
}
# 'check-host-alive_4' command definition
define command{
- command_name check-host-alive
+ command_name check-host-alive_4
command_line /usr/lib/nagios/plugins/check_ping -H $HOSTADDRESS$ -w 5000,100% -c 5000,100% -p 1 -4
}
# 'check-printer-alive_4' command definition
define command{
- command_name check-printer-alive
+ command_name check-printer-alive_4
command_line /usr/lib/nagios/plugins/check_ping -H $HOSTADDRESS$ -w 5000,100% -c 5000,100% -p 1 -4
}
# 'check-switch-alive_4' command definition
define command{
- command_name check-switch-alive
+ command_name check-switch-alive_4
command_line /usr/lib/nagios/plugins/check_ping $HOSTADDRESS$ -w 5000,100% -c 5000,100% -p 1 -4
}
# 'check-router-alive_4' command definition
define command{
- command_name check-router-alive
+ command_name check-router-alive_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