We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc85568 commit 631cb26Copy full SHA for 631cb26
etc/kayobe/kolla/inventory/group_vars/prometheus-blackbox-exporter
@@ -15,7 +15,7 @@ prometheus_blackbox_exporter_endpoints: |
15
{% endfor %}
16
{% endif %}
17
18
- {{ (endpoints + prometheus_blackbox_exporter_endpoints_custom) | unique | list }}
+ {{ (endpoints + prometheus_blackbox_exporter_endpoints_custom) | unique | select | list }}
19
20
# A list of custom prometheus Blackbox exporter endpoints. Each element should
21
# have the following format:
0 commit comments