|
From: Thibault G. <tge...@al...> - 2005-12-27 16:50:28
|
Hi
> So instead of setting this host to be in scheduled downtime for that
> hour or so every day, I'd like to just increase the socket timeout
> value on the command.
Just use the -t <timeout in secs> parameter in your command definition.
For instance:
define command {
command_name check_tcp_30s
command_line $USER1$/check_tcp -H $HOSTADDRESS$ -t 30 -p $ARG1$
}
Cheers
--
Thibault GENESSAY
ALIADIS
www.aliadis.fr
Tel. 0870 723 724
Fax 04 72 13 90 40
|