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>
6 lines
162 B
Text
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
|