]> git.etc.gen.nz Git - spong.git/commitdiff
fix of rpcinfo path and added lsps for swap space monitoring
authorStephen L Johnson <sjohnson@monsters.org>
Wed, 27 Sep 2000 03:13:21 +0000 (03:13 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Wed, 27 Sep 2000 03:13:21 +0000 (03:13 +0000)
config/spong.conf.aix

index 7e6862e6a8dfdb032a925a5bb5da44aab0387be8..753db290b80cd9e651870c0667267c932ca7a383 100755 (executable)
@@ -9,6 +9,7 @@
 # ---------------------------------------------------------------------------
 
 $DF         = "/usr/bin/df";
+$LSPS       = "/usr/sbin/lsps -s";
 $UPTIME     = "/usr/bin/uptime";
 $PS         = "/usr/bin/ps -eF \"pcpu time vsz pid ruser args\" | /usr/bin/sort -r";
 $GREP       = "/usr/bin/grep";
@@ -16,7 +17,7 @@ $PING       = "/usr/sbin/ping -n -c 2 HOST";
 $TRACEROUTE = "/usr/bin/traceroute";
 $SENDMAIL   = "/usr/sbin/sendmail -t";
 $MAILQ      = "/usr/sbin/sendmail -bp";
-$RPCINFO    = "/bin/rcpinfo -u";
+$RPCINFO    = "/usr/bin/rpcinfo -u";
 $NTPDATE    = "/usr/sbin/ntpdate -q";
 $DNSCMD     = "/usr/bin/nslookup";