From 947ad7f7ba817bd4bd1552e9e25c9bc74ea6d7b2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 16 Feb 2026 11:17:59 -0800 Subject: [PATCH] nagios: this check is really supposed to be against pagure.io This was fallout from my sed to change all the references from pagure.io to forge.fedoraproject.org. In this case though, we do want pagure.io here because we are using this to check that it's up and working properly. 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 93083ce02b..c3b085a11f 100644 --- a/roles/nagios_server/templates/nagios/services/websites.cfg.j2 +++ b/roles/nagios_server/templates/nagios/services/websites.cfg.j2 @@ -246,7 +246,7 @@ define service { define service { host_name pagure.io service_description https://forge.fedoraproject.org/infra/tickets - check_command check_website_follow!pagure.io!https://forge.fedoraproject.org/infra/tickets!Issues + check_command check_website_follow!pagure.io!https://pagure.io/infra/tickets!Issues max_check_attempts 8 use websitetemplate }