]> git.etc.gen.nz Git - spong.git/commitdiff
adding missing $RPCINFO command and added -s to solaris ping
authorStephen L Johnson <sjohnson@monsters.org>
Tue, 7 Nov 2000 06:10:58 +0000 (06:10 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Tue, 7 Nov 2000 06:10:58 +0000 (06:10 +0000)
config/spong.conf.bsdi
config/spong.conf.freebsd
config/spong.conf.hpux
config/spong.conf.irix
config/spong.conf.linux
config/spong.conf.osf1
config/spong.conf.solaris

index 6c466a51d5538243c204dcfdcd5bd5acf39d06ba..f2a6f59e1d0bbc2ed7d9c02f6aee9993c363178a 100755 (executable)
@@ -9,7 +9,7 @@
 #           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";
@@ -21,5 +21,6 @@ $SENDMAIL   = "/usr/sbin/sendmail -t";
 $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...
index 37ac06dda48316b7ffd74c11b0da0f421a36d263..fbd1b0f033bd54bc17f67c9f23f5026c184af30a 100755 (executable)
@@ -9,7 +9,7 @@
 #           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
@@ -21,5 +21,6 @@ $SENDMAIL   = "/usr/sbin/sendmail -t";
 $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...
index 7dcd0e4f6f7b25899516890794e45ec776bf5335..b32835180760c9b266abf93fb33bce74f5ef94a8 100755 (executable)
@@ -9,7 +9,7 @@
 #           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";
@@ -21,5 +21,6 @@ $SENDMAIL   = "/usr/lib/sendmail -t";
 $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...
index 510e0f8cd0030bf12da4bd8c642e09a4e164121a..f44c0626107f51377be2c3d16ec4160018d299ea 100755 (executable)
@@ -9,7 +9,7 @@
 #           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";
@@ -21,5 +21,6 @@ $SENDMAIL   = "/usr/lib/sendmail -t";
 $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...
index 753897de5351c2b31d73e93f1e37d3c0aaf2a583..37f4851246a0ae537a8893e49b70850fa4eb719b 100755 (executable)
@@ -9,7 +9,7 @@
 #           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";
@@ -21,6 +21,7 @@ $SENDMAIL   = "/usr/sbin/sendmail -t";
 $MAILQ      = "/usr/sbin/sendmail -bp";
 $NTPDATE    = "/usr/sbin/ntpdate -q";
 $DNSCMD     = "/usr/bin/nslookup";
+$RPCINFO    = "/usr/sbin/rpcinfo -u";
 
 undef $LSPS;
 
index 8bedbe3a3f0b6d7a79f368dbe5af41e3fa720732..9578c13a4c48ea830ad97bcd30d2b082e4b47ae7 100755 (executable)
@@ -7,7 +7,7 @@
 #  $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,
@@ -21,6 +21,7 @@ $MAILQ      = "/usr/lib/sendmail -bp";
 $RPCINFO    = "/usr/sbin/rpcinfo -u";
 $NTPDATE    = "/usr/sbin/ntpdate -q";
 $DNSCMD     = "/usr/bin/nslookup";
+$RPCINFO    = "/usr/sbin/rpcinfo -u";
 
 undef $LSPS;
 
index 3a35f8375651fadb5ff8981227624fabeb73b25a..b234cc4dd07706d2829a0159f7c72d06e1066520 100755 (executable)
@@ -9,18 +9,19 @@
 #           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;