소스 검색

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
pull/4595/head
Slavi Pantaleev 11 달 전
부모
커밋
2607714887
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/custom/matrix-alertmanager-receiver/defaults/main.yml

+ 1
- 1
roles/custom/matrix-alertmanager-receiver/defaults/main.yml 파일 보기

@@ -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>


불러오는 중...
취소
저장