123 |
|
|
124 |
|
## The monitors to run |
125 |
|
Monitor.PluginsPackage=uk.org.iscream.client.monitors |
126 |
< |
Monitor.Plugins=CPU;Load;Process;Disk;Memory;Swap;Services;Heartbeat;Queue;WebFeeder; |
126 |
> |
Monitor.Plugins=CPU;Load;Process;Disk;Memory;Swap;Services;\ |
127 |
> |
Heartbeat;Queue;UserCount;WebFeeder; |
128 |
|
|
129 |
|
## Default alert timeouts |
130 |
|
# these can be override on a per-monitor basis |
166 |
|
Monitor.Swap.threshold.UPPER=90 |
167 |
|
|
168 |
|
|
169 |
+ |
# UserCount monitor threshold values |
170 |
+ |
Monitor.UserCount.threshold.LOWER=100 |
171 |
+ |
Monitor.UserCount.threshold.UPPER=200 |
172 |
+ |
|
173 |
+ |
|
174 |
|
# Disk monitor threshold values |
175 |
|
Monitor.Disk.threshold.LOWER=90 |
176 |
|
Monitor.Disk.threshold.UPPER=95 |
181 |
|
|
182 |
|
|
183 |
|
# Disk monitor threshold values |
184 |
< |
Monitor.Queue.threshold.LOWER=90 |
185 |
< |
Monitor.Queue.threshold.UPPER=95 |
184 |
> |
Monitor.Queue.threshold.LOWER=50 |
185 |
> |
Monitor.Queue.threshold.UPPER=80 |
186 |
|
# Thresholds given are PERCENTAGE or VALUE |
187 |
|
# where PERCENTAGE is a percentage of disk in use |
188 |
|
# and VALUE is an absolute value of space free |
204 |
|
# Heartbeat threshold values |
205 |
|
# these are values in seconds from when the heartbeat |
206 |
|
# was *expected* to arrive (ie. last + hearbeat period) |
207 |
< |
Monitor.Heartbeat.threshold.LOWER=120 |
207 |
> |
Monitor.Heartbeat.threshold.LOWER=180 |
208 |
|
Monitor.Heartbeat.threshold.UPPER=300 |
209 |
|
# this is how often we will run a "check" of heartbeats |
210 |
< |
Monitor.Heartbeat.checkPeriod=30 |
210 |
> |
Monitor.Heartbeat.checkPeriod=50 |
211 |
|
# how many times we should be at the highest level before |
212 |
|
# we go to a FINAL alert |
213 |
|
Monitor.Heartbeat.reachFINALcount=5 |