nagios: stop checking swap on more hosts
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
4dda088136
commit
99479542bd
4 changed files with 8 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
---
|
---
|
||||||
|
nagios_Check_Services:
|
||||||
|
swap: false
|
||||||
nested: true
|
nested: true
|
||||||
nrpe_procs_crit: 1500
|
nrpe_procs_crit: 1500
|
||||||
nrpe_procs_warn: 1400
|
nrpe_procs_warn: 1400
|
||||||
|
|
|
@ -44,6 +44,8 @@ lvm_size: 50000
|
||||||
# should be lowered in the host vars for that proxy.
|
# should be lowered in the host vars for that proxy.
|
||||||
maxrequestworkers: 1500
|
maxrequestworkers: 1500
|
||||||
mem_size: 8192
|
mem_size: 8192
|
||||||
|
nagios_Check_Services:
|
||||||
|
swap: false
|
||||||
nat_rules: [
|
nat_rules: [
|
||||||
# For Zanata, redirect 443/tcp -> 43342/tcp for TLS reasons
|
# For Zanata, redirect 443/tcp -> 43342/tcp for TLS reasons
|
||||||
# See files/httpd/website_id_fp_o_zanata.conf for info
|
# See files/httpd/website_id_fp_o_zanata.conf for info
|
||||||
|
|
|
@ -27,6 +27,8 @@ max_parallel_workers_per_gather: 32
|
||||||
max_stack_depth: "6MB"
|
max_stack_depth: "6MB"
|
||||||
max_worker_processes: 64
|
max_worker_processes: 64
|
||||||
mem_size: 131070
|
mem_size: 131070
|
||||||
|
nagios_Check_Services:
|
||||||
|
swap: false
|
||||||
nrpe_procs_crit: 700
|
nrpe_procs_crit: 700
|
||||||
#
|
#
|
||||||
# Large updates pushes cause lots of db threads doing the tag moves, so up this from default.
|
# Large updates pushes cause lots of db threads doing the tag moves, so up this from default.
|
||||||
|
|
|
@ -8,6 +8,8 @@ host_backup_targets: ['/srv/cache/lookaside']
|
||||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL8-x86_64/
|
ks_repo: http://10.3.163.35/repo/rhel/RHEL8-x86_64/
|
||||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-8-iad2
|
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-8-iad2
|
||||||
mem_size: 16384
|
mem_size: 16384
|
||||||
|
nagios_Check_Services:
|
||||||
|
swap: false
|
||||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3"
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3"
|
||||||
nrpe_procs_crit: 600
|
nrpe_procs_crit: 600
|
||||||
nrpe_procs_warn: 500
|
nrpe_procs_warn: 500
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue