mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-06-02 01:31:06 +00: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:
- https://github.com/metio/matrix-alertmanager-receiver/commit/8f7f4d1dd11214b317a7f5cb5d3bd1fb0b953dfd
- https://github.com/metio/matrix-alertmanager-receiver/pull/99
This commit is contained in:
@@ -168,7 +168,7 @@ matrix_alertmanager_receiver_config_templating_firing_template: |-
|
||||
{{ else if eq .Alert.Labels.severity "critical" }}
|
||||
{{ $color = "red" }}
|
||||
{{ end }}
|
||||
{{ if eq .Alert.status "resolved" }}
|
||||
{{ if eq .Alert.Status "resolved" }}
|
||||
{{ $color = "green" }}
|
||||
{{ end }}
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user