]> git.etc.gen.nz Git - spong.git/commitdiff
Added -w 2 to ping cmd template for next latest version of ping which will hang on...
authorStephen L Johnson <sjohnson@monsters.org>
Tue, 29 Oct 2002 17:13:35 +0000 (17:13 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Tue, 29 Oct 2002 17:13:35 +0000 (17:13 +0000)
config/spong.conf.linux

index d42d8dd1f223621ccecdeead7c6ca4186502ba06..75b53d1bd4714ee1d92aac1d2dc3a01defb706ee 100755 (executable)
@@ -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";