ansible/inventory/host_vars/bvmhost-p09-01.iad2.fedoraproject.org
Kevin Fenzi b8eb3ae2bd bvmhost-p09: increase max_procs for nagios a lot
These machines on recent kernels often have a LOT of processes.
They are ok, they just spawn a lot of threads for things like storage
and virtual guests. There's no point in alerting on this, it happens all
the time and the machines are fine.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-03-27 18:17:13 -07:00

786 B

— br0_ipv4: 10.3.171.15 br0_ipv4_gw: 10.3.171.254 br0_ipv4_nm: 24 br0_port0_mac: "{{ mac1 }}" datacenter: iad2 dns1: 10.3.163.33 dns2: 10.3.163.34 dns_search1: "iad2.fedoraproject.org" dns_search2: "fedoraproject.org" has_ipv4: yes mac1: 40:a6:b7:18:8a:38 nbde: false network_connections:

  • autoconnect: yes ip: address:

    • "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

    dhcp4: no dns:

    • "{{ dns1 }}"
    • "{{ dns2 }}"

    dns_search:

    • "{{ dns_search1 }}"
    • "{{ dns_search2 }}"

    gateway4: "{{ br0_ipv4_gw }}" name: br0 state: up type: bridge mtu: 9000

  • mac: "{{ br0_port0_mac }}" master: br0 name: br0-port0 state: up type: ethernet mtu: 9000

nrpe_procs_crit: 13000 nrpe_procs_warn: 12000