{{define "settings"}} Configuration Save Worker Groups Worker groups are used to distribute the healthcheck to specific workers. Schedule Schedule is a cron expression that defines when the healthcheck should be executed. Script Script is what determines the status of a service. You can read more about it on k6 documentation. History Last executions of healthcheck script. Status Created At Duration Note {{range .Healthcheck.History}} {{ .Status }} {{ .CreatedAt.Format "2006-01-02 15:04:05" }} { .Duration } {{ .Note }} {{end}} {{end}}
Worker groups are used to distribute the healthcheck to specific workers.
Schedule is a cron expression that defines when the healthcheck should be executed.
Script is what determines the status of a service. You can read more about it on k6 documentation.
Last executions of healthcheck script.