113 |
|
|
114 |
|
# the monitors to run |
115 |
|
Monitor.PluginsPackage=uk.ac.ukc.iscream.client.monitors |
116 |
< |
Monitor.Plugins=CPU;Memory;Swap;Heartbeat; |
116 |
> |
Monitor.Plugins=CPU;Memory;Swap;Heartbeat;WebFeeder; |
117 |
|
|
118 |
|
|
119 |
|
## CPU monitor configuration |
211 |
|
|
212 |
|
# alerters to run |
213 |
|
Alerter.PluginsPackage=uk.ac.ukc.iscream.client.alerters |
214 |
< |
Alerter.Plugins=EMail;IRC; |
214 |
> |
Alerter.Plugins=EMail;IRC;WebFeeder; |
215 |
|
|
216 |
|
# EMail alerter configuration |
217 |
|
Alerter.EMail.level = CAUTION |
243 |
|
Alerter.IRC.versionCommand = version |
244 |
|
Alerter.IRC.helpCommand = help |
245 |
|
Alerter.IRC.rejectMessage = sorry, I don't understand your request |
246 |
+ |
|
247 |
+ |
############################################################ |
248 |
+ |
#### WebFeeder Configuration |
249 |
+ |
############################################################ |
250 |
+ |
|
251 |
+ |
# Root Path |
252 |
+ |
WebFeeder.rootPath = /usr/local/proj/co600_10/webroot |
253 |
+ |
|
254 |
+ |
# Latest Data |
255 |
+ |
WebFeeder.latestSubDir = latest |
256 |
+ |
WebFeeder.latestFileName = latest_data |
257 |
|
|
258 |
|
############################################################ |
259 |
|
|