mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
nagios / pagure.io/stg.pagure.io: setup external hosts for these
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user