Skip to content

Commit 2a4061d

Browse files
authored
Make checkly alert after 5 minutes of downtime (#2599)
1 parent 5ba8697 commit 2a4061d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: test/e2e/main.tf

+8
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,14 @@ resource "checkly_check_group" "reachability" {
213213
channel_id = checkly_alert_channel.pagerduty.id
214214
activated = true
215215
}
216+
217+
alert_settings {
218+
escalation_type = "TIME_BASED"
219+
220+
time_based_escalation {
221+
minutes_failing_threshold = 5
222+
}
223+
}
216224
}
217225

218226
resource "checkly_alert_channel" "pagerduty" {

0 commit comments

Comments
 (0)