{{define "settings"}} {{ $description := "Healthchecks represent periodicly the k6 script, to see if the monitored service is healthy." }} {{ if eq .HealthchecksLength 0 }}

There are no healthchecks yet.

{{ $description }}

Create First Healthcheck
{{ else }}
{{range .Healthchecks}} {{end}}
List of Healthchecks

{{ $description }}

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