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

There are no monitors yet.

{{ $description }}

Create First Monitor
{{ else }}
{{range .Monitors}} {{end}}
List of Monitors

{{ $description }}

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