Skip to content

Commit 970d01a

Browse files
committed
Add UPTIME_CHECKER_ALLOW_INTERNAL_IPS on .env
1 parent 1e78115 commit 970d01a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RELAY_IMAGE=ghcr.io/getsentry/relay:nightly
1515
SYMBOLICATOR_IMAGE=ghcr.io/getsentry/symbolicator:nightly
1616
TASKBROKER_IMAGE=ghcr.io/getsentry/taskbroker:nightly
1717
VROOM_IMAGE=ghcr.io/getsentry/vroom:nightly
18+
UPTIME_CHECKER_ALLOW_INTERNAL_IPS=false
1819
UPTIME_CHECKER_IMAGE=ghcr.io/getsentry/uptime-checker:nightly
1920
HEALTHCHECK_INTERVAL=30s
2021
HEALTHCHECK_TIMEOUT=1m30s

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ services:
794794
UPTIME_CHECKER_RESULTS_KAFKA_CLUSTER: kafka:9092
795795
UPTIME_CHECKER_REDIS_HOST: redis://redis:6379
796796
# Set to `true` will allow uptime checks against private IP addresses
797-
UPTIME_CHECKER_ALLOW_INTERNAL_IPS: "false"
797+
UPTIME_CHECKER_ALLOW_INTERNAL_IPS: "$UPTIME_CHECKER_ALLOW_INTERNAL_IPS"
798798
# The number of times to retry failed checks before reporting them as failed
799799
UPTIME_CHECKER_FAILURE_RETRIES: "1"
800800
# DNS name servers to use when making checks in the http checker.

0 commit comments

Comments
 (0)