forked from infra/ansible
Zabbix: add 100 to postfix queue triggers for smtp-mm
spammers are making the queues longer, lets allow a bit more headroom Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
parent
97bd28d71e
commit
73a749e915
1 changed files with 3 additions and 3 deletions
|
|
@ -26,6 +26,6 @@ tcp_ports: [25]
|
|||
vpn: true
|
||||
zabbix_macros:
|
||||
# We don't care *too much* about mail here
|
||||
POSTFIX.QUEUE.WARN: 200
|
||||
POSTFIX.QUEUE.AVG: 300
|
||||
POSTFIX.QUEUE.CRIT: 400
|
||||
POSTFIX.QUEUE.WARN: 300
|
||||
POSTFIX.QUEUE.AVG: 400
|
||||
POSTFIX.QUEUE.CRIT: 500
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue