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.51 by tdb, Fri Mar 23 02:31:54 2001 UTC vs.
Revision 1.62 by tdb, Tue Mar 19 17:22:12 2002 UTC

# Line 69 | Line 69 | Filter.UDPListenPort=4589
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
# 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 97 | Line 107 | RootFilter.dbInterfaceName=database
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  
# Line 110 | Line 131 | Host.filter=computingFilter;
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  
# Line 122 | Line 142 | Host.serviceChecksPackage=uk.org.iscream.filter.plugin
142   ############################################################
143  
144   ## The monitors to run
145 < Monitor.PluginsPackage=uk.org.iscream.client.monitors
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  
# Line 180 | Line 200 | Monitor.Disk.threshold.UPPER=95
200   Monitor.Disk.thresholdMeasure=PERCENTAGE
201  
202  
203 < # Disk monitor threshold values
203 > # Queue monitor threshold values
204   Monitor.Queue.threshold.LOWER=50
205   Monitor.Queue.threshold.UPPER=80
206   # Thresholds given are PERCENTAGE or VALUE
# Line 211 | 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 231 | Line 255 | Monitor.Heartbeat.reachFINALcount=5
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
# Line 250 | 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 268 | Line 293 | Alerter.IRC.helpCommand = help
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   ############################################################
# Line 279 | Line 309 | WebFeeder.latestActive = true
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines