From 0929d32b72058a8a5a819869834358dfaf34d329 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 26 Sep 2016 22:46:54 +0000 Subject: [PATCH] increase limits on bvirthosts the same as virthosts --- inventory/group_vars/bvirthost | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/bvirthost b/inventory/group_vars/bvirthost index dc744414a3..fe045bedb1 100644 --- a/inventory/group_vars/bvirthost +++ b/inventory/group_vars/bvirthost @@ -1,4 +1,4 @@ --- virthost: true -nrpe_procs_warn: 900 -nrpe_procs_crit: 1000 +nrpe_procs_warn: 1000 +nrpe_procs_crit: 1100