# 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";