--- projects/cms/source/server/build/etc/system.conf 2001/03/07 01:23:31 1.25 +++ projects/cms/source/server/build/etc/system.conf 2001/03/08 20:57:47 1.29 @@ -6,7 +6,7 @@ # root of configuration # # $Author: tdb $ -# $Id: system.conf,v 1.25 2001/03/07 01:23:31 tdb Exp $ +# $Id: system.conf,v 1.29 2001/03/08 20:57:47 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 @@ -243,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 ############################################################