103 |
|
|
104 |
|
# The services checks to run on a host |
105 |
|
Host.serviceChecksPackage=uk.ac.ukc.iscream.filter.plugins |
106 |
< |
Host.serviceChecks=HTTP;SMTP |
106 |
> |
Host.serviceChecks=HTTP;SMTP;POP3;SSH;FTP;IMAP;Telnet |
107 |
|
|
108 |
|
|
109 |
|
|
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 |
+ |
# Define these (one or both_ to turn on the WebFeeder's, |
252 |
+ |
# comment it to turn them off |
253 |
+ |
WebFeeder.latestActive = true |
254 |
+ |
WebFeeder.alertActive = true |
255 |
+ |
|
256 |
+ |
# Root Path |
257 |
+ |
WebFeeder.rootPath = /usr/local/proj/co600_10/webroot |
258 |
+ |
|
259 |
+ |
# Latest Data |
260 |
+ |
WebFeeder.latestSubDir = latest |
261 |
+ |
WebFeeder.latestFileName = latest_data |
262 |
+ |
|
263 |
+ |
# Alert Data |
264 |
+ |
WebFeeder.alertSubDir = alert |
265 |
+ |
WebFeeder.alertFileName = alert_data |
266 |
|
|
267 |
|
############################################################ |
268 |
|
|