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.32 by tdb, Thu Mar 8 23:20:04 2001 UTC vs.
Revision 1.46 by tdb, Thu Mar 22 02:06:07 2001 UTC

# Line 14 | Line 14
14  
15   # for computing machines
16   group.computing=Host.129.12.4.*;
17 + group.rocks=Host.agate.ukc.ac.uk;Host.arkose.ukc.ac.uk;Host.basalt.ukc.ac.uk;Host.chalk.ukc.ac.uk;\
18 +            Host.chert.ukc.ac.uk;Host.granite.ukc.ac.uk;Host.jade.ukc.ac.uk;Host.jasper.ukc.ac.uk;\
19 +            Host.magnetite.ukc.ac.uk;Host.obsidian.ukc.ac.uk;Host.pumice.ukc.ac.uk;\
20 +            Host.pyrite.ukc.ac.uk;Host.slate.ukc.ac.uk;Host.topaz.ukc.ac.uk;
21 + group.compsoc=Host.compsoc1.ukc.ac.uk
22 +
23   config.computing=computing.conf
24 + config.rocks=rocks.conf
25 + config.compsoc1=rocks.conf
26  
27   # for library machines
28   group.library=Host.129.12.58.*;
# Line 37 | Line 45 | ConfigurationProxy.updateTime=60
45  
46   # The time interval at which the Queue's should be monitored
47   Queue.MonitorInterval=15
48 + # The upper limit for a Queue
49 + Queue.SizeLimit=1000
50 + # The removal algorithm
51 + Queue.RemoveAlgorithm=FIRST
52  
53  
42
54   ############################################################
55   #### FilterManager configuration
56   ############################################################
# Line 58 | Line 69 | Filter.UDPListenPort=4589
69   Filter.TCPListenPort=4589
70  
71   # Plugin Information
72 < Filter.PluginsPackage=uk.ac.ukc.iscream.filter.plugins
72 > Filter.PluginsPackage=uk.org.iscream.filter.plugins
73   Filter.Plugins=TypeChecker;EnforceEssentialData
74  
75   # The name for the root filter
# Line 94 | Line 105 | ClientInterface.listenPort=4510
105   ############################################################
106  
107   # The default filter for a new host
108 < Host.filter=filter1;
108 > Host.filter=computingFilter;
109  
110   # The default update times for a new host
111   Host.UDPUpdateTime=10
# Line 102 | Line 113 | Host.TCPUpdateTime=60
113   Host.AveragerUpdateTime=5
114  
115   # The services checks to run on a host
116 < Host.serviceChecksPackage=uk.ac.ukc.iscream.filter.plugins
106 < Host.serviceChecks=HTTP;SMTP;POP3;SSH;FTP;IMAP;Telnet
116 > Host.serviceChecksPackage=uk.org.iscream.filter.plugins
117  
118  
119  
# Line 112 | Line 122 | Host.serviceChecks=HTTP;SMTP;POP3;SSH;FTP;IMAP;Telnet
122   ############################################################
123  
124   # the monitors to run
125 < Monitor.PluginsPackage=uk.ac.ukc.iscream.client.monitors
126 < Monitor.Plugins=CPU;Memory;Swap;Heartbeat;WebFeeder;
125 > Monitor.PluginsPackage=uk.org.iscream.client.monitors
126 > Monitor.Plugins=CPU;Load;Process;Disk;Memory;Swap;Services;Heartbeat;Queue;WebFeeder;
127 > #Monitor.Plugins=CPU;WebFeeder;
128 > #Monitor.Plugins=
129  
130  
131   ## CPU monitor configuration
# Line 132 | Line 144 | Monitor.CPU.alertTimeout.CAUTION=1800
144   Monitor.CPU.alertTimeout.CRITICAL=3600
145  
146  
147 + ## Load monitor configuration
148 + # threshold values
149 + #
150 + # note: if the UPPER threshold is broken,
151 + # the alertTimeout values are halved.
152 + # This is to escalate the alert quicker.
153 + Monitor.Load.threshold.LOWER=10.0
154 + Monitor.Load.threshold.UPPER=20.0
155 +
156 + # timings of the alerts (in seconds)
157 + Monitor.Load.alertTimeout.NOTICE=60
158 + Monitor.Load.alertTimeout.WARNING=900
159 + Monitor.Load.alertTimeout.CAUTION=1800
160 + Monitor.Load.alertTimeout.CRITICAL=3600
161 +
162 +
163 + ## Process Count monitor configuration
164 + # threshold values
165 + #
166 + # note: if the UPPER threshold is broken,
167 + # the alertTimeout values are halved.
168 + # This is to escalate the alert quicker.
169 + Monitor.Process.threshold.LOWER=1000
170 + Monitor.Process.threshold.UPPER=1500
171 +
172 + # timings of the alerts (in seconds)
173 + Monitor.Process.alertTimeout.NOTICE=60
174 + Monitor.Process.alertTimeout.WARNING=900
175 + Monitor.Process.alertTimeout.CAUTION=1800
176 + Monitor.Process.alertTimeout.CRITICAL=3600
177 +
178 +
179   ## Memory monitor configuration
180   # threshold values
181   #
# Line 164 | Line 208 | Monitor.Swap.alertTimeout.CAUTION=1800
208   Monitor.Swap.alertTimeout.CRITICAL=3600
209  
210  
211 + ## Disk monitor configuration
212 + # threshold values
213 + #
214 + # note: if the UPPER threshold is broken,
215 + # the alertTimeout values are halved.
216 + # This is to escalate the alert quicker.
217 + Monitor.Disk.threshold.LOWER=90
218 + Monitor.Disk.threshold.UPPER=95
219 + Monitor.Disk.thresholdMeasure=PERCENTAGE
220 +
221 + # timings of the alerts (in seconds)
222 + Monitor.Disk.alertTimeout.NOTICE=60
223 + Monitor.Disk.alertTimeout.WARNING=900
224 + Monitor.Disk.alertTimeout.CAUTION=1800
225 + Monitor.Disk.alertTimeout.CRITICAL=3600
226 +
227 +
228 + ## Disk monitor configuration
229 + # threshold values
230 + #
231 + # note: if the UPPER threshold is broken,
232 + # the alertTimeout values are halved.
233 + # This is to escalate the alert quicker.
234 + Monitor.Queue.threshold.LOWER=90
235 + Monitor.Queue.threshold.UPPER=95
236 + Monitor.Queue.thresholdMeasure=PERCENTAGE
237 +
238 + # timings of the alerts (in seconds)
239 + Monitor.Queue.alertTimeout.NOTICE=60
240 + Monitor.Queue.alertTimeout.WARNING=900
241 + Monitor.Queue.alertTimeout.CAUTION=1800
242 + Monitor.Queue.alertTimeout.CRITICAL=3600
243 +
244 +
245 + ## Services monitor configuration
246 + # threshold values
247 + #
248 + # THE SERVICES MONITOR USES A HACK
249 + # WHEREBY IT USES THE SERVICE STATUS
250 + # AS THE THRESHOLD LEVEL.  THIS SHOULD
251 + # BE LOOKED AT!
252 + #
253 + # note: if the UPPER threshold is broken,
254 + # the alertTimeout values are halved.
255 + # This is to escalate the alert quicker.
256 + #Monitor.Services.threshold.LOWER=120
257 + #Monitor.Services.threshold.LOWER=300
258 +
259 + # timings of the alerts (in seconds)
260 + Monitor.Services.alertTimeout.NOTICE=60
261 + Monitor.Services.alertTimeout.WARNING=900
262 + Monitor.Services.alertTimeout.CAUTION=1800
263 + Monitor.Services.alertTimeout.CRITICAL=3600
264 +
265 + # Make sure we shut up eventually
266 + Monitor.Services.reachFINALcount=5
267 +
268 +
269   ## Heartbeat monitor configuration
270   # threshold values
271   #
# Line 174 | Line 276 | Monitor.Heartbeat.checkPeriod=50
276   # these are values in seconds from when the heartbeat
277   # was *expected* to arrive (ie. last + hearbeat period)
278   Monitor.Heartbeat.threshold.LOWER=120
279 < Monitor.Heartbeat.threshold.LOWER=300
279 > Monitor.Heartbeat.threshold.UPPER=300
280  
281   # timings of the alerts (in seconds)
282   Monitor.Heartbeat.alertTimeout.NOTICE=60
# Line 210 | Line 312 | Monitor.Heartbeat.reachFINALcount=5
312   #
313  
314   # alerters to run
315 < Alerter.PluginsPackage=uk.ac.ukc.iscream.client.alerters
316 < Alerter.Plugins=EMail;IRC;WebFeeder;
315 > Alerter.PluginsPackage=uk.org.iscream.client.alerters
316 > #Alerter.Plugins=EMail;IRC;WebFeeder;
317 > Alerter.Plugins=IRC;WebFeeder;
318 > #Alerter.Plugins=WebFeeder;
319 > #Alerter.Plugins=
320  
321   # EMail alerter configuration
322 < Alerter.EMail.level = CAUTION
323 < Alerter.EMail.defaultDestList = dev@i-scream.org.uk
322 > Alerter.EMail.level = WARNING
323 > Alerter.EMail.destList = dev@i-scream.org.uk
324   Alerter.EMail.sender = dev@i-scream.org.uk
325   Alerter.EMail.smtpServer = mercury.ukc.ac.uk
326   Alerter.EMail.subject = i-scream alert: %level% alert on %source% for %attributeName%
327 < Alerter.EMail.message = The i-scream distributed central monitoring system has\nraised a %level% alert for the host %source%.\n\nThe value for %attributeName% of %value% has exceeded the\n%threshold% threshold value of %thresholdValue%.\n\nThe next alert (should one occur) will be sent in %timeTillNextAlert%.
327 > Alerter.EMail.message = The i-scream distributed central monitoring system has\nraised a %level% alert for the host %source%.\n\nThe value for %attributeName% of %value% has exceeded the\n%threshold% threshold value of %thresholdValue%.\n\nThis alert was originally raised at %timeOfFirstAlert%,\nwhich was %timeSinceFirstAlert% ago.\n\nThe next alert (should one occur) will be sent in %timeTillNextAlert%.
328  
329 +
330   # IRC alerter configuration
331   Alerter.IRC.level = OK
332   Alerter.IRC.IRCServer = killigrew.ukc.ac.uk
# Line 252 | Line 358 | Alerter.IRC.rejectMessage = sorry, I don't understand
358   # comment it to turn them off
359   WebFeeder.latestActive = true
360   WebFeeder.alertActive = true
361 +
362 + # Only pass on alerts past this level
363 + WebFeeder.alertLevel = OK
364 +
365 + # Check period in seconds (for cleaning stale/old alerts)
366 + WebFeeder.checkPeriod = 120
367 +
368 + # Delete alerts older than this, in seconds.
369 + # Files are only check every WebFeeder.checkPeriod seconds.
370 + WebFeeder.alertDeleteOlderThan = 300
371  
372   # Root Path
373   WebFeeder.rootPath = /usr/local/proj/co600_10/webroot

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines