ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/build/etc/system.conf
(Generate patch)

Comparing projects/cms/source/server/build/etc/system.conf (file contents):
Revision 1.27 by tdb, Wed Mar 7 13:13:08 2001 UTC vs.
Revision 1.32 by tdb, Thu Mar 8 23:20:04 2001 UTC

# Line 103 | Line 103 | Host.AveragerUpdateTime=5
103  
104   # The services checks to run on a host
105   Host.serviceChecksPackage=uk.ac.ukc.iscream.filter.plugins
106 < Host.serviceChecks=HTTP;SMTP;POP3;SSH;FTP;IMAP
106 > Host.serviceChecks=HTTP;SMTP;POP3;SSH;FTP;IMAP;Telnet
107  
108  
109  
# Line 113 | Line 113 | Host.serviceChecks=HTTP;SMTP;POP3;SSH;FTP;IMAP
113  
114   # the monitors to run
115   Monitor.PluginsPackage=uk.ac.ukc.iscream.client.monitors
116 < Monitor.Plugins=CPU;Memory;Swap;Heartbeat;
116 > Monitor.Plugins=CPU;Memory;Swap;Heartbeat;WebFeeder;
117  
118  
119   ## CPU monitor configuration
# Line 211 | Line 211 | Monitor.Heartbeat.reachFINALcount=5
211  
212   # alerters to run
213   Alerter.PluginsPackage=uk.ac.ukc.iscream.client.alerters
214 < Alerter.Plugins=EMail;IRC;
214 > Alerter.Plugins=EMail;IRC;WebFeeder;
215  
216   # EMail alerter configuration
217   Alerter.EMail.level = CAUTION
# Line 243 | Line 243 | Alerter.IRC.timeSinceLastAlertCommand = time since las
243   Alerter.IRC.versionCommand = version
244   Alerter.IRC.helpCommand = help
245   Alerter.IRC.rejectMessage = sorry, I don't understand your request
246 +
247 + ############################################################
248 + #### WebFeeder Configuration
249 + ############################################################
250 +
251 + # Define these (one or both_ to turn on the WebFeeder's,
252 + # comment it to turn them off
253 + WebFeeder.latestActive = true
254 + WebFeeder.alertActive = true
255 +
256 + # Root Path
257 + WebFeeder.rootPath = /usr/local/proj/co600_10/webroot
258 +
259 + # Latest Data
260 + WebFeeder.latestSubDir = latest
261 + WebFeeder.latestFileName = latest_data
262 +
263 + # Alert Data
264 + WebFeeder.alertSubDir = alert
265 + WebFeeder.alertFileName = alert_data
266  
267   ############################################################
268  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines