From 0a986e4f7e1a6c0dfb6052054f48907b9e0e1bb6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 17 Feb 2025 12:19:30 -0800 Subject: [PATCH] nagios / registry: check registry via the actual registry instead of the web page Signed-off-by: Kevin Fenzi --- roles/nagios_server/templates/nagios/services/websites.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nagios_server/templates/nagios/services/websites.cfg.j2 b/roles/nagios_server/templates/nagios/services/websites.cfg.j2 index cca65c3c7a..efb27e6814 100644 --- a/roles/nagios_server/templates/nagios/services/websites.cfg.j2 +++ b/roles/nagios_server/templates/nagios/services/websites.cfg.j2 @@ -111,7 +111,7 @@ define service { define service { host_name proxy01.fedoraproject.org, proxy10.fedoraproject.org service_description http-oci-registry-webui - check_command check_website_ssl!registry.fedoraproject.org!/repo/fedora/tags/!rawhide + check_command check_website_ssl!registry.fedoraproject.org!/v2/fedora/tags/list!rawhide use websitetemplate }