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.54 by tdb, Thu May 24 14:11:32 2001 UTC vs.
Revision 1.59 by tdb, Thu Feb 7 17:15:19 2002 UTC

# Line 69 | Line 69 | Filter.UDPListenPort=4589
69   Filter.TCPListenPort=4589
70  
71   # Plugin Information
72 < Filter.PluginsPackage=uk.org.iscream.filter.plugins
72 > Filter.PluginsPackage=uk.org.iscream.cms.server.filter.plugins
73   Filter.Plugins=TypeChecker;EnforceEssentialData
74  
75   # The name for the root filter
# Line 124 | Line 124 | Host.TCPUpdateTime=60
124   Host.AveragerUpdateTime=5
125  
126   # The services checks to run on a host
127 < Host.serviceChecksPackage=uk.org.iscream.filter.plugins
127 > Host.serviceChecksPackage=uk.org.iscream.cms.server.filter.plugins
128  
129  
130  
# Line 133 | Line 133 | Host.serviceChecksPackage=uk.org.iscream.filter.plugin
133   ############################################################
134  
135   ## The monitors to run
136 < Monitor.PluginsPackage=uk.org.iscream.client.monitors
136 > Monitor.PluginsPackage=uk.org.iscream.cms.server.client.monitors
137   Monitor.Plugins=CPU;Load;Process;Disk;Memory;Swap;Services;\
138                  Heartbeat;Queue;UserCount;WebFeeder;
139  
# Line 191 | Line 191 | Monitor.Disk.threshold.UPPER=95
191   Monitor.Disk.thresholdMeasure=PERCENTAGE
192  
193  
194 < # Disk monitor threshold values
194 > # Queue monitor threshold values
195   Monitor.Queue.threshold.LOWER=50
196   Monitor.Queue.threshold.UPPER=80
197   # Thresholds given are PERCENTAGE or VALUE
# Line 222 | Line 222 | Monitor.Heartbeat.checkPeriod=50
222   # how many times we should be at the highest level before
223   # we go to a FINAL alert
224   Monitor.Heartbeat.reachFINALcount=5
225 + # list of hosts we expect to have at startup
226 + # this ensures we notice hosts that aren't running, not
227 + # just those that have gone down recently.
228 + Monitor.Heartbeat.initialHosts=raptor.ukc.ac.uk;myrtle.ukc.ac.uk;kestrel.ukc.ac.uk
229  
230  
231  
# Line 242 | Line 246 | Monitor.Heartbeat.reachFINALcount=5
246   #
247  
248   # alerters to run
249 < Alerter.PluginsPackage=uk.org.iscream.client.alerters
249 > Alerter.PluginsPackage=uk.org.iscream.cms.server.client.alerters
250   Alerter.Plugins=EMail;IRC;WebFeeder;Logging;
251  
252  
# Line 261 | Line 265 | Alerter.IRC.IRCServer = killigrew.ukc.ac.uk
265   Alerter.IRC.IRCPort = 6667
266   Alerter.IRC.nickList = iscreamBot;_iscreamBot;i-screamBot
267   Alerter.IRC.user = i-scream
268 < Alerter.IRC.comment = i-scream alerting bot
268 > Alerter.IRC.comment = i-scream alerting bot (based on PircBot)
269 > Alerter.IRC.finger = i-scream alerting bot (based on PircBot)
270   Alerter.IRC.channel = #i-scream
271   Alerter.IRC.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value% - time till next alert (should one occur), %timeTillNextAlert%
272   Alerter.IRC.reconnectDelay = 30
# Line 281 | Line 286 | Alerter.IRC.rejectMessage = sorry, I don't understand
286  
287   # Logging alerter configuration
288   Alerter.Logging.level = WARNING
289 < Alerter.EMail.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value%
289 > Alerter.Logging.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value%
290  
291  
292  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines