From c8d3b7fc17c5b842fdc93f158e9a548a14f215d6 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 24 Jun 2001 16:16:57 +0000 Subject: [PATCH] Added MEMCHECK variable for linux --- config/spong.conf.linux | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.30.2