--- projects/cms/source/server/build/etc/system.conf 2003/02/24 20:18:45 1.71 +++ projects/cms/source/server/build/etc/system.conf 2003/02/28 15:19:09 1.73 @@ -10,7 +10,7 @@ # setup, aswell as a some example configuration. # # $Author: tdb $ -# $Id: system.conf,v 1.71 2003/02/24 20:18:45 tdb Exp $ +# $Id: system.conf,v 1.73 2003/02/28 15:19:09 tdb Exp $ # # http://www.i-scream.org.uk/ # @@ -73,7 +73,7 @@ ConfigurationProxy.updateTime=60 # The internal Queue's can be monitored. This specifies # the interval, in seconds, at which their state should # be monitored. -Queue.MonitorInterval=15 +Queue.MonitorInterval=300 # The maximum size a Queue can be before items are # dropped when new ones arrive. Queue.SizeLimit=1000 @@ -211,7 +211,13 @@ DBInterface.name=database Host.filter=filter1; # Hosts send data every UDPUpdateTime, in seconds. -Host.UDPUpdateTime=10 +Host.UDPUpdateTime=60 + +# How long a hosts config is valid for (a TTL effectively) +# after this time, in seconds, has passed a host should +# consider it's configuration invalid and check for a new +# configuration as soon as it can. +Host.ConfigTTL=3600 # We can run service checks on a host. The java package # which contains them is specified here.