File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,25 @@ should switch to the `native
8282<https://prometheus.io/docs/alerting/latest/configuration/#msteams_config> `__
8383Prometheus Teams integration.
8484
85+ Prometheus blackbox exporter endpoints
86+ --------------------------------------
87+
88+ Endpoints for the blackbox exporter are now templated in the kolla-ansible
89+ group vars for the cloud. This means that the
90+ ``prometheus_blackbox_exporter_endpoints `` variable can be removed from the
91+ environment's ``kolla/globals.yml `` file (if applicable) and the endpoints will
92+ fallback to the ones templated in the group vars. Additional endpoints may be
93+ added through the ``prometheus_blackbox_exporter_endpoints_kayobe `` variable.
94+ For example:
95+
96+ .. code-block :: yaml
97+ :caption : ` ` kolla/globals.yml``
98+
99+ prometheus_blackbox_exporter_endpoints_kayobe :
100+ - endpoints :
101+ - " pulp:http_2xx:{{ pulp_url }}/pulp/api/v3/status/"
102+ enabled : " {{ seed_pulp_container_enabled | bool }}"
103+
85104 Known issues
86105============
87106
You can’t perform that action at this time.
0 commit comments