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.13 by tdb, Fri Mar 2 00:25:15 2001 UTC vs.
Revision 1.15 by tdb, Sat Mar 3 15:29:12 2001 UTC

# Line 7 | Line 7
7   #
8   # $Author$
9   # $Id$
10 + #
11 + ############################################################
12 + #### Configuration Files & Groups
13 + ############################################################
14  
15 < # FilterManager configuration
15 > # for computing machines
16 > group.computing=Host.129.12.4.*;
17 > config.computing=computing.conf
18  
19 + # for library machines
20 + group.library=Host.129.12.58.*;
21 + config.library=library.conf
22 +
23 + # for SSB machines
24 + group.ssb=Host.stue*.ukc.ac.uk;
25 + config.ssb=ssb.conf
26 +
27 + # mySQL configuration
28 + config.mySQL=mySQL.conf
29 +
30 +
31 +
32 + ############################################################
33 + #### FilterManager configuration
34 + ############################################################
35 +
36   # The default port to listen for new host connections
37   FilterManager.listenPort=4567
38  
39 +
40 +
41 + ############################################################
42 + #### Filter configuration
43 + ############################################################
44 +
45   # The default port for Filter's to listen on
46   Filter.UDPListenPort=4589
47   Filter.TCPListenPort=4589
48  
49 + # Plugin Information
50 + Filter.PluginsPackage=uk.ac.ukc.iscream.filter.plugins
51 + Filter.Plugins=TypeChecker;EnforceEssentialData
52 +
53   # The name for the root filter
54   RootFilter.name=root
55 +
56 + # The default parent filter (should almost always be the same as Filter.rootFilter)
57 + Filter.parentFilter=root
58 +
59 +
60 +
61 + ############################################################
62 + #### Root filter interfaces configuration
63 + ############################################################
64 +
65   # Comment either of these (or delete them) and
66   # that interface won't be started
67   RootFilter.realtimeInterfaceName=realtimeclients
68   RootFilter.dbInterfaceName=database
69  
70 +
71 +
72 + ############################################################
73 + #### Client interface configuration
74 + ############################################################
75 +
76   # The port for the client interface to listen on
77   ClientInterface.listenPort=4510
78  
30 # The default parent filter (should almost always be the same as Filter.rootFilter)
31 Filter.parentFilter=root
79  
80 +
81 + ############################################################
82 + #### Host Configuration
83 + ############################################################
84 +
85   # The default filter for a new host
86   Host.filter=computingFilter
87  
36 config.Host.killigrew.ukc.ac.uk=killigrew.conf
37
88   # The default update times for a new host
89   Host.UDPUpdateTime=10
90   Host.TCPUpdateTime=60
91 + Host.AveragerUpdateTime=5
92  
42 # Plugin Information
43 Filter.PluginsPackage=uk.ac.ukc.iscream.filter.plugins
44 Filter.Plugins=TypeChecker;EnforceEssentialData
45
93   # The services checks to run on a host
94   Host.serviceChecksPackage=uk.ac.ukc.iscream.filter.plugins
95   Host.serviceChecks=HTTP;SMTP
96  
50 # mySQL Details
51 config.mySQL=mySQL.conf
97  
98 +
99   # The time interval at which the Queue's should be monitored
100   Queue.MonitorInterval=15
101  
56 group.rocks=Host.slate.ukc.ac.uk
57 config.rocks=rocks.conf
102  
103 +
104 + ############################################################
105 + #### Monitor Configuration
106 + ############################################################
107 +
108 + # the monitors to run
109 + Monitor.PluginsPackage=uk.ac.ukc.iscream.client.monitors
110 + Monitor.Plugins=CPU;
111 +
112 + # CPU monitor configuration
113 + Monitor.CPU.level.1=90
114 + Monitor.CPU.level.2=95
115 + Monitor.CPU.level.3=100
116 +
117 +
118 +
119 + ############################################################
120 + #### Alerter Configuration
121 + ############################################################
122 +
123 + # alerters to run
124 + Alerter.PluginsPackage=uk.ac.ukc.iscream.client.alerters
125 + Alerter.Plugins=EMail;IRC;
126 +
127 + # EMail alerter configuration
128 + Alerter.EMail.level = 2
129 + Alerter.EMail.destList = dev@i-scream.org.uk
130 + Alerter.EMail.sender = dev@i-scream.org.uk
131 + Alerter.EMail.smtpServer = mercury.ukc.ac.uk
132 + Alerter.EMail.subject = i-scream alert: level %level% alert on %source for %attributeName%
133 + Alerter.EMail.message = The i-scream distributed central monitoring system has\nraised a level %level% alert for the host %source%.\n\nThe value for %attributeName% of %value% has exceeded the\nthreshold value of %thresholdValue%.
134 +
135 + # IRC alerter configuration
136 + Alerter.IRC.level = 0
137 + Alerter.IRC.IRCServer = killigrew.ukc.ac.uk
138 + Alerter.IRC.IRCPort = 6667
139 + Alerter.IRC.nick = iscreamBot
140 + Alerter.IRC.channel = #i-scream
141 + Alerter.IRC.message = level %level%: %attributeName% on %source% has reached %value%
142 +
143 + ############################################################

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines