StatusPageV3 page automatically. When a check whose tags overlap with the rule’s tags fails, Checkly opens one incident impacting the listed components, and resolves it when the check recovers.
Configuration
StatusPageV3AutomationRule Options
StatusPageV3 | StatusPageV3Ref
required
The page this rule belongs to.
string
required
Name of the rule.
string[]
required
A failing check matches this rule when it, or its group, carries any of these tags. At least one tag is required.Usage:
string
required
Body of the status update that opens the incident.
string
required
Body of the status update that resolves the incident.
array
required
The components an automated incident impacts, with the impact each one gets.Parameters:Usage:
boolean
default:"true"
A disabled rule never opens incidents.
boolean
default:"true"
Whether subscribers are notified of the automated updates.
number
default:"5"
Minimum minutes after an automated incident before this rule may open the next one.
0 disables the cool down.Rules match on tags, not on individual checks. To automate incidents from a specific check, give that check a tag only the rule uses.