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 |
97 |
|
|
98 |
|
# The port for the client interface to listen on |
99 |
|
ClientInterface.listenPort=4510 |
100 |
+ |
# The name for the client interface |
101 |
+ |
ClientInterface.name=realtimeclients |
102 |
|
|
103 |
|
|
104 |
|
|
105 |
|
############################################################ |
106 |
+ |
#### Database interface configuration |
107 |
+ |
############################################################ |
108 |
+ |
|
109 |
+ |
# The name for the Database interface |
110 |
+ |
DBInterface.name=database |
111 |
+ |
|
112 |
+ |
|
113 |
+ |
|
114 |
+ |
############################################################ |
115 |
|
#### Host Configuration |
116 |
|
############################################################ |
117 |
|
|
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 |
|
|
133 |
|
############################################################ |
134 |
|
|
135 |
|
## The monitors to run |
136 |
< |
Monitor.PluginsPackage=uk.org.iscream.client.monitors |
137 |
< |
Monitor.Plugins=CPU;Load;Process;Disk;Memory;Swap;Services;Heartbeat;Queue;WebFeeder; |
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 |
|
|
140 |
|
## Default alert timeouts |
141 |
|
# these can be override on a per-monitor basis |
177 |
|
Monitor.Swap.threshold.UPPER=90 |
178 |
|
|
179 |
|
|
180 |
+ |
# UserCount monitor threshold values |
181 |
+ |
Monitor.UserCount.threshold.LOWER=100 |
182 |
+ |
Monitor.UserCount.threshold.UPPER=200 |
183 |
+ |
|
184 |
+ |
|
185 |
|
# Disk monitor threshold values |
186 |
|
Monitor.Disk.threshold.LOWER=90 |
187 |
|
Monitor.Disk.threshold.UPPER=95 |
191 |
|
Monitor.Disk.thresholdMeasure=PERCENTAGE |
192 |
|
|
193 |
|
|
194 |
< |
# Disk monitor threshold values |
195 |
< |
Monitor.Queue.threshold.LOWER=90 |
196 |
< |
Monitor.Queue.threshold.UPPER=95 |
194 |
> |
# Queue monitor threshold values |
195 |
> |
Monitor.Queue.threshold.LOWER=50 |
196 |
> |
Monitor.Queue.threshold.UPPER=80 |
197 |
|
# Thresholds given are PERCENTAGE or VALUE |
198 |
|
# where PERCENTAGE is a percentage of disk in use |
199 |
|
# and VALUE is an absolute value of space free |
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 |
|
|
246 |
|
# |
247 |
|
|
248 |
|
# alerters to run |
249 |
< |
Alerter.PluginsPackage=uk.org.iscream.client.alerters |
250 |
< |
Alerter.Plugins=EMail;IRC;WebFeeder; |
249 |
> |
Alerter.PluginsPackage=uk.org.iscream.cms.server.client.alerters |
250 |
> |
Alerter.Plugins=EMail;IRC;WebFeeder;Logging; |
251 |
|
|
252 |
|
|
253 |
|
# EMail alerter configuration |
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 |
284 |
|
Alerter.IRC.rejectMessage = sorry, I don't understand your request |
285 |
|
|
286 |
|
|
287 |
+ |
# Logging alerter configuration |
288 |
+ |
Alerter.Logging.level = WARNING |
289 |
+ |
Alerter.Logging.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value% |
290 |
|
|
291 |
+ |
|
292 |
+ |
|
293 |
|
############################################################ |
294 |
|
#### WebFeeder Configuration |
295 |
|
############################################################ |
300 |
|
WebFeeder.alertActive = true |
301 |
|
|
302 |
|
# Only pass on alerts past this level |
303 |
< |
WebFeeder.alertLevel = OK |
303 |
> |
Alerter.WebFeeder.level = OK |
304 |
|
|
305 |
|
# Check period in seconds (for cleaning stale/old alerts) |
306 |
|
WebFeeder.checkPeriod = 120 |