Skip to content

Commit

Permalink
Merge pull request #12 from peractio/arwego/feat/alert
Browse files Browse the repository at this point in the history
Update Alert
  • Loading branch information
Rizal Widyarta Gowandy authored Jul 11, 2021
2 parents 7c708da + 135ab86 commit 77511fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -854,8 +854,8 @@ resource "newrelic_nrql_alert_condition" "main" {

critical {
operator = "above"
threshold = 25
threshold_duration = 600
threshold = 10
threshold_duration = 300
threshold_occurrences = "ALL"
}

Expand Down

0 comments on commit 77511fd

Please sign in to comment.