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.47 by tdb, Thu Mar 22 02:18:05 2001 UTC vs.
Revision 1.53 by tdb, Sun May 13 01:52:45 2001 UTC

# Line 97 | Line 97 | RootFilter.dbInterfaceName=database
97  
98   # The port for the client interface to listen on
99   ClientInterface.listenPort=4510
100 + # The name for the client interface
101 + ClientInterface.name=realtimeclients
102  
103  
104  
105   ############################################################
106 + #### Database interface configuration
107 + ############################################################
108 +
109 + # The name for the Database interface
110 + DBInterface.name=database
111 +
112 +
113 +
114 + ############################################################
115   #### Host Configuration
116   ############################################################
117  
# Line 123 | Line 134 | Host.serviceChecksPackage=uk.org.iscream.filter.plugin
134  
135   ## The monitors to run
136   Monitor.PluginsPackage=uk.org.iscream.client.monitors
137 < Monitor.Plugins=CPU;Load;Process;Disk;Memory;Swap;Services;Heartbeat;Queue;WebFeeder;
137 > Monitor.Plugins=CPU;Load;Process;Disk;Memory;Swap;Services;\
138 >                Heartbeat;Queue;UserCount;WebFeeder;
139  
140   ## Default alert timeouts
141   # these can be override on a per-monitor basis
# Line 165 | Line 177 | Monitor.Swap.threshold.LOWER=80
177   Monitor.Swap.threshold.UPPER=90
178  
179  
180 + # UserCount monitor threshold values
181 + Monitor.UserCount.threshold.LOWER=100
182 + Monitor.UserCount.threshold.UPPER=200
183 +
184 +
185   # Disk monitor threshold values
186   Monitor.Disk.threshold.LOWER=90
187   Monitor.Disk.threshold.UPPER=95
# Line 175 | Line 192 | Monitor.Disk.thresholdMeasure=PERCENTAGE
192  
193  
194   # Disk monitor threshold values
195 < Monitor.Queue.threshold.LOWER=90
196 < Monitor.Queue.threshold.UPPER=95
195 > Monitor.Queue.threshold.LOWER=50
196 > Monitor.Queue.threshold.UPPER=80
197   # Thresholds given are PERCENTAGE or VALUE
198   # where PERCENTAGE is a percentage of disk in use
199   # and VALUE is an absolute value of space free
# Line 198 | Line 215 | Monitor.Services.reachFINALcount=5
215   # Heartbeat threshold values
216   # these are values in seconds from when the heartbeat
217   # was *expected* to arrive (ie. last + hearbeat period)
218 < Monitor.Heartbeat.threshold.LOWER=120
218 > Monitor.Heartbeat.threshold.LOWER=180
219   Monitor.Heartbeat.threshold.UPPER=300
220   # this is how often we will run a "check" of heartbeats
221 < Monitor.Heartbeat.checkPeriod=30
221 > Monitor.Heartbeat.checkPeriod=50
222   # how many times we should be at the highest level before
223   # we go to a FINAL alert
224   Monitor.Heartbeat.reachFINALcount=5
# Line 273 | Line 290 | WebFeeder.latestActive = true
290   WebFeeder.alertActive = true
291  
292   # Only pass on alerts past this level
293 < WebFeeder.alertLevel = OK
293 > Alerter.WebFeeder.level = OK
294  
295   # Check period in seconds (for cleaning stale/old alerts)
296   WebFeeder.checkPeriod = 120

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines