Skip to content
Snippets Groups Projects
Commit be1853f8 authored by ale's avatar ale
Browse files

Differentiate custom https probes by name

parent 676c7028
No related branches found
No related tags found
No related merge requests found
...@@ -151,7 +151,7 @@ scrape_configs: ...@@ -151,7 +151,7 @@ scrape_configs:
{% endfor %} {% endfor %}
labels: labels:
zone: public zone: public
probe: https_up probe: https
probeset: base probeset: base
{% for custom_probe in prometheus_custom_blackbox_probes.get('http', []) %} {% for custom_probe in prometheus_custom_blackbox_probes.get('http', []) %}
...@@ -180,8 +180,8 @@ scrape_configs: ...@@ -180,8 +180,8 @@ scrape_configs:
{% endfor %} {% endfor %}
labels: labels:
zone: public zone: public
probe: https probe: https_{{ custom_probe.name }}
probeset: base probeset: custom
{% endfor %} {% endfor %}
- job_name: "prober_dns_{{ prober_idx }}" - job_name: "prober_dns_{{ prober_idx }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment