ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/build/etc/system.conf
(Generate patch)

Comparing projects/cms/source/server/build/etc/system.conf (file contents):
Revision 1.56 by tdb, Wed Nov 7 16:44:10 2001 UTC vs.
Revision 1.63 by tdb, Wed Mar 20 12:56:37 2002 UTC

# Line 58 | Line 58 | Queue.RemoveAlgorithm=FIRST
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   ############################################################
# Line 78 | Line 81 | 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 +
95 +
96   ############################################################
97   #### Root filter interfaces configuration
98   ############################################################
# Line 100 | Line 113 | ClientInterface.listenPort=4510
113   # The name for the client interface
114   ClientInterface.name=realtimeclients
115  
116 + # Access Control List for TCP Clients
117 + ClientInterface.TCPControlChannelACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW
118 + ClientInterface.TCPDataChannelACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW
119  
120  
121 +
122   ############################################################
123   #### Database interface configuration
124   ############################################################
# Line 121 | Line 138 | Host.filter=computingFilter;
138   # The default update times for a new host
139   Host.UDPUpdateTime=10
140   Host.TCPUpdateTime=60
124 Host.AveragerUpdateTime=5
141  
142   # The services checks to run on a host
143   Host.serviceChecksPackage=uk.org.iscream.cms.server.filter.plugins
# Line 222 | Line 238 | Monitor.Heartbeat.checkPeriod=50
238   # how many times we should be at the highest level before
239   # we go to a FINAL alert
240   Monitor.Heartbeat.reachFINALcount=5
241 + # list of hosts we expect to have at startup
242 + # this ensures we notice hosts that aren't running, not
243 + # just those that have gone down recently.
244 + Monitor.Heartbeat.initialHosts=raptor.ukc.ac.uk;myrtle.ukc.ac.uk;kestrel.ukc.ac.uk
245  
246  
247  
# Line 261 | Line 281 | Alerter.IRC.IRCServer = killigrew.ukc.ac.uk
281   Alerter.IRC.IRCPort = 6667
282   Alerter.IRC.nickList = iscreamBot;_iscreamBot;i-screamBot
283   Alerter.IRC.user = i-scream
284 < Alerter.IRC.comment = i-scream alerting bot
284 > Alerter.IRC.comment = i-scream alerting bot (based on PircBot)
285 > Alerter.IRC.finger = i-scream alerting bot (based on PircBot)
286   Alerter.IRC.channel = #i-scream
287   Alerter.IRC.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value% - time till next alert (should one occur), %timeTillNextAlert%
288   Alerter.IRC.reconnectDelay = 30
# Line 281 | Line 302 | Alerter.IRC.rejectMessage = sorry, I don't understand
302  
303   # Logging alerter configuration
304   Alerter.Logging.level = WARNING
305 < Alerter.EMail.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value%
305 > Alerter.Logging.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value%
306  
307  
308  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines