{{define "settings"}} {{ $description := "Healthchecks represent periodic checks of some HTTP or TCP service, to see if it's responding correctly to deterime if it's healthy or not." }} {{ if eq .HealthchecksLength 0 }}

There are no healthchecks yet.

{{ $description }}

{{ else }}
{{range .Healthchecks}} {{end}}
List of Healthchecks

{{ $description }}

Create New
Name Worker Groups Type Status Schedule Action
{{.Name}} {{range .WorkerGroups}} {{ . }} {{end}} HTTP OK {{.Schedule}} Details
{{end}} {{end}}