remove healthcheck for custom.plausible.io (#3364)

This commit is contained in:
Cenk Kücük 2023-09-22 15:42:29 +02:00 committed by GitHub
parent 2c9c1590e4
commit b1ade191eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,31 +116,6 @@ resource "checkly_check" "plausible-io-lb-health" {
}
}
resource "checkly_check" "plausible-io-custom-domain-server-health" {
name = "Check custom.plausible.io"
type = "API"
activated = true
frequency = 1
group_id = checkly_check_group.reachability.id
retry_strategy {
type = "FIXED"
max_retries = 2
}
request {
url = "https://custom.plausible.io"
follow_redirects = false
skip_ssl = false
assertion {
source = "STATUS_CODE"
comparison = "EQUALS"
target = "200"
}
}
}
resource "checkly_check" "plausible-io-ingestion" {
name = "Check plausible.io/api/event"
type = "API"