Skip to content

Commit

Permalink
Make checkly alert after 5 minutes of downtime (#2599)
Browse files Browse the repository at this point in the history
  • Loading branch information
ukutaht authored Jan 17, 2023
1 parent 5ba8697 commit 2a4061d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/e2e/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,14 @@ resource "checkly_check_group" "reachability" {
channel_id = checkly_alert_channel.pagerduty.id
activated = true
}

alert_settings {
escalation_type = "TIME_BASED"

time_based_escalation {
minutes_failing_threshold = 5
}
}
}

resource "checkly_alert_channel" "pagerduty" {
Expand Down

0 comments on commit 2a4061d

Please sign in to comment.