From: Michael Brown Date: Sun, 24 Jun 2001 16:16:57 +0000 (+0000) Subject: Added MEMCHECK variable for linux X-Git-Tag: spong-2_4_6~14 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8d3b7fc17c5b842fdc93f158e9a548a14f215d6;p=spong.git Added MEMCHECK variable for linux --- diff --git a/config/spong.conf.linux b/config/spong.conf.linux index 37f4851..d42d8dd 100755 --- a/config/spong.conf.linux +++ b/config/spong.conf.linux @@ -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.5 2000/11/07 06:10:58 sljohnson Exp $ +# $Id: spong.conf.linux,v 1.6 2001/06/24 16:16:57 supermathie Exp $ $DF = "/bin/df"; $UPTIME = "/usr/bin/uptime"; @@ -22,6 +22,7 @@ $MAILQ = "/usr/sbin/sendmail -bp"; $NTPDATE = "/usr/sbin/ntpdate -q"; $DNSCMD = "/usr/bin/nslookup"; $RPCINFO = "/usr/sbin/rpcinfo -u"; +$MEMCHECK = "/usr/bin/top -b -n 1"; undef $LSPS;