diff --git a/templates/prometheus/config/prometheus/prometheus.yml.j2 b/templates/prometheus/config/prometheus/prometheus.yml.j2 index 9e27da8..4963a5d 100644 --- a/templates/prometheus/config/prometheus/prometheus.yml.j2 +++ b/templates/prometheus/config/prometheus/prometheus.yml.j2 @@ -456,7 +456,7 @@ scrape_configs: - source_labels: [__param_target] target_label: instance - target_label: __address__ - replacement: "{{ lookup('community.general.dig', blackbox_exporter_fqdn ) }}:9115" + replacement: "{{ blackbox_exporter_fqdn }}:9115" ############################################## ### federation #### ##############################################