forked from infra/ansible
Zabbix: Double thresholds for smtp-mm-*
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
parent
4308b42b2d
commit
2d118fd906
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: 100
|
||||
POSTFIX.QUEUE.AVG: 150
|
||||
POSTFIX.QUEUE.CRIT: 200
|
||||
POSTFIX.QUEUE.WARN: 200
|
||||
POSTFIX.QUEUE.AVG: 300
|
||||
POSTFIX.QUEUE.CRIT: 400
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue