{{define "settings"}} Configuration Worker Groups Worker groups are used to distribute the monitor to specific workers. Schedule Schedule is a cron expression that defines when the monitor should be executed. You can also use @every [interval] where interval is a duration like 5m, 1h, 60s. Or use @hourly, @daily, @weekly, @monthly, @yearly. Script Script is what determines the status of a service. You can read more about it on k6 documentation. Save History Last executions of monitor script. Status Created At Duration Note {{range .Monitor.History}} {{ .Status }} {{ .CreatedAt.Format "2006-01-02 15:04:05" }} { .Duration } {{ .Note }} {{end}} {{end}}
Worker groups are used to distribute the monitor to specific workers.
Schedule is a cron expression that defines when the monitor should be executed. You can also use @every [interval] where interval is a duration like 5m, 1h, 60s. Or use @hourly, @daily, @weekly, @monthly, @yearly.
@every [interval]
@hourly
@daily
@weekly
@monthly
@yearly
Script is what determines the status of a service. You can read more about it on k6 documentation.
Last executions of monitor script.