Corrected Template Username Casing (#2345)
* Corrected Template Username Casing Signed-off-by: midnightconman <midnightconman@gmail.com> * Added assets_vfsdata Signed-off-by: midnightconman <midnightconman@gmail.com>
This commit is contained in:
parent
41cd012c61
commit
8e861c646b
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
{{ define "__alertmanager" }}AlertManager{{ end }}
|
||||
{{ define "__alertmanager" }}Alertmanager{{ end }}
|
||||
{{ define "__alertmanagerURL" }}{{ .ExternalURL }}/#/alerts?receiver={{ .Receiver | urlquery }}{{ end }}
|
||||
|
||||
{{ define "__subject" }}[{{ .Status | toUpper }}{{ if eq .Status "firing" }}:{{ .Alerts.Firing | len }}{{ end }}] {{ .GroupLabels.SortedPairs.Values | join " " }} {{ if gt (len .CommonLabels) (len .GroupLabels) }}({{ with .CommonLabels.Remove .GroupLabels.Names }}{{ .Values | join " " }}{{ end }}){{ end }}{{ end }}
|
||||
|
|
Loading…
Reference in New Issue