{{ define "settings" }}

Name of the monitor can be anything.

Group monitors together. This affects how they are presented on the homepage.

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.

Script is what determines the status of a service. You can read more about it on k6 documentation.

{{ end }}