Up limits on db01's nrpe check

This commit is contained in:
Kevin Fenzi 2014-12-18 20:44:58 +00:00
parent 59914cc0b8
commit f6972b7476

View file

@ -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"