ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/build/etc/system.conf
(Generate patch)

Comparing projects/cms/source/server/build/etc/system.conf (file contents):
Revision 1.38 by tdb, Fri Mar 16 05:28:00 2001 UTC vs.
Revision 1.41 by tdb, Mon Mar 19 17:26:30 2001 UTC

# Line 14 | Line 14
14  
15   # for computing machines
16   group.computing=Host.129.12.4.*;
17 + group.rocks=Host.agate.ukc.ac.uk;Host.arkose.ukc.ac.uk;Host.basalt.ukc.ac.uk;Host.chalk.ukc.ac.uk;\
18 +            Host.chert.ukc.ac.uk;Host.granite.ukc.ac.uk;Host.jade.ukc.ac.uk;Host.jasper.ukc.ac.uk;\
19 +            Host.magnetite.ukc.ac.uk;Host.obsidian.ukc.ac.uk;Host.pumice.ukc.ac.uk;\
20 +            Host.pyrite.ukc.ac.uk;Host.slate.ukc.ac.uk;Host.topaz.ukc.ac.uk;
21 +
22   config.computing=computing.conf
23 + config.rocks=rocks.conf
24  
25   # for library machines
26   group.library=Host.129.12.58.*;
# Line 37 | Line 43 | ConfigurationProxy.updateTime=60
43  
44   # The time interval at which the Queue's should be monitored
45   Queue.MonitorInterval=15
46 + # The upper limit for a Queue
47 + Queue.SizeLimit=1000
48 + # The removal algorithm
49 + Queue.RemoveAlgorithm=FIRST
50  
51  
42
52   ############################################################
53   #### FilterManager configuration
54   ############################################################
# Line 103 | Line 112 | Host.AveragerUpdateTime=5
112  
113   # The services checks to run on a host
114   Host.serviceChecksPackage=uk.org.iscream.filter.plugins
106 Host.serviceChecks=HTTP;SMTP;POP3;SSH;FTP;IMAP;Telnet
115  
116  
117  
# Line 295 | Line 303 | WebFeeder.latestActive = true
303   WebFeeder.alertActive = true
304  
305   # Check period in seconds (for cleaning stale/old alerts)
306 < WebFeeder.checkPeriod = 1800
306 > WebFeeder.checkPeriod = 900
307  
308   # Delete alerts older than this, in seconds.
309   # Files are only check every WebFeeder.checkPeriod seconds.
310 < WebFeeder.alertDeleteOlderThan = 3600
310 > WebFeeder.alertDeleteOlderThan = 1800
311  
312   # Root Path
313   WebFeeder.rootPath = /usr/local/proj/co600_10/webroot

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines