Try and git rid of second ip on nagios external too
This commit is contained in:
parent
f4d18014ce
commit
3409a66a3a
3 changed files with 24 additions and 24 deletions
|
@ -20,13 +20,13 @@ define host {
|
|||
# tummy
|
||||
#
|
||||
|
||||
define host {
|
||||
host_name 66.35.62.166-tummy
|
||||
alias 66.35.62.166-tummy
|
||||
use defaulttemplate
|
||||
address 66.35.62.166
|
||||
parents proxy03.fedoraproject.org
|
||||
}
|
||||
#define host {
|
||||
# host_name 66.35.62.166-tummy
|
||||
# alias 66.35.62.166-tummy
|
||||
# use defaulttemplate
|
||||
# address 66.35.62.166
|
||||
# parents proxy03.fedoraproject.org
|
||||
#}
|
||||
|
||||
define host {
|
||||
host_name proxy03.fedoraproject.org
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
define servicedependency {
|
||||
host_name 66.35.62.166-tummy
|
||||
host_name proxy03.fedoraproject.org
|
||||
service_description https
|
||||
dependent_host_name 66.35.62.166-tummy
|
||||
dependent_host_name proxy03.fedoraproject.org
|
||||
dependent_service_description bodhi, pkgdb, elections, accounts, mirrors.fedoraproject.org - mirrorlist, mirrors.fedoraproject.org - publiclist, docs.fedoraproject.org
|
||||
notification_failure_criteria w,c
|
||||
execution_failure_criteria w,c
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
|
||||
define service {
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, 66.35.62.166-tummy, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, proxy03.fedoraproject.org, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
service_description https
|
||||
max_check_attempts 2
|
||||
normal_check_interval 2
|
||||
|
@ -13,7 +13,7 @@ define service {
|
|||
|
||||
|
||||
define service {
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, 66.35.62.166-tummy, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, proxy03.fedoraproject.org, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
service_description bodhi
|
||||
max_check_attempts 8
|
||||
check_command check_website_ssl!admin.fedoraproject.org!/updates/!Latest
|
||||
|
@ -21,14 +21,14 @@ define service {
|
|||
}
|
||||
|
||||
define service {
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, 66.35.62.166-tummy, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, proxy03.fedoraproject.org, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
service_description pkgdb
|
||||
check_command check_website_ssl!admin.fedoraproject.org!/pkgdb/collections/!EPEL
|
||||
use websitetemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, 66.35.62.166-tummy, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, proxy03.fedoraproject.org, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
service_description packages
|
||||
max_check_attempts 8
|
||||
check_command check_website_ssl!apps.fedoraproject.org!/packages/!Packages
|
||||
|
@ -36,7 +36,7 @@ define service {
|
|||
}
|
||||
|
||||
define service {
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, 66.35.62.166-tummy, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, proxy03.fedoraproject.org, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
service_description elections
|
||||
check_command check_website_ssl!admin.fedoraproject.org!/voting/!Last 5 elections
|
||||
use websitetemplate
|
||||
|
@ -50,35 +50,35 @@ define service {
|
|||
}
|
||||
|
||||
define service {
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, 66.35.62.166-tummy, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, proxy03.fedoraproject.org, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
service_description accounts
|
||||
check_command check_website_ssl!admin.fedoraproject.org!/accounts/help/get_help/user_telephone!emergency
|
||||
use websitetemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, 66.35.62.166-tummy, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, proxy03.fedoraproject.org, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
service_description ask
|
||||
check_command check_website_ssl!ask.fedoraproject.org!/en/questions/!RSS
|
||||
use websitetemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, 66.35.62.166-tummy, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, proxy03.fedoraproject.org, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
service_description blockerbugs
|
||||
check_command check_website_ssl!qa.fedoraproject.org!/blockerbugs/!Currently Active Milestones
|
||||
use websitetemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, 66.35.62.166-tummy, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, proxy03.fedoraproject.org, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
service_description fedocal
|
||||
check_command check_website_ssl!apps.fedoraproject.org!/calendar/list/infrastructure-outages/!Description
|
||||
use websitetemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, 66.35.62.166-tummy, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, proxy03.fedoraproject.org, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
service_description taskotron_taskmaster
|
||||
max_check_attempts 8
|
||||
check_command check_website_ssl!taskotron.fedoraproject.org!/taskmaster/
|
||||
|
@ -86,7 +86,7 @@ define service {
|
|||
}
|
||||
|
||||
define service {
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, 66.35.62.166-tummy, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, proxy03.fedoraproject.org, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
service_description taskotron_resultsdb
|
||||
max_check_attempts 8
|
||||
check_command check_website_ssl!taskotron.fedoraproject.org!/resultsdb/
|
||||
|
@ -94,7 +94,7 @@ define service {
|
|||
}
|
||||
|
||||
define service {
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, 66.35.62.166-tummy, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, proxy03.fedoraproject.org, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
service_description taskotron_resultsdb_api
|
||||
max_check_attempts 8
|
||||
check_command check_website_ssl!taskotron.fedoraproject.org!/resultsdb_api/
|
||||
|
@ -129,21 +129,21 @@ define service {
|
|||
}
|
||||
|
||||
define service {
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, 66.35.62.166-tummy, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, proxy03.fedoraproject.org, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
service_description docs.fedoraproject.org
|
||||
check_command check_website!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, 66.35.62.166-tummy, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, proxy03.fedoraproject.org, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
service_description mirrors.fedoraproject.org - mirrorlist
|
||||
check_command check_website!mirrors.fedoraproject.org!/mirrorlist?repo=rawhide&arch=x86_64&country=global!development
|
||||
use websitetemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, 66.35.62.166-tummy, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
host_name 209.132.181.16-phx2, 85.236.55.6-internetx, proxy03.fedoraproject.org, 152.19.134.146-ibiblio, 140.211.169.197-osuosl, 213.175.193.206-bodhost, 67.203.2.67-coloamerica, 66.135.62.201-serverbeach
|
||||
service_description mirrors.fedoraproject.org - publiclist
|
||||
check_command check_website!mirrors.fedoraproject.org!/publiclist/Fedora/!Fedora Public Active Mirrors
|
||||
use websitetemplate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue