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 @@ -132,6 +132,25 @@ the following in ``kayobe-config/etc/kayobe/stackhpc-monitoring.yml``:
132
132
# targets being templated during deployment.
133
133
stackhpc_enable_os_capacity : false
134
134
135
+ Prometheus blackbox exporter endpoints
136
+ --------------------------------------
137
+
138
+ Endpoints for the blackbox exporter are now templated in the kolla-ansible
139
+ group vars for the cloud. This means that the
140
+ ``prometheus_blackbox_exporter_endpoints `` variable can be removed from the
141
+ environment's ``kolla/globals.yml `` file (if applicable) and the endpoints will
142
+ fallback to the ones templated in the group vars. Additional endpoints may be
143
+ added through the ``prometheus_blackbox_exporter_endpoints_kayobe `` variable.
144
+ For example:
145
+
146
+ .. code-block :: yaml
147
+ :caption : ` ` kolla/globals.yml``
148
+
149
+ prometheus_blackbox_exporter_endpoints_kayobe :
150
+ - endpoints :
151
+ - " pulp:http_2xx:{{ pulp_url }}/pulp/api/v3/status/"
152
+ enabled : " {{ seed_pulp_container_enabled | bool }}"
153
+
135
154
Known issues
136
155
============
137
156
You can’t perform that action at this time.
0 commit comments