--- projects/cms/source/server/build/etc/system.conf 2001/03/16 05:28:00 1.38 +++ projects/cms/source/server/build/etc/system.conf 2001/03/19 17:26:30 1.41 @@ -6,7 +6,7 @@ # root of configuration # # $Author: tdb $ -# $Id: system.conf,v 1.38 2001/03/16 05:28:00 tdb Exp $ +# $Id: system.conf,v 1.41 2001/03/19 17:26:30 tdb Exp $ # ############################################################ #### Configuration Files & Groups @@ -14,7 +14,13 @@ # for computing machines group.computing=Host.129.12.4.*; +group.rocks=Host.agate.ukc.ac.uk;Host.arkose.ukc.ac.uk;Host.basalt.ukc.ac.uk;Host.chalk.ukc.ac.uk;\ + Host.chert.ukc.ac.uk;Host.granite.ukc.ac.uk;Host.jade.ukc.ac.uk;Host.jasper.ukc.ac.uk;\ + Host.magnetite.ukc.ac.uk;Host.obsidian.ukc.ac.uk;Host.pumice.ukc.ac.uk;\ + Host.pyrite.ukc.ac.uk;Host.slate.ukc.ac.uk;Host.topaz.ukc.ac.uk; + config.computing=computing.conf +config.rocks=rocks.conf # for library machines group.library=Host.129.12.58.*; @@ -37,9 +43,12 @@ ConfigurationProxy.updateTime=60 # The time interval at which the Queue's should be monitored Queue.MonitorInterval=15 +# The upper limit for a Queue +Queue.SizeLimit=1000 +# The removal algorithm +Queue.RemoveAlgorithm=FIRST - ############################################################ #### FilterManager configuration ############################################################ @@ -103,7 +112,6 @@ Host.AveragerUpdateTime=5 # The services checks to run on a host Host.serviceChecksPackage=uk.org.iscream.filter.plugins -Host.serviceChecks=HTTP;SMTP;POP3;SSH;FTP;IMAP;Telnet @@ -295,11 +303,11 @@ WebFeeder.latestActive = true WebFeeder.alertActive = true # Check period in seconds (for cleaning stale/old alerts) -WebFeeder.checkPeriod = 1800 +WebFeeder.checkPeriod = 900 # Delete alerts older than this, in seconds. # Files are only check every WebFeeder.checkPeriod seconds. -WebFeeder.alertDeleteOlderThan = 3600 +WebFeeder.alertDeleteOlderThan = 1800 # Root Path WebFeeder.rootPath = /usr/local/proj/co600_10/webroot