ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/build/etc/system.conf
Revision: 1.64
Committed: Wed Mar 20 16:32:37 2002 UTC (22 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.63: +6 -2 lines
Log Message:
New filter plugin to remove packets that don't match a given ACL. This
allows filtering to be done based on ACL's at any point during a filter
chain (rather than just the ends).
This also semi-solves the problem of not being able to do an ACL on the
CORBA input to a Filter (well, not easily afaik).

File Contents

# User Rev Content
1 tdb 1.2 # This is the default system configuration file
2     # used by all components of the i-scream system
3     #
4     # ALL configuration that uses the centralised
5     # configuration system has this file as its
6     # root of configuration
7     #
8 tdb 1.59 # $Author: tdb $
9 tdb 1.64 # $Id: system.conf,v 1.63 2002/03/20 12:56:37 tdb Exp $
10 ajm 1.14 #
11     ############################################################
12     #### Configuration Files & Groups
13     ############################################################
14    
15     # for computing machines
16 tdb 1.15 group.computing=Host.129.12.4.*;
17 tdb 1.41 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 tdb 1.42 group.compsoc=Host.compsoc1.ukc.ac.uk
22 tdb 1.41
23 tdb 1.15 config.computing=computing.conf
24 tdb 1.41 config.rocks=rocks.conf
25 tdb 1.42 config.compsoc1=rocks.conf
26 ajm 1.14
27     # for library machines
28 tdb 1.15 group.library=Host.129.12.58.*;
29 ajm 1.14 config.library=library.conf
30    
31 tdb 1.15 # for SSB machines
32     group.ssb=Host.stue*.ukc.ac.uk;
33     config.ssb=ssb.conf
34    
35 ajm 1.14 # mySQL configuration
36     config.mySQL=mySQL.conf
37    
38 ajm 1.16 ############################################################
39     #### Misc system-wide configuration
40     ############################################################
41    
42     # the time (in seconds) that checks should be made for
43     # changes in configuration
44     ConfigurationProxy.updateTime=60
45    
46     # The time interval at which the Queue's should be monitored
47     Queue.MonitorInterval=15
48 tdb 1.40 # The upper limit for a Queue
49     Queue.SizeLimit=1000
50     # The removal algorithm
51     Queue.RemoveAlgorithm=FIRST
52 tdb 1.2
53 ajm 1.14
54     ############################################################
55     #### FilterManager configuration
56     ############################################################
57 tdb 1.2
58     # The default port to listen for new host connections
59     FilterManager.listenPort=4567
60    
61 tdb 1.63 # Access control list
62     FilterManager.ACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW
63    
64 ajm 1.14
65    
66     ############################################################
67     #### Filter configuration
68     ############################################################
69    
70 tdb 1.2 # The default port for Filter's to listen on
71     Filter.UDPListenPort=4589
72     Filter.TCPListenPort=4589
73    
74 ajm 1.14 # Plugin Information
75 tdb 1.55 Filter.PluginsPackage=uk.org.iscream.cms.server.filter.plugins
76 tdb 1.64 Filter.Plugins=TypeChecker;EnforceEssentialData;SourceChecker
77 ajm 1.14
78 tdb 1.2 # The name for the root filter
79     RootFilter.name=root
80 ajm 1.14
81     # The default parent filter (should almost always be the same as Filter.rootFilter)
82     Filter.parentFilter=root
83    
84 tdb 1.61 # 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 tdb 1.62
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 tdb 1.64
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 tdb 1.62
98 ajm 1.14
99    
100     ############################################################
101     #### Root filter interfaces configuration
102     ############################################################
103    
104 tdb 1.2 # Comment either of these (or delete them) and
105     # that interface won't be started
106     RootFilter.realtimeInterfaceName=realtimeclients
107 tdb 1.6 RootFilter.dbInterfaceName=database
108 tdb 1.2
109 ajm 1.14
110    
111     ############################################################
112     #### Client interface configuration
113     ############################################################
114    
115 tdb 1.2 # The port for the client interface to listen on
116     ClientInterface.listenPort=4510
117 tdb 1.52 # The name for the client interface
118     ClientInterface.name=realtimeclients
119 tdb 1.63
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 tdb 1.52
124    
125    
126     ############################################################
127     #### Database interface configuration
128     ############################################################
129    
130     # The name for the Database interface
131     DBInterface.name=database
132 tdb 1.2
133 ajm 1.14
134    
135     ############################################################
136     #### Host Configuration
137     ############################################################
138 tdb 1.2
139     # The default filter for a new host
140 tdb 1.36 Host.filter=computingFilter;
141 tdb 1.13
142 tdb 1.2 # The default update times for a new host
143 tdb 1.7 Host.UDPUpdateTime=10
144 tdb 1.2 Host.TCPUpdateTime=60
145    
146 ajm 1.8 # The services checks to run on a host
147 tdb 1.55 Host.serviceChecksPackage=uk.org.iscream.cms.server.filter.plugins
148 tdb 1.2
149 ajm 1.14
150 tdb 1.12
151 ajm 1.14 ############################################################
152     #### Monitor Configuration
153     ############################################################
154    
155 tdb 1.47 ## The monitors to run
156 tdb 1.55 Monitor.PluginsPackage=uk.org.iscream.cms.server.client.monitors
157 tdb 1.51 Monitor.Plugins=CPU;Load;Process;Disk;Memory;Swap;Services;\
158     Heartbeat;Queue;UserCount;WebFeeder;
159 tdb 1.24
160 tdb 1.47 ## Default alert timeouts
161     # these can be override on a per-monitor basis
162     # timings of the alerts (in seconds)
163     Monitor.alertTimeout.NOTICE=60
164     Monitor.alertTimeout.WARNING=900
165     Monitor.alertTimeout.CAUTION=1800
166     Monitor.alertTimeout.CRITICAL=3600
167 ajm 1.14
168 tdb 1.47 ## Threshold values
169 ajm 1.16 #
170     # note: if the UPPER threshold is broken,
171     # the alertTimeout values are halved.
172     # This is to escalate the alert quicker.
173 tdb 1.47 #
174    
175     # CPU monitor threshold values
176 ajm 1.16 Monitor.CPU.threshold.LOWER=90
177     Monitor.CPU.threshold.UPPER=99
178    
179 tdb 1.44
180 tdb 1.47 # Load monitor threshold values
181 tdb 1.44 Monitor.Load.threshold.LOWER=10.0
182     Monitor.Load.threshold.UPPER=20.0
183    
184    
185 tdb 1.47 # Process Count threshold values
186 tdb 1.44 Monitor.Process.threshold.LOWER=1000
187     Monitor.Process.threshold.UPPER=1500
188    
189 tdb 1.24
190 tdb 1.47 # Memory monitor threshold values
191 tdb 1.24 Monitor.Memory.threshold.LOWER=80
192     Monitor.Memory.threshold.UPPER=90
193    
194    
195 tdb 1.47 # Swap monitor threshold values
196 tdb 1.24 Monitor.Swap.threshold.LOWER=80
197     Monitor.Swap.threshold.UPPER=90
198 tdb 1.50
199    
200     # UserCount monitor threshold values
201     Monitor.UserCount.threshold.LOWER=100
202     Monitor.UserCount.threshold.UPPER=200
203 tdb 1.24
204 ajm 1.33
205 tdb 1.47 # Disk monitor threshold values
206 tdb 1.42 Monitor.Disk.threshold.LOWER=90
207     Monitor.Disk.threshold.UPPER=95
208 tdb 1.47 # Thresholds given are PERCENTAGE or VALUE
209     # where PERCENTAGE is a percentage of disk in use
210     # and VALUE is an absolute value of space free
211 tdb 1.46 Monitor.Disk.thresholdMeasure=PERCENTAGE
212 ajm 1.33
213 tdb 1.46
214 tdb 1.56 # Queue monitor threshold values
215 tdb 1.49 Monitor.Queue.threshold.LOWER=50
216     Monitor.Queue.threshold.UPPER=80
217 tdb 1.47 # Thresholds given are PERCENTAGE or VALUE
218     # where PERCENTAGE is a percentage of disk in use
219     # and VALUE is an absolute value of space free
220 tdb 1.46 Monitor.Queue.thresholdMeasure=PERCENTAGE
221    
222 ajm 1.34
223 tdb 1.47 # Services monitor threshold values
224 ajm 1.34 #
225     # THE SERVICES MONITOR USES A HACK
226     # WHEREBY IT USES THE SERVICE STATUS
227     # AS THE THRESHOLD LEVEL. THIS SHOULD
228     # BE LOOKED AT!
229     #
230 tdb 1.47 # how many times we should be at the highest level before
231     # we go to a FINAL alert
232 tdb 1.38 Monitor.Services.reachFINALcount=5
233    
234 ajm 1.14
235 tdb 1.47 # Heartbeat threshold values
236 tdb 1.25 # these are values in seconds from when the heartbeat
237     # was *expected* to arrive (ie. last + hearbeat period)
238 tdb 1.48 Monitor.Heartbeat.threshold.LOWER=180
239 tdb 1.38 Monitor.Heartbeat.threshold.UPPER=300
240 tdb 1.47 # this is how often we will run a "check" of heartbeats
241 tdb 1.48 Monitor.Heartbeat.checkPeriod=50
242 tdb 1.47 # how many times we should be at the highest level before
243     # we go to a FINAL alert
244     Monitor.Heartbeat.reachFINALcount=5
245 tdb 1.58 # 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 tdb 1.47
250 ajm 1.14
251 ajm 1.23
252 ajm 1.14 ############################################################
253     #### Alerter Configuration
254     ############################################################
255 ajm 1.23 # The following var's are understood by ALL alerters for messages
256     #
257     # %level% - the alert level (eg, WARNING)
258     # %threshold% - the threshold broken (eg, LOWER)
259     # %source% - the source of the alert (eg, raptor.ukc.ac.uk)
260     # %value% - the value reached (eg, 95)
261     # %thresholdValue% - the value of the threshold broken (eg, 90)
262     # %attributeName% - the attribute that has caused the alert (eg, CPU User)
263     # %timeTillNextAlert% - the time the next alert will be sent out
264     # %timeSinceFirstAlert% - the time elapsed since the first alert for this problem
265     # %timeOfFirstAlert% - the time the first alert was sent
266     #
267 ajm 1.14
268     # alerters to run
269 tdb 1.55 Alerter.PluginsPackage=uk.org.iscream.cms.server.client.alerters
270 tdb 1.54 Alerter.Plugins=EMail;IRC;WebFeeder;Logging;
271 tdb 1.47
272 ajm 1.14
273     # EMail alerter configuration
274 tdb 1.38 Alerter.EMail.level = WARNING
275     Alerter.EMail.destList = dev@i-scream.org.uk
276 ajm 1.14 Alerter.EMail.sender = dev@i-scream.org.uk
277     Alerter.EMail.smtpServer = mercury.ukc.ac.uk
278 ajm 1.16 Alerter.EMail.subject = i-scream alert: %level% alert on %source% for %attributeName%
279 tdb 1.38 Alerter.EMail.message = The i-scream distributed central monitoring system has\nraised a %level% alert for the host %source%.\n\nThe value for %attributeName% of %value% has exceeded the\n%threshold% threshold value of %thresholdValue%.\n\nThis alert was originally raised at %timeOfFirstAlert%,\nwhich was %timeSinceFirstAlert% ago.\n\nThe next alert (should one occur) will be sent in %timeTillNextAlert%.
280    
281 ajm 1.14
282     # IRC alerter configuration
283 ajm 1.16 Alerter.IRC.level = OK
284 ajm 1.14 Alerter.IRC.IRCServer = killigrew.ukc.ac.uk
285     Alerter.IRC.IRCPort = 6667
286 tdb 1.19 Alerter.IRC.nickList = iscreamBot;_iscreamBot;i-screamBot
287 tdb 1.17 Alerter.IRC.user = i-scream
288 tdb 1.59 Alerter.IRC.comment = i-scream alerting bot (based on PircBot)
289     Alerter.IRC.finger = i-scream alerting bot (based on PircBot)
290 ajm 1.14 Alerter.IRC.channel = #i-scream
291 ajm 1.16 Alerter.IRC.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value% - time till next alert (should one occur), %timeTillNextAlert%
292 tdb 1.17 Alerter.IRC.reconnectDelay = 30
293     Alerter.IRC.startupNotice = i-scream alerting bot activated
294     Alerter.IRC.stopCommand = stop alerts
295     Alerter.IRC.startCommand = start alerts
296     Alerter.IRC.lastAlertCommand = last alert
297     Alerter.IRC.joinCommand = join
298 tdb 1.18 Alerter.IRC.nickChangeCommand = nick
299     Alerter.IRC.statCommand = statistics
300     Alerter.IRC.uptimeCommand = uptime
301     Alerter.IRC.timeSinceLastAlertCommand = time since last alert
302 tdb 1.19 Alerter.IRC.versionCommand = version
303 tdb 1.17 Alerter.IRC.helpCommand = help
304     Alerter.IRC.rejectMessage = sorry, I don't understand your request
305 tdb 1.54
306    
307     # Logging alerter configuration
308     Alerter.Logging.level = WARNING
309 tdb 1.57 Alerter.Logging.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value%
310 tdb 1.29
311 tdb 1.47
312    
313 tdb 1.29 ############################################################
314     #### WebFeeder Configuration
315     ############################################################
316    
317 tdb 1.32 # Define these (one or both_ to turn on the WebFeeder's,
318     # comment it to turn them off
319     WebFeeder.latestActive = true
320     WebFeeder.alertActive = true
321 tdb 1.43
322     # Only pass on alerts past this level
323 tdb 1.53 Alerter.WebFeeder.level = OK
324 tdb 1.37
325     # Check period in seconds (for cleaning stale/old alerts)
326 tdb 1.42 WebFeeder.checkPeriod = 120
327 tdb 1.37
328     # Delete alerts older than this, in seconds.
329     # Files are only check every WebFeeder.checkPeriod seconds.
330 tdb 1.42 WebFeeder.alertDeleteOlderThan = 300
331 tdb 1.32
332 tdb 1.29 # Root Path
333     WebFeeder.rootPath = /usr/local/proj/co600_10/webroot
334    
335     # Latest Data
336     WebFeeder.latestSubDir = latest
337 tdb 1.31 WebFeeder.latestFileName = latest_data
338 tdb 1.32
339     # Alert Data
340     WebFeeder.alertSubDir = alert
341     WebFeeder.alertFileName = alert_data
342 ajm 1.16
343 tdb 1.47
344 tdb 1.17 ############################################################