Adjust base nrpe values. RHEL7 has more threads.

This commit is contained in:
Kevin Fenzi 2014-07-04 15:15:25 +00:00
parent 51e097143c
commit bc187c07d8

View file

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