{{ define "settings" }} {{ $description := "Triggers process check outcomes and determine if an incident should be created, updated or closed." }} {{ $length := len .Triggers }} {{ if eq $length 0 }}
{{ else }}Name | State | Action |
---|---|---|
{{ .Name }} | {{ if eq .State "ACTIVE" }} ACTIVE {{ else if eq .State "PAUSED" }} PAUSED {{ else }} UNKNOWN {{ end }} | Details |