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>
This commit is contained in:
parent
a42bb9e383
commit
8a65238577
1 changed files with 6 additions and 0 deletions
6
inventory/group_vars/hardware
Normal file
6
inventory/group_vars/hardware
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
#
|
||||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue