mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
Setup check mail queue to handle machines that may have high queues
This commit is contained in:
@@ -54,6 +54,10 @@ dbs_to_backup: []
|
||||
nrpe_procs_warn: 250
|
||||
nrpe_procs_crit: 300
|
||||
|
||||
# by default, the number of emails in queue before we whine
|
||||
nrpe_check_postfix_queue_warn: 2
|
||||
nrpe_check_postfix_queue_crit: 5
|
||||
|
||||
# env is staging or production, we default it to production here.
|
||||
env: production
|
||||
|
||||
|
||||
@@ -24,3 +24,7 @@ postfix_group: mailman
|
||||
|
||||
# Used by the mailman role
|
||||
mailman_db_server: db01.phx2.fedoraproject.org
|
||||
|
||||
# by default, the number of emails in queue before we whine
|
||||
nrpe_check_postfix_queue_warn: 20
|
||||
nrpe_check_postfix_queue_crit: 50
|
||||
|
||||
@@ -33,3 +33,7 @@ postfix_group: mailman-stg
|
||||
|
||||
# Used by the mailman role
|
||||
mailman_db_server: db02.stg.phx2.fedoraproject.org
|
||||
|
||||
# by default, the number of emails in queue before we whine
|
||||
nrpe_check_postfix_queue_warn: 20
|
||||
nrpe_check_postfix_queue_crit: 50
|
||||
|
||||
Reference in New Issue
Block a user