service-prometheus: update internal domain for ICMP targets
This commit is contained in:
parent
f194880f4c
commit
4bdaaf2dae
1 changed files with 1 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue