pgDash Alerts for {{.Server}}
Values as at {{.At}}
{{if ne (len .Criticals) 0}}
{{template "elemtable"}}
{{len .Criticals}} critical
{{template "elemth"}}Rule {{template "elemth"}}Object {{template "elemth"}}Value
{{range .Criticals}}
{{template "elemtd"}}{{.Text}} {{template "elemtd"}}
{{.ObjectName}}
{{template "elemtd-ar"}}{{.Current}}
{{end}}
{{end}} {{if ne (len .Warnings) 0}}
{{template "elemtable"}}
{{len .Warnings}} warning
{{template "elemth"}}Rule {{template "elemth"}}Object {{template "elemth"}}Value
{{range .Warnings}}
{{template "elemtd"}}{{.Text}} {{template "elemtd"}}
{{.ObjectName}}
{{template "elemtd-ar"}}{{.Current}}
{{end}}
{{end}}