Lets try checking the http sites with http explicitly
This commit is contained in:
parent
017682f5d0
commit
008a2fa785
2 changed files with 12 additions and 3 deletions
|
@ -55,7 +55,7 @@ define servicedependency {
|
|||
|
||||
define servicedependency {
|
||||
host_name 66.35.62.162-tummy
|
||||
service_description https
|
||||
service_description http
|
||||
dependent_host_name 66.35.62.162-tummy
|
||||
dependent_service_description fedoraproject.org, fedoraproject.org - wiki
|
||||
notification_failure_criteria w,c
|
||||
|
@ -64,7 +64,7 @@ define servicedependency {
|
|||
|
||||
define servicedependency {
|
||||
host_name 152.19.134.142-ibiblio
|
||||
service_description https
|
||||
service_description http
|
||||
dependent_host_name 152.19.134.142-ibiblio
|
||||
dependent_service_description fedoraproject.org, fedoraproject.org - wiki
|
||||
notification_failure_criteria w,c
|
||||
|
@ -73,7 +73,7 @@ define servicedependency {
|
|||
|
||||
define servicedependency {
|
||||
host_name 85.236.55.5-internetx
|
||||
service_description https
|
||||
service_description http
|
||||
dependent_host_name 85.236.55.5-internetx
|
||||
dependent_service_description fedoraproject.org, fedoraproject.org - wiki
|
||||
notification_failure_criteria w,c
|
||||
|
|
|
@ -105,6 +105,15 @@ define service {
|
|||
# These are http checks, using http hosts
|
||||
#
|
||||
|
||||
define service {
|
||||
host_name 209.132.181.16-phx2, 85.236.55.5-internetx, 66.35.62.162-tummy, 152.19.134.142-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-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.5-internetx, 66.35.62.162-tummy, 152.19.134.142-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
service_description fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue