Skip to content

Commit

Permalink
Revert "Increase pingdom health check timeouts"
Browse files Browse the repository at this point in the history
This reverts commit 4192e40.

The healthcheck probes are back to normal response times after the autoscaler upgrade
  • Loading branch information
monotypical committed Jul 17, 2024
1 parent f15d793 commit 6c8618f
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 = 10000
responsetime_threshold = 3000
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 = 10000
responsetime_threshold = 3000
notifywhenbackup = true
userids = var.pingdom_contact_ids
}
Expand Down

0 comments on commit 6c8618f

Please sign in to comment.