10 lines
302 B
Cheetah
10 lines
302 B
Cheetah
{{ define "haixun.title" }}[{{ .Status | toUpper }}] {{ .CommonLabels.alertname }}{{ end }}
|
|
{{ define "haixun.message" }}
|
|
{{ range .Alerts -}}
|
|
Summary: {{ .Annotations.summary }}
|
|
Description: {{ .Annotations.description }}
|
|
Instance: {{ .Labels.instance }}
|
|
Started: {{ .StartsAt }}
|
|
{{ end -}}
|
|
{{ end }}
|