1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-10-06 21:57:05 +02:00

Fix broken firing template for matrix-alertmanager-receiver

This was an upstream documentation mistake that propagated to us
during the update in 25e7cac28d.

The upstream fix is here:

- 8f7f4d1dd1
- https://github.com/metio/matrix-alertmanager-receiver/pull/99
This commit is contained in:
Slavi Pantaleev
2025-09-24 10:02:25 +03:00
parent 4cc7d8456b
commit 2607714887

View File

@@ -168,7 +168,7 @@ matrix_alertmanager_receiver_config_templating_firing_template: |-
{{ else if eq .Alert.Labels.severity "critical" }} {{ else if eq .Alert.Labels.severity "critical" }}
{{ $color = "red" }} {{ $color = "red" }}
{{ end }} {{ end }}
{{ if eq .Alert.status "resolved" }} {{ if eq .Alert.Status "resolved" }}
{{ $color = "green" }} {{ $color = "green" }}
{{ end }} {{ end }}
<p> <p>