thread-master/deploy/prod/monitoring/alertmanager/templates/default.tmpl

10 lines
302 B
Cheetah
Raw Permalink Normal View History

2026-07-14 08:54:31 +00:00
{{ 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 }}