]> git.etc.gen.nz Git - spong.git/commitdiff
Added MEMCHECK variable for linux
authorMichael Brown <michaelb@opentext.com>
Sun, 24 Jun 2001 16:16:57 +0000 (16:16 +0000)
committerMichael Brown <michaelb@opentext.com>
Sun, 24 Jun 2001 16:16:57 +0000 (16:16 +0000)
config/spong.conf.linux

index 37f4851246a0ae537a8893e49b70850fa4eb719b..d42d8dd1f223621ccecdeead7c6ca4186502ba06 100755 (executable)
@@ -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;