| 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.*; |
| 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 |
|
############################################################ |
| 114 |
|
|
| 115 |
|
# The services checks to run on a host |
| 116 |
|
Host.serviceChecksPackage=uk.org.iscream.filter.plugins |
| 106 |
– |
Host.serviceChecks=HTTP;SMTP;POP3;SSH;FTP;IMAP;Telnet |
| 117 |
|
|
| 118 |
|
|
| 119 |
|
|
| 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 |
| 309 |
|
WebFeeder.latestActive = true |
| 310 |
|
WebFeeder.alertActive = true |
| 311 |
|
|
| 312 |
+ |
# Only pass on alerts past this level |
| 313 |
+ |
WebFeeder.alertLevel = OK |
| 314 |
+ |
|
| 315 |
|
# Check period in seconds (for cleaning stale/old alerts) |
| 316 |
< |
WebFeeder.checkPeriod = 1800 |
| 316 |
> |
WebFeeder.checkPeriod = 120 |
| 317 |
|
|
| 318 |
|
# Delete alerts older than this, in seconds. |
| 319 |
|
# Files are only check every WebFeeder.checkPeriod seconds. |
| 320 |
< |
WebFeeder.alertDeleteOlderThan = 3600 |
| 320 |
> |
WebFeeder.alertDeleteOlderThan = 300 |
| 321 |
|
|
| 322 |
|
# Root Path |
| 323 |
|
WebFeeder.rootPath = /usr/local/proj/co600_10/webroot |