--- projects/cms/source/server/build/etc/system.conf 2001/03/06 23:52:57 1.24 +++ projects/cms/source/server/build/etc/system.conf 2001/03/08 21:05:19 1.30 @@ -6,7 +6,7 @@ # root of configuration # # $Author: tdb $ -# $Id: system.conf,v 1.24 2001/03/06 23:52:57 tdb Exp $ +# $Id: system.conf,v 1.30 2001/03/08 21:05:19 tdb Exp $ # ############################################################ #### Configuration Files & Groups @@ -103,7 +103,7 @@ Host.AveragerUpdateTime=5 # The services checks to run on a host Host.serviceChecksPackage=uk.ac.ukc.iscream.filter.plugins -Host.serviceChecks=HTTP;SMTP +Host.serviceChecks=HTTP;SMTP;POP3;SSH;FTP;IMAP;Telnet @@ -113,7 +113,7 @@ Host.serviceChecks=HTTP;SMTP # 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 @@ -171,6 +171,8 @@ Monitor.Swap.alertTimeout.CRITICAL=3600 # the alertTimeout values are halved. # This is to escalate the alert quicker. Monitor.Heartbeat.checkPeriod=50 +# these are values in seconds from when the heartbeat +# was *expected* to arrive (ie. last + hearbeat period) Monitor.Heartbeat.threshold.LOWER=120 Monitor.Heartbeat.threshold.LOWER=300 @@ -209,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 @@ -241,6 +243,17 @@ Alerter.IRC.timeSinceLastAlertCommand = time since las Alerter.IRC.versionCommand = version Alerter.IRC.helpCommand = help Alerter.IRC.rejectMessage = sorry, I don't understand your request + +############################################################ +#### WebFeeder Configuration +############################################################ + +# Root Path +WebFeeder.rootPath = /usr/local/proj/co600_10/webroot + +# Latest Data +WebFeeder.latestSubDir = latest +WebFeeder.latestFileName = latest_dir ############################################################