Skip to content

Commit

Permalink
Merge pull request #3734 from alphagov/pingdom-check-timeout
Browse files Browse the repository at this point in the history
Increase pingdom health check timeouts
  • Loading branch information
monotypical committed Jul 5, 2024
2 parents 48aea62 + 4192e40 commit 6c63949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/pingdom/pingdom.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resource "pingdom_check" "paas_http_healthcheck" {
encryption = true
resolution = 1
sendnotificationwhendown = 2
responsetime_threshold = 3000
responsetime_threshold = 10000
notifywhenbackup = true
userids = var.pingdom_contact_ids
}
Expand All @@ -37,7 +37,7 @@ resource "pingdom_check" "paas_db_healthcheck" {
encryption = true
resolution = 1
sendnotificationwhendown = 2
responsetime_threshold = 3000
responsetime_threshold = 10000
notifywhenbackup = true
userids = var.pingdom_contact_ids
}
Expand Down

0 comments on commit 6c63949

Please sign in to comment.