ocp / staging: tell nagios not to check nrpe/swap/mails on ocp hosts

By default nagios assumes it can connect to everything in inventory via
nrpe and monitor things like swap and number of emails in the postfix
queue. For ocp hosts running CoreOS we don't want to have nagios
monitor any of that, we only want it to monitor ping (is the host up).
This change is only in vars here, but it needs a noc run to activate, so
it will need a freeze break to run the noc playbook (as noc is frozen).

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-08-25 12:17:53 -07:00 committed by kevin
parent 6574da16d4
commit 0dade64ba2

View file

@ -1,3 +1,7 @@
---
rhcos_version: 4.8.2
ocp4: true
nagios_Check_Services:
swap: false
nrpe: false
mail: false