# 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.bsdi,v 1.4 2000/10/16 13:58:48 sljohnson Exp $
+# $Id: spong.conf.bsdi,v 1.5 2000/11/07 06:10:58 sljohnson Exp $
$DF = "/bin/df";
$UPTIME = "/usr/bin/uptime";
$MAILQ = "/usr/sbin/sendmail -bp";
$NTPDATE = "/usr/sbin/ntpdate -q";
$DNSCMD = "/usr/bin/nslookup";
+$RPCINFO = "/usr/sbin/rpcinfo -u";
1; # I'm a file that gets included in perl code - leave this 1 here...
# 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.freebsd,v 1.4 2000/10/16 13:58:48 sljohnson Exp $
+# $Id: spong.conf.freebsd,v 1.5 2000/11/07 06:10:58 sljohnson Exp $
$DF = "/bin/df";
$UPTIME = "/usr/bin/uptime | head -1"; # Uptime behaves weirdly
$MAILQ = "/usr/sbin/sendmail -bp";
$NTPDATE = "/usr/sbin/ntpdate -q";
$DNSCMD = "/usr/bin/nslookup";
+$RPCINFO = "/usr/sbin/rpcinfo -u";
1; # I'm a file that gets included in perl code - leave this 1 here...
# 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.hpux,v 1.4 2000/10/16 13:58:48 sljohnson Exp $
+# $Id: spong.conf.hpux,v 1.5 2000/11/07 06:10:58 sljohnson Exp $
$DF = "/usr/bin/bdf";
$UPTIME = "/usr/bin/uptime";
$MAILQ = "/usr/lib/sendmail -bp";
$NTPDATE = "/usr/sbin/ntpdate -q";
$DNSCMD = "/usr/bin/nslookup";
+$RPCINFO = "/usr/sbin/rpcinfo -u";
1; # I'm a file that gets included in perl code - leave this 1 here...
# 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.irix,v 1.4 2000/10/16 13:58:48 sljohnson Exp $
+# $Id: spong.conf.irix,v 1.5 2000/11/07 06:10:58 sljohnson Exp $
$DF = "/bin/df -P";
$UPTIME = "/usr/bsd/uptime";
$MAILQ = "/usr/lib/sendmail -bp";
$NTPDATE = "/usr/sbin/ntpdate -q";
$DNSCMD = "/usr/bin/nslookup";
+$RPCINFO = "/usr/sbin/rpcinfo -u";
1; # I'm a file that gets included in perl code - leave this 1 here...
# 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.4 2000/10/16 13:58:48 sljohnson Exp $
+# $Id: spong.conf.linux,v 1.5 2000/11/07 06:10:58 sljohnson Exp $
$DF = "/bin/df";
$UPTIME = "/usr/bin/uptime";
$MAILQ = "/usr/sbin/sendmail -bp";
$NTPDATE = "/usr/sbin/ntpdate -q";
$DNSCMD = "/usr/bin/nslookup";
+$RPCINFO = "/usr/sbin/rpcinfo -u";
undef $LSPS;
# $PS You really want you ps command to return sorted via CPU usage
# $PING Make sure your ping command only pings a finite number of times
# ---------------------------------------------------------------------------
-# $Id: spong.conf.osf1,v 1.5 2000/10/16 13:58:48 sljohnson Exp $
+# $Id: spong.conf.osf1,v 1.6 2000/11/07 06:10:58 sljohnson Exp $
$DF = "/usr/bin/df";
$UPTIME = "/usr/ucb/uptime"; # Use berkely uptime,
$RPCINFO = "/usr/sbin/rpcinfo -u";
$NTPDATE = "/usr/sbin/ntpdate -q";
$DNSCMD = "/usr/bin/nslookup";
+$RPCINFO = "/usr/sbin/rpcinfo -u";
undef $LSPS;
# 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.solaris,v 1.4 2000/10/16 13:58:48 sljohnson Exp $
+# $Id: spong.conf.solaris,v 1.5 2000/11/07 06:10:58 sljohnson Exp $
$DF = "/usr/ucb/df";
$UPTIME = "/usr/bin/uptime";
$PS = "/usr/bin/ps -ef";
$GREP = "/usr/bin/grep";
-$PING = "/usr/sbin/ping -n HOST 1024 2";
+$PING = "/usr/sbin/ping -s -n HOST 1024 2";
$TRACEROUTE = "/usr/bin/traceroute";
$SENDMAIL = "/usr/lib/sendmail -t";
$MAILQ = "/usr/lib/sendmail -bp";
$NTPDATE = "/usr/sbin/ntpdate -q";
$DNSCMD = "/usr/bin/nslookup";
+$RPCINFO = "/usr/sbin/rpcinfo -u";
undef $LSPS;