1
0
Fork 0
forked from infra/ansible
ansible/inventory/group_vars/smtp_mm
Greg Sutcliffe 73a749e915
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>
2026-06-19 13:11:56 +01:00

31 lines
749 B
Text

---
# Define resources for this group of hosts here.
ipa_client_shell_access:
- fi-apprentice
- sysadmin-noc
- sysadmin-tools
- sysadmin-veteran
ipa_client_sudo_access:
- sysadmin-noc
- sysadmin-tools
- sysadmin-veteran
ipa_host_group: smtp_mm
ipa_host_group_desc: SMTP servers
lvm_size: 20000
mem_size: 4098
nagios_Check_Services:
mail: false
nrpe: true
num_cpus: 2
postfix_group: smtp-mm
postfix_transport_filename: transports.smtp-mm
primary_auth_source: ipa
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
tcp_ports: [25]
vpn: true
zabbix_macros:
# We don't care *too much* about mail here
POSTFIX.QUEUE.WARN: 300
POSTFIX.QUEUE.AVG: 400
POSTFIX.QUEUE.CRIT: 500