service-prometheus: update internal domain for ICMP targets

This commit is contained in:
Julian Labus 2019-04-05 09:28:45 +02:00
parent f194880f4c
commit 4bdaaf2dae
No known key found for this signature in database
GPG key ID: 8AF209F2C6B3572A

View file

@ -66,8 +66,7 @@ scrape_configs:
{% for group in prometheus_groups %}
{% for host in groups[group] %}
{% if host != inventory_hostname %}
- "{{ host.rsplit('.')[0] }}.ffwi.org"
- "{{ host.rsplit('.')[0] }}.ffmz.org"
- "{{ host.rsplit('.')[0] }}.ffmwu.org"
{% endif %}
{% endfor %}
{% endfor %}