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.*; |
124 |
|
# the monitors to run |
125 |
|
Monitor.PluginsPackage=uk.org.iscream.client.monitors |
126 |
|
Monitor.Plugins=CPU;Disk;Memory;Swap;Services;Heartbeat;WebFeeder; |
127 |
+ |
#Monitor.Plugins=CPU;WebFeeder; |
128 |
+ |
#Monitor.Plugins= |
129 |
|
|
130 |
|
|
131 |
|
## CPU monitor configuration |
182 |
|
# note: if the UPPER threshold is broken, |
183 |
|
# the alertTimeout values are halved. |
184 |
|
# This is to escalate the alert quicker. |
185 |
< |
Monitor.Disk.threshold.LOWER=80 |
186 |
< |
Monitor.Disk.threshold.UPPER=90 |
185 |
> |
Monitor.Disk.threshold.LOWER=90 |
186 |
> |
Monitor.Disk.threshold.UPPER=95 |
187 |
|
|
188 |
|
# timings of the alerts (in seconds) |
189 |
|
Monitor.Disk.alertTimeout.NOTICE=60 |
263 |
|
|
264 |
|
# alerters to run |
265 |
|
Alerter.PluginsPackage=uk.org.iscream.client.alerters |
266 |
< |
Alerter.Plugins=EMail;IRC;WebFeeder; |
266 |
> |
#Alerter.Plugins=EMail;IRC;WebFeeder; |
267 |
> |
Alerter.Plugins=IRC;WebFeeder; |
268 |
> |
#Alerter.Plugins=WebFeeder; |
269 |
> |
#Alerter.Plugins= |
270 |
|
|
271 |
|
# EMail alerter configuration |
272 |
|
Alerter.EMail.level = WARNING |
310 |
|
WebFeeder.alertActive = true |
311 |
|
|
312 |
|
# Check period in seconds (for cleaning stale/old alerts) |
313 |
< |
WebFeeder.checkPeriod = 900 |
313 |
> |
WebFeeder.checkPeriod = 120 |
314 |
|
|
315 |
|
# Delete alerts older than this, in seconds. |
316 |
|
# Files are only check every WebFeeder.checkPeriod seconds. |
317 |
< |
WebFeeder.alertDeleteOlderThan = 1800 |
317 |
> |
WebFeeder.alertDeleteOlderThan = 300 |
318 |
|
|
319 |
|
# Root Path |
320 |
|
WebFeeder.rootPath = /usr/local/proj/co600_10/webroot |