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.55 by tdb, Tue May 29 17:02:34 2001 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 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 113 | Line 124 | Host.TCPUpdateTime=60
124   Host.AveragerUpdateTime=5
125  
126   # The services checks to run on a host
127 < Host.serviceChecksPackage=uk.org.iscream.filter.plugins
127 > Host.serviceChecksPackage=uk.org.iscream.cms.server.filter.plugins
128  
129  
130  
# Line 122 | Line 133 | Host.serviceChecksPackage=uk.org.iscream.filter.plugin
133   ############################################################
134  
135   ## The monitors to run
136 < Monitor.PluginsPackage=uk.org.iscream.client.monitors
136 > Monitor.PluginsPackage=uk.org.iscream.cms.server.client.monitors
137   Monitor.Plugins=CPU;Load;Process;Disk;Memory;Swap;Services;\
138                  Heartbeat;Queue;UserCount;WebFeeder;
139  
# Line 231 | Line 242 | Monitor.Heartbeat.reachFINALcount=5
242   #
243  
244   # alerters to run
245 < Alerter.PluginsPackage=uk.org.iscream.client.alerters
246 < Alerter.Plugins=EMail;IRC;WebFeeder;
245 > Alerter.PluginsPackage=uk.org.iscream.cms.server.client.alerters
246 > Alerter.Plugins=EMail;IRC;WebFeeder;Logging;
247  
248  
249   # EMail alerter configuration
# Line 268 | Line 279 | Alerter.IRC.helpCommand = help
279   Alerter.IRC.rejectMessage = sorry, I don't understand your request
280  
281  
282 + # Logging alerter configuration
283 + Alerter.Logging.level = WARNING
284 + Alerter.EMail.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value%
285  
286 +
287 +
288   ############################################################
289   #### WebFeeder Configuration
290   ############################################################
# Line 279 | Line 295 | WebFeeder.latestActive = true
295   WebFeeder.alertActive = true
296  
297   # Only pass on alerts past this level
298 < WebFeeder.alertLevel = OK
298 > Alerter.WebFeeder.level = OK
299  
300   # Check period in seconds (for cleaning stale/old alerts)
301   WebFeeder.checkPeriod = 120

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines