kolla-ansible/releasenotes/notes/prometheus-alertmanager-active-passive-74cd994cdc893494.yaml
Pierre Riteau b8928ce54b Switch Prometheus Alertmanager to active/passive
Closes-Bug: #1987866
Change-Id: Iaf352a15b9e6c9607e0d33c803c132d9267ca727
2022-08-29 18:25:52 +02:00

11 lines
357 B
YAML

---
upgrade:
- |
Prometheus Alertmanager has been switched to active/passive mode. This is
enabled by default but can be turned off by setting
``prometheus_alertmanager_active_passive`` to ``no``.
fixes:
- |
Fixes an issue with Alertmanager silence creation leading to a 404 page.
`LP#1987866 <https://launchpad.net/bugs/1987866>`__