mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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>
7 lines
162 B
Plaintext
7 lines
162 B
Plaintext
---
|
|
#
|
|
# 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
|