{{define "title"}}{{.Service.Name}} Status{{end}} {{define "description"}}{{$s := .Service}}{{if $s.Online }}{{.Service.Name}} is currently online and responding within {{$s.AvgTime}} milliseconds with {{$s.TotalUptime}}% total uptime on {{$s.Domain}}.{{else}}{{.Service.Name}} is currently offline on {{$s.Domain}}. Notify the admin to let them know their service is offline.{{end}}{{end}} {{ define "content" }} {{$s := .Service}} {{$failures := $s.LimitedFailures 16}} {{$incidents := $s.Incidents}} {{$checkinFailures := $s.LimitedCheckinFailures 16}} {{$isAdmin := Auth}}
{{.Issue}}
{{ end }}{{.Description}}
{{.Type}}
{{.Message}}
{{.CreatedAt}}
Checkin | Report Period Grace Period |
Last Seen | Expected | |
---|---|---|---|---|
{{$ch.Name}} {{$ch.Link}} |
every {{Duration $ch.Period}} after {{Duration $ch.Grace}} |
{{ if $ch.Last.CreatedAt.IsZero}} Never {{else}} {{Ago $ch.Last.CreatedAt}} {{end}} | {{ if $ch.Last.CreatedAt.IsZero}} - {{else}} {{ if lt $ch.Expected 0}}{{Duration $ch.Expected}} ago{{else}}in {{Duration $ch.Expected}}{{end}} {{end}} | Delete |
{{.Issue}}
{{ end }}{{.Issue}}
{{ end }}