ansible/inventory/group_vars/hardware
Kevin Fenzi 8a65238577 hardware: disable checking swap on hardware for now
RHEL8 kernels on virthosts in particular are aggressive about filling up
swap. This causes no issues, but is causing a lot of alert fatigue.
Ideally we would switch all swap checks to swap+memory free checks of
some sort. We should look at that when moving to zabbix.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-07-09 05:56:55 -07:00

6 lines
162 B
Text

---
#
# Do not check swap on hardware machines. Recent rhel8 kernels favor filling swap up which causes a bunch of alerts.
#
nagios_Check_Services:
swap: false