bugifx: awx polling configuration produces wrong instance

- <url>:80 -> <url>
master
Sven Ketelsen 4 years ago
parent c1c1d34101
commit d7704681ee

@ -97,6 +97,7 @@ monitor_port_system: "9082"
monitor_port_docker: "9083"
monitor_port_elastic: "9084"
monitor_port_harbor: "9085"
monitor_port_awx: "80"
admin_port_traefik: "9080"

@ -140,7 +140,7 @@ scrape_configs:
static_configs:
- targets: [
{% for host in server_group_names_awx | default([]) %}
'{{ host }}.{{ domain }}',
'{{ host }}.{{ domain }}:{{ monitor_port_awx }}',
{% endfor %}
]
labels:

Loading…
Cancel
Save