From 2d3f66b8e554f7020e3160908bfcee25662d0bcd Mon Sep 17 00:00:00 2001 From: Christian Heusel <christian@heusel.eu> Date: Thu, 12 Dec 2024 17:05:34 +0100 Subject: [PATCH] prometheus: Update the monitored link for ALPM The project now has a centralized landing page hosted in the root directory which we can observe instead of the docs for one specific crate. Related to https://gitlab.archlinux.org/archlinux/alpm/alpm/-/issues/76 Related to https://gitlab.archlinux.org/archlinux/alpm/alpm/-/merge_requests/57 Signed-off-by: Christian Heusel <christian@heusel.eu> --- roles/prometheus/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/prometheus/defaults/main.yml b/roles/prometheus/defaults/main.yml index c43fe049f..8a2221008 100644 --- a/roles/prometheus/defaults/main.yml +++ b/roles/prometheus/defaults/main.yml @@ -29,7 +29,7 @@ blackbox_targets: # regenerate the list below with: ./misc/find-arch-on-crt.sh targets - https://accounts.archlinux.org - - https://alpm.archlinux.page/alpm_buildinfo/ + - https://alpm.archlinux.page/ - https://america.archive.pkgbuild.com - https://america.mirror.pkgbuild.com - https://archinstall.archlinux.page -- GitLab