From: Stephen L Johnson Date: Wed, 27 Sep 2000 03:13:21 +0000 (+0000) Subject: fix of rpcinfo path and added lsps for swap space monitoring X-Git-Tag: spong-2_7_0-beta1~31 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2535af551f1383c8e2891490e9bef2838c23b522;p=spong.git fix of rpcinfo path and added lsps for swap space monitoring --- diff --git a/config/spong.conf.aix b/config/spong.conf.aix index 7e6862e..753db29 100755 --- a/config/spong.conf.aix +++ b/config/spong.conf.aix @@ -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";