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 |
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 |
|
|
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 |
|
|
191 |
|
Monitor.Disk.thresholdMeasure=PERCENTAGE |
192 |
|
|
193 |
|
|
194 |
< |
# Disk monitor threshold values |
194 |
> |
# Queue monitor threshold values |
195 |
|
Monitor.Queue.threshold.LOWER=50 |
196 |
|
Monitor.Queue.threshold.UPPER=80 |
197 |
|
# Thresholds given are PERCENTAGE or VALUE |
242 |
|
# |
243 |
|
|
244 |
|
# alerters to run |
245 |
< |
Alerter.PluginsPackage=uk.org.iscream.client.alerters |
245 |
> |
Alerter.PluginsPackage=uk.org.iscream.cms.server.client.alerters |
246 |
|
Alerter.Plugins=EMail;IRC;WebFeeder;Logging; |
247 |
|
|
248 |
|
|
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% |
284 |
> |
Alerter.Logging.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value% |
285 |
|
|
286 |
|
|
287 |
|
|