Page 2 of 2

Re: Local Host Down

Posted: Sun Nov 06, 2011 6:22 pm
by jsmurphy
hmmmm there is an erroneous $ symbol at the end of your command definition...
define command{
command_name check-host-alive
command_line $USER1$/check_ping -H $HOSTADDRESS$ -w 3000.0,80% -c 500$
}

I'm clutching at straws but maybe change this back to:

define command{
command_name check-host-alive
command_line $USER1$/check_ping -H $HOSTADDRESS$ -w 3000.0,80% -c 5000.0,100% -p 5
}