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.49 by tdb, Thu Mar 22 17:33:10 2001 UTC vs.
Revision 1.61 by tdb, Tue Mar 19 16:37:28 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  
88   ############################################################
# Line 97 | Line 102 | RootFilter.dbInterfaceName=database
102  
103   # The port for the client interface to listen on
104   ClientInterface.listenPort=4510
105 + # The name for the client interface
106 + ClientInterface.name=realtimeclients
107  
108  
109  
110   ############################################################
111 + #### Database interface configuration
112 + ############################################################
113 +
114 + # The name for the Database interface
115 + DBInterface.name=database
116 +
117 +
118 +
119 + ############################################################
120   #### Host Configuration
121   ############################################################
122  
# Line 110 | Line 126 | Host.filter=computingFilter;
126   # The default update times for a new host
127   Host.UDPUpdateTime=10
128   Host.TCPUpdateTime=60
113 Host.AveragerUpdateTime=5
129  
130   # The services checks to run on a host
131 < Host.serviceChecksPackage=uk.org.iscream.filter.plugins
131 > Host.serviceChecksPackage=uk.org.iscream.cms.server.filter.plugins
132  
133  
134  
# Line 122 | Line 137 | Host.serviceChecksPackage=uk.org.iscream.filter.plugin
137   ############################################################
138  
139   ## The monitors to run
140 < Monitor.PluginsPackage=uk.org.iscream.client.monitors
141 < Monitor.Plugins=CPU;Load;Process;Disk;Memory;Swap;Services;Heartbeat;Queue;WebFeeder;
140 > Monitor.PluginsPackage=uk.org.iscream.cms.server.client.monitors
141 > Monitor.Plugins=CPU;Load;Process;Disk;Memory;Swap;Services;\
142 >                Heartbeat;Queue;UserCount;WebFeeder;
143  
144   ## Default alert timeouts
145   # these can be override on a per-monitor basis
# Line 165 | Line 181 | Monitor.Swap.threshold.LOWER=80
181   Monitor.Swap.threshold.UPPER=90
182  
183  
184 + # UserCount monitor threshold values
185 + Monitor.UserCount.threshold.LOWER=100
186 + Monitor.UserCount.threshold.UPPER=200
187 +
188 +
189   # Disk monitor threshold values
190   Monitor.Disk.threshold.LOWER=90
191   Monitor.Disk.threshold.UPPER=95
# Line 174 | Line 195 | Monitor.Disk.threshold.UPPER=95
195   Monitor.Disk.thresholdMeasure=PERCENTAGE
196  
197  
198 < # Disk monitor threshold values
198 > # Queue monitor threshold values
199   Monitor.Queue.threshold.LOWER=50
200   Monitor.Queue.threshold.UPPER=80
201   # Thresholds given are PERCENTAGE or VALUE
# Line 205 | Line 226 | Monitor.Heartbeat.checkPeriod=50
226   # how many times we should be at the highest level before
227   # we go to a FINAL alert
228   Monitor.Heartbeat.reachFINALcount=5
229 + # list of hosts we expect to have at startup
230 + # this ensures we notice hosts that aren't running, not
231 + # just those that have gone down recently.
232 + Monitor.Heartbeat.initialHosts=raptor.ukc.ac.uk;myrtle.ukc.ac.uk;kestrel.ukc.ac.uk
233  
234  
235  
# Line 225 | Line 250 | Monitor.Heartbeat.reachFINALcount=5
250   #
251  
252   # alerters to run
253 < Alerter.PluginsPackage=uk.org.iscream.client.alerters
254 < Alerter.Plugins=EMail;IRC;WebFeeder;
253 > Alerter.PluginsPackage=uk.org.iscream.cms.server.client.alerters
254 > Alerter.Plugins=EMail;IRC;WebFeeder;Logging;
255  
256  
257   # EMail alerter configuration
# Line 244 | Line 269 | Alerter.IRC.IRCServer = killigrew.ukc.ac.uk
269   Alerter.IRC.IRCPort = 6667
270   Alerter.IRC.nickList = iscreamBot;_iscreamBot;i-screamBot
271   Alerter.IRC.user = i-scream
272 < Alerter.IRC.comment = i-scream alerting bot
272 > Alerter.IRC.comment = i-scream alerting bot (based on PircBot)
273 > Alerter.IRC.finger = i-scream alerting bot (based on PircBot)
274   Alerter.IRC.channel = #i-scream
275   Alerter.IRC.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value% - time till next alert (should one occur), %timeTillNextAlert%
276   Alerter.IRC.reconnectDelay = 30
# Line 262 | Line 288 | Alerter.IRC.helpCommand = help
288   Alerter.IRC.rejectMessage = sorry, I don't understand your request
289  
290  
291 + # Logging alerter configuration
292 + Alerter.Logging.level = WARNING
293 + Alerter.Logging.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value%
294  
295 +
296 +
297   ############################################################
298   #### WebFeeder Configuration
299   ############################################################
# Line 273 | Line 304 | WebFeeder.latestActive = true
304   WebFeeder.alertActive = true
305  
306   # Only pass on alerts past this level
307 < WebFeeder.alertLevel = OK
307 > Alerter.WebFeeder.level = OK
308  
309   # Check period in seconds (for cleaning stale/old alerts)
310   WebFeeder.checkPeriod = 120

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines