58 |
|
# The default port to listen for new host connections |
59 |
|
FilterManager.listenPort=4567 |
60 |
|
|
61 |
+ |
# Access control list |
62 |
+ |
FilterManager.ACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW |
63 |
|
|
64 |
|
|
65 |
+ |
|
66 |
|
############################################################ |
67 |
|
#### Filter configuration |
68 |
|
############################################################ |
72 |
|
Filter.TCPListenPort=4589 |
73 |
|
|
74 |
|
# Plugin Information |
75 |
< |
Filter.PluginsPackage=uk.org.iscream.filter.plugins |
76 |
< |
Filter.Plugins=TypeChecker;EnforceEssentialData |
75 |
> |
Filter.PluginsPackage=uk.org.iscream.cms.server.filter.plugins |
76 |
> |
Filter.Plugins=TypeChecker;EnforceEssentialData;SourceChecker |
77 |
|
|
78 |
|
# The name for the root filter |
79 |
|
RootFilter.name=root |
81 |
|
# The default parent filter (should almost always be the same as Filter.rootFilter) |
82 |
|
Filter.parentFilter=root |
83 |
|
|
84 |
+ |
# The input methods to activate |
85 |
+ |
# (comment or set to 0 to disable) |
86 |
+ |
Filter.ActivateTCPReader=1 |
87 |
+ |
Filter.ActivateUDPReader=1 |
88 |
+ |
Filter.ActivateCORBAReader=1 |
89 |
|
|
90 |
+ |
# Access control list for the TCP and UDP inputs |
91 |
+ |
Filter.TCPACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW |
92 |
+ |
Filter.UDPACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW |
93 |
|
|
94 |
+ |
# Access control list for the SourceChecker plugin |
95 |
+ |
# - packets not permitted by this ACL will be filtered |
96 |
+ |
Filter.SourceCheckerPluginACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW |
97 |
+ |
|
98 |
+ |
|
99 |
+ |
|
100 |
|
############################################################ |
101 |
|
#### Root filter interfaces configuration |
102 |
|
############################################################ |
114 |
|
|
115 |
|
# The port for the client interface to listen on |
116 |
|
ClientInterface.listenPort=4510 |
117 |
+ |
# The name for the client interface |
118 |
+ |
ClientInterface.name=realtimeclients |
119 |
|
|
120 |
+ |
# Access Control List for TCP Clients |
121 |
+ |
ClientInterface.TCPControlChannelACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW |
122 |
+ |
ClientInterface.TCPDataChannelACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW |
123 |
|
|
124 |
|
|
125 |
+ |
|
126 |
|
############################################################ |
127 |
+ |
#### Database interface configuration |
128 |
+ |
############################################################ |
129 |
+ |
|
130 |
+ |
# The name for the Database interface |
131 |
+ |
DBInterface.name=database |
132 |
+ |
|
133 |
+ |
|
134 |
+ |
|
135 |
+ |
############################################################ |
136 |
|
#### Host Configuration |
137 |
|
############################################################ |
138 |
|
|
142 |
|
# The default update times for a new host |
143 |
|
Host.UDPUpdateTime=10 |
144 |
|
Host.TCPUpdateTime=60 |
113 |
– |
Host.AveragerUpdateTime=5 |
145 |
|
|
146 |
|
# The services checks to run on a host |
147 |
< |
Host.serviceChecksPackage=uk.org.iscream.filter.plugins |
147 |
> |
Host.serviceChecksPackage=uk.org.iscream.cms.server.filter.plugins |
148 |
|
|
149 |
|
|
150 |
|
|
153 |
|
############################################################ |
154 |
|
|
155 |
|
## The monitors to run |
156 |
< |
Monitor.PluginsPackage=uk.org.iscream.client.monitors |
156 |
> |
Monitor.PluginsPackage=uk.org.iscream.cms.server.client.monitors |
157 |
|
Monitor.Plugins=CPU;Load;Process;Disk;Memory;Swap;Services;\ |
158 |
|
Heartbeat;Queue;UserCount;WebFeeder; |
159 |
|
|
211 |
|
Monitor.Disk.thresholdMeasure=PERCENTAGE |
212 |
|
|
213 |
|
|
214 |
< |
# Disk monitor threshold values |
214 |
> |
# Queue monitor threshold values |
215 |
|
Monitor.Queue.threshold.LOWER=50 |
216 |
|
Monitor.Queue.threshold.UPPER=80 |
217 |
|
# Thresholds given are PERCENTAGE or VALUE |
242 |
|
# how many times we should be at the highest level before |
243 |
|
# we go to a FINAL alert |
244 |
|
Monitor.Heartbeat.reachFINALcount=5 |
245 |
+ |
# list of hosts we expect to have at startup |
246 |
+ |
# this ensures we notice hosts that aren't running, not |
247 |
+ |
# just those that have gone down recently. |
248 |
+ |
Monitor.Heartbeat.initialHosts=raptor.ukc.ac.uk;myrtle.ukc.ac.uk;kestrel.ukc.ac.uk |
249 |
|
|
250 |
|
|
251 |
|
|
266 |
|
# |
267 |
|
|
268 |
|
# alerters to run |
269 |
< |
Alerter.PluginsPackage=uk.org.iscream.client.alerters |
270 |
< |
Alerter.Plugins=EMail;IRC;WebFeeder; |
269 |
> |
Alerter.PluginsPackage=uk.org.iscream.cms.server.client.alerters |
270 |
> |
Alerter.Plugins=EMail;IRC;WebFeeder;Logging; |
271 |
|
|
272 |
|
|
273 |
|
# EMail alerter configuration |
285 |
|
Alerter.IRC.IRCPort = 6667 |
286 |
|
Alerter.IRC.nickList = iscreamBot;_iscreamBot;i-screamBot |
287 |
|
Alerter.IRC.user = i-scream |
288 |
< |
Alerter.IRC.comment = i-scream alerting bot |
288 |
> |
Alerter.IRC.comment = i-scream alerting bot (based on PircBot) |
289 |
> |
Alerter.IRC.finger = i-scream alerting bot (based on PircBot) |
290 |
|
Alerter.IRC.channel = #i-scream |
291 |
|
Alerter.IRC.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value% - time till next alert (should one occur), %timeTillNextAlert% |
292 |
|
Alerter.IRC.reconnectDelay = 30 |
304 |
|
Alerter.IRC.rejectMessage = sorry, I don't understand your request |
305 |
|
|
306 |
|
|
307 |
+ |
# Logging alerter configuration |
308 |
+ |
Alerter.Logging.level = WARNING |
309 |
+ |
Alerter.Logging.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value% |
310 |
|
|
311 |
+ |
|
312 |
+ |
|
313 |
|
############################################################ |
314 |
|
#### WebFeeder Configuration |
315 |
|
############################################################ |
320 |
|
WebFeeder.alertActive = true |
321 |
|
|
322 |
|
# Only pass on alerts past this level |
323 |
< |
WebFeeder.alertLevel = OK |
323 |
> |
Alerter.WebFeeder.level = OK |
324 |
|
|
325 |
|
# Check period in seconds (for cleaning stale/old alerts) |
326 |
|
WebFeeder.checkPeriod = 120 |