Make blackbox exporter use the proxy

By default it was trying to reach the targets using the default gateway,
but since the electrical cut of 2023-10-20, the login node has not
enabled forwarding again. So better if we don't rely on it.

Reviewed-By: Aleix Roca Nonell <aleix.rocanonell@bsc.es>
This commit is contained in:
Rodrigo Arias 2023-10-20 15:34:06 +02:00
parent 67a4905a0a
commit 0e66aad099

View File

@ -3,6 +3,8 @@ modules:
prober: http prober: http
timeout: 5s timeout: 5s
http: http:
proxy_url: "http://127.0.0.1:23080"
skip_resolve_phase_with_proxy: true
follow_redirects: true follow_redirects: true
valid_status_codes: [] # Defaults to 2xx valid_status_codes: [] # Defaults to 2xx
method: GET method: GET