From 445dd11353f5c14995ac3b5c9c10fdaabde1e115 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 16 Dec 2023 14:39:08 -0800 Subject: [PATCH] buildvmhost: increase nrpe procs limit Signed-off-by: Kevin Fenzi --- inventory/group_vars/buildvmhost | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/buildvmhost b/inventory/group_vars/buildvmhost index 80bfaecab1..1bc74c24d5 100644 --- a/inventory/group_vars/buildvmhost +++ b/inventory/group_vars/buildvmhost @@ -10,8 +10,8 @@ csi_relationship: | # See http://infrastructure.fedoraproject.org/csi/security-policy/ csi_security_category: High nested: True -nrpe_procs_crit: 1600 -nrpe_procs_warn: 1500 +nrpe_procs_crit: 1800 +nrpe_procs_warn: 1700 virthost: true nagios_Check_Services: swap: false