From f6972b74762ae45edf14cca11c035c253dbdbd5c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 18 Dec 2014 20:44:58 +0000 Subject: [PATCH] Up limits on db01's nrpe check --- inventory/host_vars/db01.phx2.fedoraproject.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inventory/host_vars/db01.phx2.fedoraproject.org b/inventory/host_vars/db01.phx2.fedoraproject.org index 6b47ca8a84..8889a747f9 100644 --- a/inventory/host_vars/db01.phx2.fedoraproject.org +++ b/inventory/host_vars/db01.phx2.fedoraproject.org @@ -30,10 +30,10 @@ fas_client_groups: sysadmin-dba,sysadmin-noc custom_rules: [ '-A INPUT -p tcp -m tcp --dport 5432 -j ACCEPT' ] # -# Large updates pushes cause lots of db threads doing the tag moves, so up this from default. +# db01 handles lots of apps, could have many procs if they are busy. # -nrpe_procs_warn: 400 -nrpe_procs_crit: 500 +nrpe_procs_warn: 800 +nrpe_procs_crit: 900 host_backup_targets: ['/backups'] shared_buffers: "1GB"