From b299ead00b1a47215f4c1ebc88306740290f871b Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 1 Dec 2023 12:17:50 +0100 Subject: [PATCH] Monitor https://pm.bsc.es/gitlab/ too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The GitLab instance is in the /gitlab endpoint and may fail independently of https://pm.bsc.es/. Cc: Víctor López Reviewed-by: Aleix Roca Nonell --- m/hut/monitoring.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/m/hut/monitoring.nix b/m/hut/monitoring.nix index b0761c3..1dea2dd 100644 --- a/m/hut/monitoring.nix +++ b/m/hut/monitoring.nix @@ -106,6 +106,7 @@ static_configs = [{ targets = [ "https://pm.bsc.es/" + "https://pm.bsc.es/gitlab/" "https://jungle.bsc.es/" "https://gitlab.bsc.es/" ];