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.62 by tdb, Tue Mar 19 17:22:12 2002 UTC

# Line 78 | Line 78 | RootFilter.name=root
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   ############################################################
# Line 121 | Line 131 | Host.filter=computingFilter;
131   # The default update times for a new host
132   Host.UDPUpdateTime=10
133   Host.TCPUpdateTime=60
124 Host.AveragerUpdateTime=5
134  
135   # The services checks to run on a host
136   Host.serviceChecksPackage=uk.org.iscream.cms.server.filter.plugins
# Line 222 | Line 231 | Monitor.Heartbeat.checkPeriod=50
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  
# Line 261 | Line 274 | Alerter.IRC.IRCServer = killigrew.ukc.ac.uk
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
# Line 281 | Line 295 | Alerter.IRC.rejectMessage = sorry, I don't understand
295  
296   # Logging alerter configuration
297   Alerter.Logging.level = WARNING
298 < Alerter.EMail.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value%
298 > Alerter.Logging.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value%
299  
300  
301  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines