1
0
Fork 0
forked from infra/ansible

Zabbix: Double thresholds for smtp-mm-*

Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
Greg Sutcliffe 2026-03-19 16:07:14 +00:00
commit 2d118fd906
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: 100
POSTFIX.QUEUE.AVG: 150
POSTFIX.QUEUE.CRIT: 200
POSTFIX.QUEUE.WARN: 200
POSTFIX.QUEUE.AVG: 300
POSTFIX.QUEUE.CRIT: 400