221 |
|
# And which ones should be loaded. |
222 |
|
Monitor.Plugins=CPU;Load;Process;Disk;Memory;Swap;Services;\ |
223 |
|
Heartbeat;Queue;UserCount;WebFeeder;DiskIO;\ |
224 |
< |
NetIO;Paging; |
224 |
> |
NetIO;Paging;MailQ; |
225 |
|
|
226 |
|
# Alerts timeout after a given time in seconds and go up |
227 |
|
# to the next level. These can be overridden for monitors |
354 |
|
#Monitor.Heartbeat.initialHosts=importantserver.example.com;myserver.example.com |
355 |
|
# enable this monitor (comment or set to 0 to disable) |
356 |
|
Monitor.Heartbeat.enable=1 |
357 |
+ |
|
358 |
+ |
# MailQ monitor threshold values |
359 |
+ |
Monitor.MailQ.size.threshold.LOWER=100 |
360 |
+ |
Monitor.MailQ.size.threshold.UPPER=1000 |
361 |
+ |
# enable this monitor (comment or set to 0 to disable) |
362 |
+ |
Monitor.MailQ.enable=1 |
363 |
|
|
364 |
|
|
365 |
|
############################################################ |