From 005a67deafa6b2b9400d6d05249cb713e4dc6ef4 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 29 Feb 2024 09:57:18 +0100 Subject: [PATCH] Use google.com probe instead of bsc.es The main website of the BSC is failing every day around 3:00 AM for almost one hour, so it is not a very good target. Instead, google.com is used which should be more reliable. The same robots.txt path is fetched, as it is smaller than the main page. Reviewed-by: Aleix Roca Nonell --- m/hut/monitoring.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m/hut/monitoring.nix b/m/hut/monitoring.nix index bbcd48f..e55c9a1 100644 --- a/m/hut/monitoring.nix +++ b/m/hut/monitoring.nix @@ -105,7 +105,7 @@ params = { module = [ "http_2xx" ]; }; static_configs = [{ targets = [ - "https://www.bsc.es/robots.txt" + "https://www.google.com/robots.txt" "https://pm.bsc.es/" "https://pm.bsc.es/gitlab/" "https://jungle.bsc.es/"