From 42920c25219879c397a2ab11ec691bc4a654f2a6 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 3 Oct 2023 09:45:13 +0200 Subject: [PATCH] Monitor gitlab.bsc.es too --- m/hut/blackbox.yml | 1 + m/hut/monitoring.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/m/hut/blackbox.yml b/m/hut/blackbox.yml index 232fb89..c32d73a 100644 --- a/m/hut/blackbox.yml +++ b/m/hut/blackbox.yml @@ -3,6 +3,7 @@ modules: prober: http timeout: 5s http: + follow_redirects: true valid_status_codes: [] # Defaults to 2xx method: GET http_with_proxy: diff --git a/m/hut/monitoring.nix b/m/hut/monitoring.nix index 49ebf7c..d5d9d03 100644 --- a/m/hut/monitoring.nix +++ b/m/hut/monitoring.nix @@ -104,6 +104,7 @@ targets = [ "https://pm.bsc.es/" "https://jungle.bsc.es/" + "https://gitlab.bsc.es/" ]; }]; relabel_configs = [