Setup check mail queue to handle machines that may have high queues

This commit is contained in:
Kevin Fenzi 2014-10-09 20:18:10 +00:00
parent a4ae03cf8a
commit cb3a2bee6e
3 changed files with 12 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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