Add IPv6 to blackbox
This is needed to monitor private services
This commit is contained in:
parent
7ff44ee238
commit
7564911da3
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -56,3 +56,5 @@ services:
|
||||||
networks:
|
networks:
|
||||||
grafana:
|
grafana:
|
||||||
external: true
|
external: true
|
||||||
|
default:
|
||||||
|
enable_ipv6: true
|
||||||
|
|
Loading…
Reference in a new issue