Skip to content

Commit bdd265a

Browse files
committed
fixed prometheus not resolving OOD
1 parent 63c3094 commit bdd265a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environments/common/inventory/group_vars/all/openondemand.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ openondemand_scrape_configs:
183183
scrape_interval: 2m
184184
static_configs:
185185
- targets:
186-
- "{{ openondemand_address }}:9301"
186+
- "{{ openondemand_ip }}:9301"
187187
labels:
188188
environment: "{{ appliances_environment_name }}"
189189
service: "openondemand"

0 commit comments

Comments
 (0)