| 165 |
|
Monitor.Swap.threshold.UPPER=90 |
| 166 |
|
|
| 167 |
|
|
| 168 |
+ |
# UserCount monitor threshold values |
| 169 |
+ |
Monitor.UserCount.threshold.LOWER=100 |
| 170 |
+ |
Monitor.UserCount.threshold.UPPER=200 |
| 171 |
+ |
|
| 172 |
+ |
|
| 173 |
|
# Disk monitor threshold values |
| 174 |
|
Monitor.Disk.threshold.LOWER=90 |
| 175 |
|
Monitor.Disk.threshold.UPPER=95 |
| 180 |
|
|
| 181 |
|
|
| 182 |
|
# Disk monitor threshold values |
| 183 |
< |
Monitor.Queue.threshold.LOWER=90 |
| 184 |
< |
Monitor.Queue.threshold.UPPER=95 |
| 183 |
> |
Monitor.Queue.threshold.LOWER=50 |
| 184 |
> |
Monitor.Queue.threshold.UPPER=80 |
| 185 |
|
# Thresholds given are PERCENTAGE or VALUE |
| 186 |
|
# where PERCENTAGE is a percentage of disk in use |
| 187 |
|
# and VALUE is an absolute value of space free |
| 203 |
|
# Heartbeat threshold values |
| 204 |
|
# these are values in seconds from when the heartbeat |
| 205 |
|
# was *expected* to arrive (ie. last + hearbeat period) |
| 206 |
< |
Monitor.Heartbeat.threshold.LOWER=120 |
| 206 |
> |
Monitor.Heartbeat.threshold.LOWER=180 |
| 207 |
|
Monitor.Heartbeat.threshold.UPPER=300 |
| 208 |
|
# this is how often we will run a "check" of heartbeats |
| 209 |
< |
Monitor.Heartbeat.checkPeriod=30 |
| 209 |
> |
Monitor.Heartbeat.checkPeriod=50 |
| 210 |
|
# how many times we should be at the highest level before |
| 211 |
|
# we go to a FINAL alert |
| 212 |
|
Monitor.Heartbeat.reachFINALcount=5 |