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 |
253 |
|
|
254 |
|
# Latest Data |
255 |
|
WebFeeder.latestSubDir = latest |
256 |
< |
WebFeeder.latestFileName = latest_dir |
256 |
> |
WebFeeder.latestFileName = latest_data |
257 |
|
|
258 |
|
############################################################ |
259 |
|
|