ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/build/etc/system.conf
Revision: 1.13
Committed: Fri Mar 2 00:25:15 2001 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.12: +9 -3 lines
Log Message:
Some configuration files that we've be running with.

File Contents

# User Rev Content
1 tdb 1.2 # This is the default system configuration file
2     # used by all components of the i-scream system
3     #
4     # ALL configuration that uses the centralised
5     # configuration system has this file as its
6     # root of configuration
7     #
8 tdb 1.11 # $Author: tdb1 $
9 tdb 1.13 # $Id: system.conf,v 1.12 2001/02/21 19:12:40 tdb1 Exp $
10 tdb 1.2
11     # FilterManager configuration
12    
13     # The default port to listen for new host connections
14     FilterManager.listenPort=4567
15    
16     # The default port for Filter's to listen on
17     Filter.UDPListenPort=4589
18     Filter.TCPListenPort=4589
19    
20     # The name for the root filter
21     RootFilter.name=root
22     # Comment either of these (or delete them) and
23     # that interface won't be started
24     RootFilter.realtimeInterfaceName=realtimeclients
25 tdb 1.6 RootFilter.dbInterfaceName=database
26 tdb 1.2
27     # The port for the client interface to listen on
28     ClientInterface.listenPort=4510
29    
30     # The default parent filter (should almost always be the same as Filter.rootFilter)
31     Filter.parentFilter=root
32    
33     # The default filter for a new host
34 tdb 1.13 Host.filter=computingFilter
35    
36     config.Host.killigrew.ukc.ac.uk=killigrew.conf
37 tdb 1.2
38     # The default update times for a new host
39 tdb 1.7 Host.UDPUpdateTime=10
40 tdb 1.2 Host.TCPUpdateTime=60
41    
42     # Plugin Information
43     Filter.PluginsPackage=uk.ac.ukc.iscream.filter.plugins
44 tdb 1.5 Filter.Plugins=TypeChecker;EnforceEssentialData
45 ajm 1.8
46     # The services checks to run on a host
47     Host.serviceChecksPackage=uk.ac.ukc.iscream.filter.plugins
48 tdb 1.11 Host.serviceChecks=HTTP;SMTP
49 tdb 1.2
50     # mySQL Details
51     config.mySQL=mySQL.conf
52 tdb 1.12
53     # The time interval at which the Queue's should be monitored
54 tdb 1.13 Queue.MonitorInterval=15
55    
56     group.rocks=Host.slate.ukc.ac.uk
57     config.rocks=rocks.conf
58