{{ define "settings" }}
Pausing the check will stop it from executing. This can be useful in cases of expected downtime. Or when the check is not needed anymore.
{{ if eq .Check.State "ACTIVE" }} Pause {{ else if eq .Check.State "PAUSED" }} Resume {{ end }}Permanently delete this check.
DeleteCheck ID | Status | Worker Group | Started At | Ended At | Duration | Note |
---|---|---|---|---|---|---|
{{ .CheckId }} | {{ .Status }}... | {{ .WorkerGroupName }} | {{ .StartTime.Format "2006-01-02 15:04:05" }} | |||
{{ .CheckId }} | {{ .Status }} | {{ .WorkerGroupName }} | {{ .StartTime.Format "2006-01-02 15:04:05" }} | {{ .EndTime.Format "2006-01-02 15:04:05" }} | {{ DurationRoundMillisecond .Duration }} | {{ .Note }} |