From 5f46b09d47625b5b92d64405e54d2a2bbf0843d2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 26 Mar 2015 22:24:17 +0000 Subject: [PATCH] Up these limits --- inventory/group_vars/bastion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/bastion b/inventory/group_vars/bastion index 114a88ba60..36eeaf8bda 100644 --- a/inventory/group_vars/bastion +++ b/inventory/group_vars/bastion @@ -35,5 +35,5 @@ fas_aliases: true # # Sometimes there are lots of postfix processes # -nrpe_procs_warn: 900 -nrpe_procs_crit: 1000 +nrpe_procs_warn: 1100 +nrpe_procs_crit: 1200