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:
parent
8cd324d0e8
commit
877ad6b91c
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue