From 3aa8bc08b308034d2a8b995babc396de845545f2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 9 Nov 2014 00:33:09 +0000 Subject: [PATCH] Bump bastion limits for nrpe max procs --- 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 974a6d9fff..1dba8906d2 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: 500 -nrpe_procs_crit: 600 +nrpe_procs_warn: 600 +nrpe_procs_crit: 700