--- projects/cms/source/server/build/etc/system.conf 2001/03/02 00:47:54 1.14 +++ projects/cms/source/server/build/etc/system.conf 2001/03/03 15:29:12 1.15 @@ -5,21 +5,25 @@ # configuration system has this file as its # root of configuration # -# $Author: ajm $ -# $Id: system.conf,v 1.14 2001/03/02 00:47:54 ajm Exp $ +# $Author: tdb $ +# $Id: system.conf,v 1.15 2001/03/03 15:29:12 tdb Exp $ # ############################################################ #### Configuration Files & Groups ############################################################ # for computing machines -group.computing=Host.raptor.ukc.ac.uk;Host.slate.ukc.ac.uk;Host.granite.ukc.ac.uk; -config.rocks=rocks.conf +group.computing=Host.129.12.4.*; +config.computing=computing.conf # for library machines -group.library=Host.killigrew.ukc.ac.uk; +group.library=Host.129.12.58.*; config.library=library.conf +# for SSB machines +group.ssb=Host.stue*.ukc.ac.uk; +config.ssb=ssb.conf + # mySQL configuration config.mySQL=mySQL.conf @@ -84,6 +88,7 @@ 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.ac.ukc.iscream.filter.plugins @@ -128,11 +133,11 @@ Alerter.EMail.subject = i-scream alert: level %level% Alerter.EMail.message = The i-scream distributed central monitoring system has\nraised a level %level% alert for the host %source%.\n\nThe value for %attributeName% of %value% has exceeded the\nthreshold value of %thresholdValue%. # IRC alerter configuration -Alerter.IRC.level = 1 +Alerter.IRC.level = 0 Alerter.IRC.IRCServer = killigrew.ukc.ac.uk Alerter.IRC.IRCPort = 6667 Alerter.IRC.nick = iscreamBot Alerter.IRC.channel = #i-scream Alerter.IRC.message = level %level%: %attributeName% on %source% has reached %value% -############################################################ \ No newline at end of file +############################################################