File tree 1 file changed +19
-0
lines changed
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
82
82
<https://prometheus.io/docs/alerting/latest/configuration/#msteams_config> `__
83
83
Prometheus Teams integration.
84
84
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
+
85
104
Known issues
86
105
============
87
106
You can’t perform that action at this time.
0 commit comments