--- projects/cms/source/server/build/etc/system.conf 2001/03/23 05:05:10 1.52 +++ projects/cms/source/server/build/etc/system.conf 2001/05/24 14:11:32 1.54 @@ -6,7 +6,7 @@ # root of configuration # # $Author: tdb $ -# $Id: system.conf,v 1.52 2001/03/23 05:05:10 tdb Exp $ +# $Id: system.conf,v 1.54 2001/05/24 14:11:32 tdb Exp $ # ############################################################ #### Configuration Files & Groups @@ -243,7 +243,7 @@ Monitor.Heartbeat.reachFINALcount=5 # alerters to run Alerter.PluginsPackage=uk.org.iscream.client.alerters -Alerter.Plugins=EMail;IRC;WebFeeder; +Alerter.Plugins=EMail;IRC;WebFeeder;Logging; # EMail alerter configuration @@ -279,7 +279,12 @@ Alerter.IRC.helpCommand = help Alerter.IRC.rejectMessage = sorry, I don't understand your request +# Logging alerter configuration +Alerter.Logging.level = WARNING +Alerter.EMail.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value% + + ############################################################ #### WebFeeder Configuration ############################################################ @@ -290,7 +295,7 @@ WebFeeder.latestActive = true WebFeeder.alertActive = true # Only pass on alerts past this level -WebFeeder.alertLevel = OK +Alerter.WebFeeder.level = OK # Check period in seconds (for cleaning stale/old alerts) WebFeeder.checkPeriod = 120