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 |
+ |
|
22 |
|
config.computing=computing.conf |
23 |
+ |
config.rocks=rocks.conf |
24 |
|
|
25 |
|
# for library machines |
26 |
|
group.library=Host.129.12.58.*; |
43 |
|
|
44 |
|
# The time interval at which the Queue's should be monitored |
45 |
|
Queue.MonitorInterval=15 |
46 |
+ |
# The upper limit for a Queue |
47 |
+ |
Queue.SizeLimit=1000 |
48 |
+ |
# The removal algorithm |
49 |
+ |
Queue.RemoveAlgorithm=FIRST |
50 |
|
|
51 |
|
|
42 |
– |
|
52 |
|
############################################################ |
53 |
|
#### FilterManager configuration |
54 |
|
############################################################ |
67 |
|
Filter.TCPListenPort=4589 |
68 |
|
|
69 |
|
# Plugin Information |
70 |
< |
Filter.PluginsPackage=uk.ac.ukc.iscream.filter.plugins |
70 |
> |
Filter.PluginsPackage=uk.org.iscream.filter.plugins |
71 |
|
Filter.Plugins=TypeChecker;EnforceEssentialData |
72 |
|
|
73 |
|
# The name for the root filter |
103 |
|
############################################################ |
104 |
|
|
105 |
|
# The default filter for a new host |
106 |
< |
Host.filter=filter1; |
106 |
> |
Host.filter=computingFilter; |
107 |
|
|
108 |
|
# The default update times for a new host |
109 |
|
Host.UDPUpdateTime=10 |
111 |
|
Host.AveragerUpdateTime=5 |
112 |
|
|
113 |
|
# The services checks to run on a host |
114 |
< |
Host.serviceChecksPackage=uk.ac.ukc.iscream.filter.plugins |
106 |
< |
Host.serviceChecks=HTTP;SMTP;POP3;SSH;FTP;IMAP;Telnet |
114 |
> |
Host.serviceChecksPackage=uk.org.iscream.filter.plugins |
115 |
|
|
116 |
|
|
117 |
|
|
120 |
|
############################################################ |
121 |
|
|
122 |
|
# the monitors to run |
123 |
< |
Monitor.PluginsPackage=uk.ac.ukc.iscream.client.monitors |
124 |
< |
Monitor.Plugins=CPU;Memory;Swap;Heartbeat;WebFeeder; |
123 |
> |
Monitor.PluginsPackage=uk.org.iscream.client.monitors |
124 |
> |
Monitor.Plugins=CPU;Disk;Memory;Swap;Services;Heartbeat;WebFeeder; |
125 |
|
|
126 |
|
|
127 |
|
## CPU monitor configuration |
172 |
|
Monitor.Swap.alertTimeout.CRITICAL=3600 |
173 |
|
|
174 |
|
|
175 |
+ |
## Disk monitor configuration |
176 |
+ |
# threshold values |
177 |
+ |
# |
178 |
+ |
# note: if the UPPER threshold is broken, |
179 |
+ |
# the alertTimeout values are halved. |
180 |
+ |
# This is to escalate the alert quicker. |
181 |
+ |
Monitor.Disk.threshold.LOWER=80 |
182 |
+ |
Monitor.Disk.threshold.UPPER=90 |
183 |
+ |
|
184 |
+ |
# timings of the alerts (in seconds) |
185 |
+ |
Monitor.Disk.alertTimeout.NOTICE=60 |
186 |
+ |
Monitor.Disk.alertTimeout.WARNING=900 |
187 |
+ |
Monitor.Disk.alertTimeout.CAUTION=1800 |
188 |
+ |
Monitor.Disk.alertTimeout.CRITICAL=3600 |
189 |
+ |
|
190 |
+ |
|
191 |
+ |
## Services monitor configuration |
192 |
+ |
# threshold values |
193 |
+ |
# |
194 |
+ |
# THE SERVICES MONITOR USES A HACK |
195 |
+ |
# WHEREBY IT USES THE SERVICE STATUS |
196 |
+ |
# AS THE THRESHOLD LEVEL. THIS SHOULD |
197 |
+ |
# BE LOOKED AT! |
198 |
+ |
# |
199 |
+ |
# note: if the UPPER threshold is broken, |
200 |
+ |
# the alertTimeout values are halved. |
201 |
+ |
# This is to escalate the alert quicker. |
202 |
+ |
#Monitor.Services.threshold.LOWER=120 |
203 |
+ |
#Monitor.Services.threshold.LOWER=300 |
204 |
+ |
|
205 |
+ |
# timings of the alerts (in seconds) |
206 |
+ |
Monitor.Services.alertTimeout.NOTICE=60 |
207 |
+ |
Monitor.Services.alertTimeout.WARNING=900 |
208 |
+ |
Monitor.Services.alertTimeout.CAUTION=1800 |
209 |
+ |
Monitor.Services.alertTimeout.CRITICAL=3600 |
210 |
+ |
|
211 |
+ |
# Make sure we shut up eventually |
212 |
+ |
Monitor.Services.reachFINALcount=5 |
213 |
+ |
|
214 |
+ |
|
215 |
|
## Heartbeat monitor configuration |
216 |
|
# threshold values |
217 |
|
# |
222 |
|
# these are values in seconds from when the heartbeat |
223 |
|
# was *expected* to arrive (ie. last + hearbeat period) |
224 |
|
Monitor.Heartbeat.threshold.LOWER=120 |
225 |
< |
Monitor.Heartbeat.threshold.LOWER=300 |
225 |
> |
Monitor.Heartbeat.threshold.UPPER=300 |
226 |
|
|
227 |
|
# timings of the alerts (in seconds) |
228 |
|
Monitor.Heartbeat.alertTimeout.NOTICE=60 |
258 |
|
# |
259 |
|
|
260 |
|
# alerters to run |
261 |
< |
Alerter.PluginsPackage=uk.ac.ukc.iscream.client.alerters |
261 |
> |
Alerter.PluginsPackage=uk.org.iscream.client.alerters |
262 |
|
Alerter.Plugins=EMail;IRC;WebFeeder; |
263 |
|
|
264 |
|
# EMail alerter configuration |
265 |
< |
Alerter.EMail.level = CAUTION |
266 |
< |
Alerter.EMail.defaultDestList = dev@i-scream.org.uk |
265 |
> |
Alerter.EMail.level = WARNING |
266 |
> |
Alerter.EMail.destList = dev@i-scream.org.uk |
267 |
|
Alerter.EMail.sender = dev@i-scream.org.uk |
268 |
|
Alerter.EMail.smtpServer = mercury.ukc.ac.uk |
269 |
|
Alerter.EMail.subject = i-scream alert: %level% alert on %source% for %attributeName% |
270 |
< |
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%. |
270 |
> |
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%. |
271 |
|
|
272 |
+ |
|
273 |
|
# IRC alerter configuration |
274 |
|
Alerter.IRC.level = OK |
275 |
|
Alerter.IRC.IRCServer = killigrew.ukc.ac.uk |
297 |
|
#### WebFeeder Configuration |
298 |
|
############################################################ |
299 |
|
|
300 |
+ |
# Define these (one or both_ to turn on the WebFeeder's, |
301 |
+ |
# comment it to turn them off |
302 |
+ |
WebFeeder.latestActive = true |
303 |
+ |
WebFeeder.alertActive = true |
304 |
+ |
|
305 |
+ |
# Check period in seconds (for cleaning stale/old alerts) |
306 |
+ |
WebFeeder.checkPeriod = 900 |
307 |
+ |
|
308 |
+ |
# Delete alerts older than this, in seconds. |
309 |
+ |
# Files are only check every WebFeeder.checkPeriod seconds. |
310 |
+ |
WebFeeder.alertDeleteOlderThan = 1800 |
311 |
+ |
|
312 |
|
# Root Path |
313 |
|
WebFeeder.rootPath = /usr/local/proj/co600_10/webroot |
314 |
|
|
315 |
|
# Latest Data |
316 |
|
WebFeeder.latestSubDir = latest |
317 |
|
WebFeeder.latestFileName = latest_data |
318 |
+ |
|
319 |
+ |
# Alert Data |
320 |
+ |
WebFeeder.alertSubDir = alert |
321 |
+ |
WebFeeder.alertFileName = alert_data |
322 |
|
|
323 |
|
############################################################ |
324 |
|
|