mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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:
@@ -246,7 +246,7 @@ define service {
|
|||||||
define service {
|
define service {
|
||||||
host_name pagure.io
|
host_name pagure.io
|
||||||
service_description https://forge.fedoraproject.org/infra/tickets
|
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
|
max_check_attempts 8
|
||||||
use websitetemplate
|
use websitetemplate
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user