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 <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2026-02-16 11:17:59 -08:00
parent b6a7d5edfd
commit 947ad7f7ba

View File

@@ -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
}