1
0
Fork 0
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:
Greg Sutcliffe 2026-06-19 13:11:11 +01:00
commit 73a749e915
Signed by: gwmngilfen
SSH key fingerprint: SHA256:dNHcz65ApR68w2TkCIAXDBdt4oNL62Fyx48U7dXWuk0

View file

@ -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