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.3 by tdb, Thu Jan 18 12:06:07 2001 UTC vs.
Revision 1.12 by tdb, Wed Feb 21 19:12:40 2001 UTC

# Line 22 | Line 22 | RootFilter.name=root
22   # Comment either of these (or delete them) and
23   # that interface won't be started
24   RootFilter.realtimeInterfaceName=realtimeclients
25 < #RootFilter.dbInterfaceName=database
25 > RootFilter.dbInterfaceName=database
26  
27   # The port for the client interface to listen on
28   ClientInterface.listenPort=4510
# Line 34 | Line 34 | Filter.parentFilter=root
34   Host.filter=filter1
35  
36   # The default update times for a new host
37 < Host.UDPUpdateTime=5
37 > Host.UDPUpdateTime=10
38   Host.TCPUpdateTime=60
39  
40   # Plugin Information
41   Filter.PluginsPackage=uk.ac.ukc.iscream.filter.plugins
42 < Filter.Plugins=EnforceEssentialData
42 > Filter.Plugins=TypeChecker;EnforceEssentialData
43  
44 + # The services checks to run on a host
45 + Host.serviceChecksPackage=uk.ac.ukc.iscream.filter.plugins
46 + Host.serviceChecks=HTTP;SMTP
47 +
48   # mySQL Details
49   config.mySQL=mySQL.conf
50 +
51 + # The time interval at which the Queue's should be monitored
52 + Queue.MonitorInterval=60

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines