time outs while doing check on specific devices
Re: time outs while doing check on specific devices
just what my command looks like now
$USER1$/check_ping -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ -t 30
$USER1$/check_ping -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ -t 30
Re: time outs while doing check on specific devices
Let us know if that works, thanks.
Re: time outs while doing check on specific devices
If it is persistent, is this network device have routing issues back to the Nagios server, is this check going through a firewall? Can you do the following from the Nagios server:
What type of network device(s) are these 4 IP's.
Code: Select all
traceroute xx.xx.xx.xxRe: time outs while doing check on specific devices
sorry I gave you the wrong command that these devices are using
$USER1$/check_icmp -H $HOSTADDRESS$ -w $ARG1$,$ARG2$ -c $ARG3$,$ARG4$ -p 5
$USER1$/check_icmp -H $HOSTADDRESS$ -w $ARG1$,$ARG2$ -c $ARG3$,$ARG4$ -p 5
Re: time outs while doing check on specific devices
Just add the -t 30
Code: Select all
$USER1$/check_icmp -H $HOSTADDRESS$ -w $ARG1$,$ARG2$ -c $ARG3$,$ARG4$ -p 5 -t 30Re: time outs while doing check on specific devices
looking good so far
Re: time outs while doing check on specific devices
I will keep this thread open. Keep us updated. Thanks.
Re: time outs while doing check on specific devices
worked. only 1 device is now having problems
Re: time outs while doing check on specific devices
You could increase the timeout on the 1 device. Can you do a traceroute on the device from the XI server? Don't really need the output displayed here, just curious if this is an intermittent error, or a routing issue?