Adjust base nrpe values. RHEL7 has more threads.
This commit is contained in:
parent
51e097143c
commit
bc187c07d8
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@ fedmsg_certs: []
|
|||
dbs_to_backup: []
|
||||
|
||||
# by default the number of procs we allow before we whine
|
||||
nrpe_procs_warn: 175
|
||||
nrpe_procs_crit: 200
|
||||
nrpe_procs_warn: 250
|
||||
nrpe_procs_crit: 300
|
||||
|
||||
# env is staging or production, we default it to production here.
|
||||
env: production
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue