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 |
78 |
|
# The default parent filter (should almost always be the same as Filter.rootFilter) |
79 |
|
Filter.parentFilter=root |
80 |
|
|
81 |
+ |
# The input methods to activate |
82 |
+ |
# (comment or set to 0 to disable) |
83 |
+ |
Filter.ActivateTCPReader=1 |
84 |
+ |
Filter.ActivateUDPReader=1 |
85 |
+ |
Filter.ActivateCORBAReader=1 |
86 |
|
|
87 |
+ |
# Access control list for the TCP and UDP inputs |
88 |
+ |
Filter.TCPACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW |
89 |
+ |
Filter.UDPACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW |
90 |
|
|
91 |
+ |
|
92 |
+ |
|
93 |
|
############################################################ |
94 |
|
#### Root filter interfaces configuration |
95 |
|
############################################################ |
107 |
|
|
108 |
|
# The port for the client interface to listen on |
109 |
|
ClientInterface.listenPort=4510 |
110 |
+ |
# The name for the client interface |
111 |
+ |
ClientInterface.name=realtimeclients |
112 |
|
|
113 |
|
|
114 |
|
|
115 |
|
############################################################ |
116 |
+ |
#### Database interface configuration |
117 |
+ |
############################################################ |
118 |
+ |
|
119 |
+ |
# The name for the Database interface |
120 |
+ |
DBInterface.name=database |
121 |
+ |
|
122 |
+ |
|
123 |
+ |
|
124 |
+ |
############################################################ |
125 |
|
#### Host Configuration |
126 |
|
############################################################ |
127 |
|
|
131 |
|
# The default update times for a new host |
132 |
|
Host.UDPUpdateTime=10 |
133 |
|
Host.TCPUpdateTime=60 |
113 |
– |
Host.AveragerUpdateTime=5 |
134 |
|
|
135 |
|
# The services checks to run on a host |
136 |
< |
Host.serviceChecksPackage=uk.org.iscream.filter.plugins |
136 |
> |
Host.serviceChecksPackage=uk.org.iscream.cms.server.filter.plugins |
137 |
|
|
138 |
|
|
139 |
|
|
142 |
|
############################################################ |
143 |
|
|
144 |
|
## The monitors to run |
145 |
< |
Monitor.PluginsPackage=uk.org.iscream.client.monitors |
146 |
< |
Monitor.Plugins=CPU;Load;Process;Disk;Memory;Swap;Services;Heartbeat;Queue;WebFeeder; |
145 |
> |
Monitor.PluginsPackage=uk.org.iscream.cms.server.client.monitors |
146 |
> |
Monitor.Plugins=CPU;Load;Process;Disk;Memory;Swap;Services;\ |
147 |
> |
Heartbeat;Queue;UserCount;WebFeeder; |
148 |
|
|
149 |
|
## Default alert timeouts |
150 |
|
# these can be override on a per-monitor basis |
186 |
|
Monitor.Swap.threshold.UPPER=90 |
187 |
|
|
188 |
|
|
189 |
+ |
# UserCount monitor threshold values |
190 |
+ |
Monitor.UserCount.threshold.LOWER=100 |
191 |
+ |
Monitor.UserCount.threshold.UPPER=200 |
192 |
+ |
|
193 |
+ |
|
194 |
|
# Disk monitor threshold values |
195 |
|
Monitor.Disk.threshold.LOWER=90 |
196 |
|
Monitor.Disk.threshold.UPPER=95 |
200 |
|
Monitor.Disk.thresholdMeasure=PERCENTAGE |
201 |
|
|
202 |
|
|
203 |
< |
# Disk monitor threshold values |
204 |
< |
Monitor.Queue.threshold.LOWER=90 |
205 |
< |
Monitor.Queue.threshold.UPPER=95 |
203 |
> |
# Queue monitor threshold values |
204 |
> |
Monitor.Queue.threshold.LOWER=50 |
205 |
> |
Monitor.Queue.threshold.UPPER=80 |
206 |
|
# Thresholds given are PERCENTAGE or VALUE |
207 |
|
# where PERCENTAGE is a percentage of disk in use |
208 |
|
# and VALUE is an absolute value of space free |
231 |
|
# how many times we should be at the highest level before |
232 |
|
# we go to a FINAL alert |
233 |
|
Monitor.Heartbeat.reachFINALcount=5 |
234 |
+ |
# list of hosts we expect to have at startup |
235 |
+ |
# this ensures we notice hosts that aren't running, not |
236 |
+ |
# just those that have gone down recently. |
237 |
+ |
Monitor.Heartbeat.initialHosts=raptor.ukc.ac.uk;myrtle.ukc.ac.uk;kestrel.ukc.ac.uk |
238 |
|
|
239 |
|
|
240 |
|
|
255 |
|
# |
256 |
|
|
257 |
|
# alerters to run |
258 |
< |
Alerter.PluginsPackage=uk.org.iscream.client.alerters |
259 |
< |
Alerter.Plugins=EMail;IRC;WebFeeder; |
258 |
> |
Alerter.PluginsPackage=uk.org.iscream.cms.server.client.alerters |
259 |
> |
Alerter.Plugins=EMail;IRC;WebFeeder;Logging; |
260 |
|
|
261 |
|
|
262 |
|
# EMail alerter configuration |
274 |
|
Alerter.IRC.IRCPort = 6667 |
275 |
|
Alerter.IRC.nickList = iscreamBot;_iscreamBot;i-screamBot |
276 |
|
Alerter.IRC.user = i-scream |
277 |
< |
Alerter.IRC.comment = i-scream alerting bot |
277 |
> |
Alerter.IRC.comment = i-scream alerting bot (based on PircBot) |
278 |
> |
Alerter.IRC.finger = i-scream alerting bot (based on PircBot) |
279 |
|
Alerter.IRC.channel = #i-scream |
280 |
|
Alerter.IRC.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value% - time till next alert (should one occur), %timeTillNextAlert% |
281 |
|
Alerter.IRC.reconnectDelay = 30 |
293 |
|
Alerter.IRC.rejectMessage = sorry, I don't understand your request |
294 |
|
|
295 |
|
|
296 |
+ |
# Logging alerter configuration |
297 |
+ |
Alerter.Logging.level = WARNING |
298 |
+ |
Alerter.Logging.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value% |
299 |
|
|
300 |
+ |
|
301 |
+ |
|
302 |
|
############################################################ |
303 |
|
#### WebFeeder Configuration |
304 |
|
############################################################ |
309 |
|
WebFeeder.alertActive = true |
310 |
|
|
311 |
|
# Only pass on alerts past this level |
312 |
< |
WebFeeder.alertLevel = OK |
312 |
> |
Alerter.WebFeeder.level = OK |
313 |
|
|
314 |
|
# Check period in seconds (for cleaning stale/old alerts) |
315 |
|
WebFeeder.checkPeriod = 120 |