nagios / pagure.io/stg.pagure.io: setup external hosts for these

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2025-12-08 12:46:13 -08:00
parent 929f957cb2
commit e2eeee78f2
2 changed files with 18 additions and 2 deletions

View File

@@ -53,3 +53,19 @@ define host {
address retrace.fedoraproject.org
parents rdu3-gw
}
define host {
host_name stg.pagure.io
alias stg.pagure.io
use mincheck
address 38.145.32.39
parents rdu3-gw
}
define host {
host_name pagure.io
alias pagure.io
use mincheck
address 38.145.32.40
parents rdu3-gw
}

View File

@@ -276,9 +276,9 @@ define service {
}
define service {
host_name pagure01.fedoraproject.org
host_name pagure.io
service_description https://pagure.io/fedora-infrastructure/issues
check_command check_website_follow!pagure01.fedoraproject.org!https://pagure.io/fedora-infrastructure/issues!Issues
check_command check_website_follow!pagure.io!https://pagure.io/fedora-infrastructure/issues!Issues
max_check_attempts 8
use websitetemplate
}