--- projects/cms/source/server/build/etc/system.conf 2004/01/15 13:41:46 1.76 +++ projects/cms/source/server/build/etc/system.conf 2006/11/27 10:51:54 1.78 @@ -10,9 +10,9 @@ # setup, aswell as a some example configuration. # # $Author: tdb $ -# $Id: system.conf,v 1.76 2004/01/15 13:41:46 tdb Exp $ +# $Id: system.conf,v 1.78 2006/11/27 10:51:54 tdb Exp $ # -# http://www.i-scream.org.uk/ +# http://www.i-scream.org/ # ############################################################ @@ -221,7 +221,7 @@ Monitor.PluginsPackage=uk.org.iscream.cms.server.clien # And which ones should be loaded. Monitor.Plugins=CPU;Load;Process;Disk;Memory;Swap;Services;\ Heartbeat;Queue;UserCount;WebFeeder;DiskIO;\ - NetIO;Paging; + NetIO;Paging;MailQ; # Alerts timeout after a given time in seconds and go up # to the next level. These can be overridden for monitors @@ -354,6 +354,12 @@ Monitor.Heartbeat.reachFINALcount=5 #Monitor.Heartbeat.initialHosts=importantserver.example.com;myserver.example.com # enable this monitor (comment or set to 0 to disable) Monitor.Heartbeat.enable=1 + +# MailQ monitor threshold values +Monitor.NetIO.size.threshold.LOWER=100 +Monitor.NetIO.size.threshold.UPPER=1000 +# enable this monitor (comment or set to 0 to disable) +Monitor.NetIO.enable=1 ############################################################