From 74f4908f29c0e75d65eed572eb4a81987224c40a Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Tue, 29 Oct 2002 17:13:35 +0000 Subject: [PATCH] Added -w 2 to ping cmd template for next latest version of ping which will hang on down servers.` --- config/spong.conf.linux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; -- 2.30.2