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 |