Use IPv4 for blackbox exporter

This commit is contained in:
Rodrigo Arias 2025-06-12 16:38:40 +02:00
parent 287b7e5c95
commit 5f79b187c0

View File

@ -3,6 +3,7 @@ modules:
prober: http prober: http
timeout: 5s timeout: 5s
http: http:
preferred_ip_protocol: "ip4"
follow_redirects: true follow_redirects: true
valid_status_codes: [] # Defaults to 2xx valid_status_codes: [] # Defaults to 2xx
method: GET method: GET