{{define "title"}}{{CoreApp.Name}} Status{{end}} {{define "description"}}{{CoreApp.Name}} is currently monitoring {{len CoreApp.Services}} services with 0 of them offline. {{CoreApp.Name}} is using Statping to monitor applications.{{end}} {{define "content"}}

{{.Name}}

{{ if .Description }}
{{ .Description }}
{{ end }}
{{ if .Messages }}
{{range .Messages}} {{end}}
{{end}}
{{ if not Services }} {{end}} {{ range Services }}

{{ .Name }} {{if .Online}} ONLINE {{ else }} OFFLINE {{end}}

{{.AvgTime}}ms Average Response
{{.Online24}}% Uptime last 24 Hours
{{.Online7Days}}% Uptime last 7 Days
{{ if .AvgUptime24 }}
{{ end }}
{{.SmallText}}
{{ end }}
{{end}} {{define "extra_scripts"}} {{end}}