Add IPv6 to blackbox
/ terraform (push) Failing after 3s Details
/ ansible (push) Failing after 2s Details

This is needed to monitor private services
This commit is contained in:
Jake Howard 2024-04-20 18:12:38 +01:00
parent 7ff44ee238
commit 7564911da3
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 2 additions and 3 deletions

View File

@ -2,8 +2,6 @@ modules:
http:
prober: http
timeout: 10s
http:
preferred_ip_protocol: ip4 # Docker network is v4 only
https_redir:
prober: http
@ -16,7 +14,6 @@ modules:
fail_if_header_not_matches:
- header: Location
regexp: ^https
preferred_ip_protocol: ip4 # Docker network is v4 only
icmp:
prober: icmp

View File

@ -56,3 +56,5 @@ services:
networks:
grafana:
external: true
default:
enable_ipv6: true