summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2014-12-18 20:44:58 +0000
committerKevin Fenzi <kevin@scrye.com>2014-12-18 20:44:58 +0000
commitf6972b74762ae45edf14cca11c035c253dbdbd5c (patch)
tree3652673506c74d8781d8fd7b19b10b3ee3d0552a
parent59914cc0b89eae5f62dd7522c7159fd08dafd5bc (diff)
downloadansible-f6972b74762ae45edf14cca11c035c253dbdbd5c.tar.gz
ansible-f6972b74762ae45edf14cca11c035c253dbdbd5c.tar.xz
ansible-f6972b74762ae45edf14cca11c035c253dbdbd5c.zip
Up limits on db01's nrpe check
-rw-r--r--inventory/host_vars/db01.phx2.fedoraproject.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/inventory/host_vars/db01.phx2.fedoraproject.org b/inventory/host_vars/db01.phx2.fedoraproject.org
index 6b47ca8a8..8889a747f 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"