mirror of https://github.com/grafana/grafana.git
30 lines
400 B
Plaintext
30 lines
400 B
Plaintext
{{HiddenSubject .Subject "{{.Title}}"}}
|
|
|
|
{{.Title}}
|
|
----------------
|
|
|
|
{{.Message}}
|
|
|
|
{{if ne .Error "" }}
|
|
Error message:
|
|
{{.Error}}
|
|
{{end}}
|
|
|
|
{{if ne .State "ok" }}
|
|
{{range .EvalMatches}}
|
|
Metric name:
|
|
{{.Metric}}
|
|
Value:
|
|
{{.Value}}
|
|
{{end}}
|
|
{{end}}
|
|
|
|
View your Alert rule:
|
|
{{.RuleUrl}}"
|
|
|
|
Go to the Alerts page:
|
|
{{.AlertPageUrl}}
|
|
|
|
|
|
Sent by Grafana v{{.BuildVersion}} (c) {{now | date "2006"}} Grafana Labs
|