Setup check mail queue to handle machines that may have high queues
This commit is contained in:
parent
a4ae03cf8a
commit
cb3a2bee6e
3 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue