Adding Check for pagure.io per issue 10541

This commit is contained in:
Andrew Heath 2022-04-29 12:13:03 -04:00 committed by nb
parent 9b539b23d6
commit 8795bffd2c

View file

@ -343,3 +343,11 @@ define service {
max_check_attempts 8
use websitetemplate
}
define service {
host_name pagure02.fedoraproject.org
service_description https://pagure.io/fedora-infrastructure/issues
check_command check_website_follow!pagure02.fedoraproject.org!https://pagure.io/fedora-infrastructure/issues!Isues
max_check_attempts 8
use websitetemplate
}