1
0
Fork 0
forked from infra/ansible

Zabbix: disable http(s) bmc checks in stg, not reachable

Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
Greg Sutcliffe 2026-03-26 13:42:15 +00:00
commit 877ad6b91c
Signed by: gwmngilfen
SSH key fingerprint: SHA256:dNHcz65ApR68w2TkCIAXDBdt4oNL62Fyx48U7dXWuk0

View file

@ -24,17 +24,17 @@ zabbix_external_hosts:
bmc:
ip_address: 10.16.160.183
ping: true
http: true
https: true
http: false
https: false
- worker02.ocp.stg.rdu3.fedoraproject.org:
bmc:
ip_address: 10.16.160.184
ping: true
http: true
https: true
http: false
https: false
- worker03.ocp.stg.rdu3.fedoraproject.org:
bmc:
ip_address: 10.16.160.185
ping: true
http: true
https: true
http: false
https: false