Adjust natios checks for switching some sites to ssl only today.

This commit is contained in:
Kevin Fenzi 2015-08-26 02:06:54 +00:00
parent 808936d34c
commit 41e2eed82e
2 changed files with 13 additions and 13 deletions

View file

@ -105,19 +105,19 @@ define service {
# These are http checks, using http hosts
#
define service {
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, 66.35.62.162-tummy, 152.19.134.142-ibiblio, proxy06.fedoraproject.org, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.187-serverbeach
service_description http
max_check_attempts 2
normal_check_interval 2
check_command check_http
use websitetemplate
}
#define service {
# host_name 209.132.181.16-phx2, 85.236.55.6-internetx, 66.35.62.162-tummy, 152.19.134.142-ibiblio, proxy06.fedoraproject.org, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.187-serverbeach
# service_description http
# max_check_attempts 2
# normal_check_interval 2
# check_command check_http
# use websitetemplate
#}
define service {
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, 66.35.62.162-tummy, 152.19.134.142-ibiblio, proxy06.fedoraproject.org, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.187-serverbeach
service_description fedoraproject.org
check_command check_website!fedoraproject.org!/!getfedora.org
check_command check_website_ssl!fedoraproject.org!/!getfedora.org
use websitetemplate
}
@ -131,14 +131,14 @@ define service {
define service {
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, proxy03.fedoraproject.org, 152.19.134.142-ibiblio, proxy06.fedoraproject.org, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.187-serverbeach
service_description docs.fedoraproject.org
check_command check_website!docs.fedoraproject.org!/en-US/index.html!Fedora Documentation
check_command check_website_ssl!docs.fedoraproject.org!/en-US/index.html!Fedora Documentation
use websitetemplate
}
define service {
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, proxy03.fedoraproject.org, 152.19.134.142-ibiblio, proxy06.fedoraproject.org, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.187-serverbeach
service_description mirrors.fedoraproject.org - mirrorlist
check_command check_website!mirrors.fedoraproject.org!/mirrorlist?repo=rawhide&arch=x86_64&country=global!development
check_command check_website_ssl!mirrors.fedoraproject.org!/mirrorlist?repo=rawhide&arch=x86_64&country=global!development
use websitetemplate
}
@ -152,7 +152,7 @@ define service {
define service {
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, 66.35.62.162-tummy, 152.19.134.142-ibiblio, proxy06.fedoraproject.org, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.187-serverbeach
service_description start.fedoraproject.org
check_command check_website!start.fedoraproject.org!/!The Fedora Project is maintained
check_command check_website_ssl!start.fedoraproject.org!/!The Fedora Project is maintained
use websitetemplate
}

View file

@ -53,7 +53,7 @@ define service {
define service {
host_name proxy01-wildcard, proxy02-wildcard, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-wildcard, proxy08-wildcard, proxy09-wildcard, proxy05-fpo, proxy10-fpo, proxy11-fpo
service_description start.fedoraproject.org
check_command check_website!start.fedoraproject.org!/!The Fedora Project is maintained
check_command check_website_ssl!start.fedoraproject.org!/!The Fedora Project is maintained
use websitetemplate
}