nagios: stop checking swap on more hosts

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-01-31 11:25:33 -08:00
parent 4dda088136
commit 99479542bd
4 changed files with 8 additions and 0 deletions

View file

@ -1,4 +1,6 @@
---
nagios_Check_Services:
swap: false
nested: true
nrpe_procs_crit: 1500
nrpe_procs_warn: 1400

View file

@ -44,6 +44,8 @@ lvm_size: 50000
# should be lowered in the host vars for that proxy.
maxrequestworkers: 1500
mem_size: 8192
nagios_Check_Services:
swap: false
nat_rules: [
# For Zanata, redirect 443/tcp -> 43342/tcp for TLS reasons
# See files/httpd/website_id_fp_o_zanata.conf for info

View file

@ -27,6 +27,8 @@ max_parallel_workers_per_gather: 32
max_stack_depth: "6MB"
max_worker_processes: 64
mem_size: 131070
nagios_Check_Services:
swap: false
nrpe_procs_crit: 700
#
# Large updates pushes cause lots of db threads doing the tag moves, so up this from default.

View file

@ -8,6 +8,8 @@ host_backup_targets: ['/srv/cache/lookaside']
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
mem_size: 16384
nagios_Check_Services:
swap: false
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3"
nrpe_procs_crit: 600
nrpe_procs_warn: 500