From: Stephen L Johnson Date: Tue, 29 Oct 2002 17:13:35 +0000 (+0000) Subject: Added -w 2 to ping cmd template for next latest version of ping which will hang on... X-Git-Tag: spong-2_8_0-beta1~60 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74f4908f29c0e75d65eed572eb4a81987224c40a;p=spong.git Added -w 2 to ping cmd template for next latest version of ping which will hang on down servers.` --- diff --git a/config/spong.conf.linux b/config/spong.conf.linux index d42d8dd..75b53d1 100755 --- a/config/spong.conf.linux +++ b/config/spong.conf.linux @@ -9,13 +9,13 @@ # and since some ping command want args after the host, put the # word HOST where you need the host to be in your ping command # --------------------------------------------------------------------------- -# $Id: spong.conf.linux,v 1.6 2001/06/24 16:16:57 supermathie Exp $ +# $Id: spong.conf.linux,v 1.7 2002/10/29 17:13:35 sljohnson Exp $ $DF = "/bin/df"; $UPTIME = "/usr/bin/uptime"; $PS = "/bin/ps ax"; $GREP = "/bin/grep"; -$PING = "/bin/ping -c 2 HOST"; +$PING = "/bin/ping -c 2 -w 2 HOST"; $TRACEROUTE = "/usr/sbin/traceroute"; $SENDMAIL = "/usr/sbin/sendmail -t"; $MAILQ = "/usr/sbin/sendmail -bp";