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: http:
prober: http prober: http
timeout: 10s timeout: 10s
http:
preferred_ip_protocol: ip4 # Docker network is v4 only
https_redir: https_redir:
prober: http prober: http
@ -16,7 +14,6 @@ modules:
fail_if_header_not_matches: fail_if_header_not_matches:
- header: Location - header: Location
regexp: ^https regexp: ^https
preferred_ip_protocol: ip4 # Docker network is v4 only
icmp: icmp:
prober: icmp prober: icmp

View File

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