From 8e50b0ebda1e894ae37545923b9988ea6d34449e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 7 Jun 2023 18:43:54 -0700 Subject: [PATCH] virthosts: increase process limit on new servers Signed-off-by: Kevin Fenzi --- inventory/host_vars/ibiblio02.fedoraproject.org | 4 ++-- inventory/host_vars/vmhost-x86-cc03.rdu-cc.fedoraproject.org | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/inventory/host_vars/ibiblio02.fedoraproject.org b/inventory/host_vars/ibiblio02.fedoraproject.org index 25d2c72f6a..c9784e601c 100644 --- a/inventory/host_vars/ibiblio02.fedoraproject.org +++ b/inventory/host_vars/ibiblio02.fedoraproject.org @@ -38,7 +38,7 @@ network_connections: state: up type: ethernet mtu: 9000 -nrpe_procs_crit: 1000 -nrpe_procs_warn: 900 +nrpe_procs_crit: 1300 +nrpe_procs_warn: 1200 postfix_group: vpn vpn: true diff --git a/inventory/host_vars/vmhost-x86-cc03.rdu-cc.fedoraproject.org b/inventory/host_vars/vmhost-x86-cc03.rdu-cc.fedoraproject.org index 09b5ed18e7..da4cdf5d24 100644 --- a/inventory/host_vars/vmhost-x86-cc03.rdu-cc.fedoraproject.org +++ b/inventory/host_vars/vmhost-x86-cc03.rdu-cc.fedoraproject.org @@ -28,7 +28,7 @@ network_connections: name: br0-port0 state: up type: ethernet -nrpe_procs_crit: 1000 -nrpe_procs_warn: 900 +nrpe_procs_crit: 1300 +nrpe_procs_warn: 1200 postfix_group: vpn vpn: true