From ae1b6c69f28a2884d44d2ba1e8eb40fbb5001fce Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 10 Oct 2014 19:25:47 +0000 Subject: [PATCH] Set max procs higher on bastion sometimes there's lots of postfix threads --- inventory/group_vars/bastion | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/inventory/group_vars/bastion b/inventory/group_vars/bastion index 1a87aa47d4..974a6d9fff 100644 --- a/inventory/group_vars/bastion +++ b/inventory/group_vars/bastion @@ -31,3 +31,9 @@ postfix_transport_filename: transports.gateway # Set this to get fasclient cron to make the aliases file # fas_aliases: true + +# +# Sometimes there are lots of postfix processes +# +nrpe_procs_warn: 500 +nrpe_procs_crit: 600