--- projects/cms/source/server/build/etc/system.conf 2002/02/05 18:00:15 1.58.2.2 +++ projects/cms/source/server/build/etc/system.conf 2002/03/19 17:22:12 1.62 @@ -6,7 +6,7 @@ # root of configuration # # $Author: tdb $ -# $Id: system.conf,v 1.58.2.2 2002/02/05 18:00:15 tdb Exp $ +# $Id: system.conf,v 1.62 2002/03/19 17:22:12 tdb Exp $ # ############################################################ #### Configuration Files & Groups @@ -78,8 +78,18 @@ RootFilter.name=root # The default parent filter (should almost always be the same as Filter.rootFilter) Filter.parentFilter=root +# The input methods to activate +# (comment or set to 0 to disable) +Filter.ActivateTCPReader=1 +Filter.ActivateUDPReader=1 +Filter.ActivateCORBAReader=1 +# Access control list for the TCP and UDP inputs +Filter.TCPACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW +Filter.UDPACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW + + ############################################################ #### Root filter interfaces configuration ############################################################ @@ -121,7 +131,6 @@ Host.filter=computingFilter; # The default update times for a new host Host.UDPUpdateTime=10 Host.TCPUpdateTime=60 -Host.AveragerUpdateTime=5 # The services checks to run on a host Host.serviceChecksPackage=uk.org.iscream.cms.server.filter.plugins