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 |
171 |
|
# the alertTimeout values are halved. |
172 |
|
# This is to escalate the alert quicker. |
173 |
|
Monitor.Heartbeat.checkPeriod=50 |
174 |
+ |
# these are values in seconds from when the heartbeat |
175 |
+ |
# was *expected* to arrive (ie. last + hearbeat period) |
176 |
|
Monitor.Heartbeat.threshold.LOWER=120 |
177 |
|
Monitor.Heartbeat.threshold.LOWER=300 |
178 |
|
|
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 |
|
|