{{ define "settings" }} Name Name of the check can be anything. Visibility Public Private Visibility determines who can see the check. If set to public, it will be visible to everyone on the homepage. Otherwise it will be only visible to signed in users. Check Group Group checks together. This affects how they are presented on the homepage. Worker Groups Worker groups are used to distribute the check to specific workers. Schedule Schedule is a cron expression that defines when the check 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 {{ ScriptUnescapeString .Example }} Script is what determines the status of a service. You can read more about it on k6 documentation. Create {{ end }}
Name of the check can be anything.
Visibility determines who can see the check. If set to public, it will be visible to everyone on the homepage. Otherwise it will be only visible to signed in users.
public
Group checks together. This affects how they are presented on the homepage.
Worker groups are used to distribute the check to specific workers.
Schedule is a cron expression that defines when the check 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.