{{ define "settings" }} {{ $description := "Hooks can be used to monitor CronJobs by making sure they execute at specified intervals, for alert integrations and heartbeat monitoring to notify when requests stop coming for certain time periods." }} {{ $length := len .Hooks }} {{ if eq $length 0 }}
{{ else }}Name | Targets | State | Schedule | Action |
---|---|---|---|---|
{{ .Name }} | 3 | {{ if eq .State "ACTIVE" }} ACTIVE {{ else if eq .State "PAUSED" }} PAUSED {{ else }} UNKNOWN {{ end }} | {{ .Schedule }} | Details |