monitoring: fix prometheus instance generation from inventory

no idea why it broke
replace_gw-core01
Gregor Michels 2022-07-13 01:33:47 +02:00
parent fcc5e277dd
commit f01e35c531
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ scrape_configs:
static_configs:
- targets: ['localhost:9090']
{% for group in groups.keys() | reject('all') | reject('ungrouped') %}
{% for group in groups.keys() | difference(['all', 'ungrouped']) %}
- job_name: {{ group }}
static_configs:
{% for host in groups[group] %}