--- projects/cms/source/server/build/etc/system.conf 2000/12/12 19:00:44 1.1.2.1 +++ projects/cms/source/server/build/etc/system.conf 2001/02/11 22:56:22 1.9 @@ -5,8 +5,8 @@ # configuration system has this file as its # root of configuration # -# $Author: tdb $ -# $Id: system.conf,v 1.1.2.1 2000/12/12 19:00:44 tdb Exp $ +# $Author: ajm $ +# $Id: system.conf,v 1.9 2001/02/11 22:56:22 ajm Exp $ # FilterManager configuration @@ -19,6 +19,8 @@ Filter.TCPListenPort=4589 # The name for the root filter RootFilter.name=root +# Comment either of these (or delete them) and +# that interface won't be started RootFilter.realtimeInterfaceName=realtimeclients RootFilter.dbInterfaceName=database @@ -32,12 +34,16 @@ Filter.parentFilter=root Host.filter=filter1 # The default update times for a new host -Host.UDPUpdateTime=5 +Host.UDPUpdateTime=10 Host.TCPUpdateTime=60 # Plugin Information Filter.PluginsPackage=uk.ac.ukc.iscream.filter.plugins -Filter.Plugins=EnforceEssentialData +Filter.Plugins=TypeChecker;EnforceEssentialData + +# The services checks to run on a host +Host.serviceChecksPackage=uk.ac.ukc.iscream.filter.plugins +Host.serviceChecks=Test;HTTP # mySQL Details -config.mySQL=mySQL.conf \ No newline at end of file +config.mySQL=mySQL.conf