From a7aeaa0378be27c6d9ab414783afe2382f9f5072 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 18 May 2016 18:42:20 +0000 Subject: [PATCH] Up some nagios checks for mailman01 --- inventory/group_vars/mailman | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/mailman b/inventory/group_vars/mailman index 8d97e17aa8..cc44f2ace4 100644 --- a/inventory/group_vars/mailman +++ b/inventory/group_vars/mailman @@ -37,5 +37,10 @@ mailman_domains: - lists.fedorahosted.org # by default, the number of emails in queue before we whine -nrpe_check_postfix_queue_warn: 20 -nrpe_check_postfix_queue_crit: 50 +nrpe_check_postfix_queue_warn: 100 +nrpe_check_postfix_queue_crit: 200 + +# Number of processes for nagios +nrpe_procs_warn: 300 +nrpe_procs_crit: 500 +