Up limits on db01's nrpe check
This commit is contained in:
parent
59914cc0b8
commit
f6972b7476
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue