From 0e66aad0990cc04e8ab63e177fe0c65deac5d4ac Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 20 Oct 2023 15:34:06 +0200 Subject: [PATCH] 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 --- m/hut/blackbox.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/m/hut/blackbox.yml b/m/hut/blackbox.yml index c32d73a..83de003 100644 --- a/m/hut/blackbox.yml +++ b/m/hut/blackbox.yml @@ -3,6 +3,8 @@ modules: prober: http timeout: 5s http: + proxy_url: "http://127.0.0.1:23080" + skip_resolve_phase_with_proxy: true follow_redirects: true valid_status_codes: [] # Defaults to 2xx method: GET