fix command names

This commit is contained in:
Jan Wagner 2007-01-05 12:55:49 +00:00
parent eb46f0d0f1
commit e21f5b4966

View file

@ -38,35 +38,35 @@ define command{
# '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
}