From 2535af551f1383c8e2891490e9bef2838c23b522 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Wed, 27 Sep 2000 03:13:21 +0000 Subject: [PATCH] fix of rpcinfo path and added lsps for swap space monitoring --- config/spong.conf.aix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; -- 2.30.2