--- projects/cms/source/server/build/etc/system.conf 2001/03/08 20:57:47 1.29 +++ projects/cms/source/server/build/etc/system.conf 2001/03/08 23:20:04 1.32 @@ -6,7 +6,7 @@ # root of configuration # # $Author: tdb $ -# $Id: system.conf,v 1.29 2001/03/08 20:57:47 tdb Exp $ +# $Id: system.conf,v 1.32 2001/03/08 23:20:04 tdb Exp $ # ############################################################ #### Configuration Files & Groups @@ -113,7 +113,7 @@ Host.serviceChecks=HTTP;SMTP;POP3;SSH;FTP;IMAP;Telnet # the monitors to run Monitor.PluginsPackage=uk.ac.ukc.iscream.client.monitors -Monitor.Plugins=CPU;Memory;Swap;Heartbeat; +Monitor.Plugins=CPU;Memory;Swap;Heartbeat;WebFeeder; ## CPU monitor configuration @@ -211,7 +211,7 @@ Monitor.Heartbeat.reachFINALcount=5 # alerters to run Alerter.PluginsPackage=uk.ac.ukc.iscream.client.alerters -Alerter.Plugins=EMail;IRC; +Alerter.Plugins=EMail;IRC;WebFeeder; # EMail alerter configuration Alerter.EMail.level = CAUTION @@ -248,12 +248,21 @@ Alerter.IRC.rejectMessage = sorry, I don't understand #### WebFeeder Configuration ############################################################ +# Define these (one or both_ to turn on the WebFeeder's, +# comment it to turn them off +WebFeeder.latestActive = true +WebFeeder.alertActive = true + # Root Path WebFeeder.rootPath = /usr/local/proj/co600_10/webroot # Latest Data WebFeeder.latestSubDir = latest -WebFeeder.latestFileName = latest_dir +WebFeeder.latestFileName = latest_data + +# Alert Data +WebFeeder.alertSubDir = alert +WebFeeder.alertFileName = alert_data ############################################################