and we should be able to do ipv6 monitoring.
This commit is contained in:
parent
21016c2058
commit
41222f6ce3
2 changed files with 42 additions and 14 deletions
|
@ -74,13 +74,13 @@ define host {
|
||||||
# ibiblio ipv6
|
# ibiblio ipv6
|
||||||
#
|
#
|
||||||
|
|
||||||
#define host {
|
define host {
|
||||||
# host_name admin-ipv6-ibiblio
|
host_name admin-ipv6-ibiblio
|
||||||
# alias 2610:28:3090:3001:dead:beef:cafe:fed3-ibiblio
|
alias 2610:28:3090:3001:dead:beef:cafe:fed3-ibiblio
|
||||||
# use defaulttemplate
|
use defaulttemplate
|
||||||
# address 2610:28:3090:3001:dead:beef:cafe:fed3
|
address 2610:28:3090:3001:dead:beef:cafe:fed3
|
||||||
# parents proxy04-ipv6-ibiblio.fedoraproject.org
|
parents proxy04-ipv6-ibiblio.fedoraproject.org
|
||||||
#}
|
}
|
||||||
|
|
||||||
define host {
|
define host {
|
||||||
host_name proxy04-ipv6-ibiblio.fedoraproject.org
|
host_name proxy04-ipv6-ibiblio.fedoraproject.org
|
||||||
|
@ -244,6 +244,26 @@ define host {
|
||||||
address 2607:f188::dead:beef:cafe:fed1
|
address 2607:f188::dead:beef:cafe:fed1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# dedicated ipv6
|
||||||
|
#
|
||||||
|
|
||||||
|
define host {
|
||||||
|
host_name admin-ipv6-dedicated
|
||||||
|
alias admin-ipv6-dedicated
|
||||||
|
use defaulttemplate
|
||||||
|
address 2604:1580:fe00:0:5054:ff:feae:702c
|
||||||
|
parents proxy11-ipv6.fedoraproject.org
|
||||||
|
}
|
||||||
|
|
||||||
|
define host {
|
||||||
|
host_name proxy11-ipv6.fedoraproject.org
|
||||||
|
alias proxy11-ipv6.fedoraproject.org
|
||||||
|
use defaulttemplate
|
||||||
|
address 2604:1580:fe00:0:5054:ff:feae:702c
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# serverbeach
|
# serverbeach
|
||||||
#
|
#
|
||||||
|
|
|
@ -30,13 +30,13 @@ define host {
|
||||||
parents proxy04.fedoraproject.org
|
parents proxy04.fedoraproject.org
|
||||||
}
|
}
|
||||||
|
|
||||||
#define host {
|
define host {
|
||||||
# host_name fpo-ipv6-ibiblio
|
host_name fpo-ipv6-ibiblio
|
||||||
# alias fpo-ipv6-ibiblio
|
alias fpo-ipv6-ibiblio
|
||||||
# use defaulttemplate
|
use defaulttemplate
|
||||||
# address 2610:28:3090:3001:dead:beef:cafe:fed4
|
address 2610:28:3090:3001:dead:beef:cafe:fed4
|
||||||
# parents proxy04-ipv6-ibiblio.fedoraproject.org
|
parents proxy04-ipv6-ibiblio.fedoraproject.org
|
||||||
#}
|
}
|
||||||
|
|
||||||
#define host {
|
#define host {
|
||||||
# host_name proxy06.fedorarproject.org
|
# host_name proxy06.fedorarproject.org
|
||||||
|
@ -77,3 +77,11 @@ define host {
|
||||||
address 66.135.62.187
|
address 66.135.62.187
|
||||||
parents proxy09.fedoraproject.org
|
parents proxy09.fedoraproject.org
|
||||||
}
|
}
|
||||||
|
|
||||||
|
define_host {
|
||||||
|
host_name fpo-ipv6-dedicatedsolutions
|
||||||
|
alias fpo-ipv6-dedicatedsolutions
|
||||||
|
use defaulttemplate
|
||||||
|
address 2604:1580:fe00:0:5054:ff:feae:702c
|
||||||
|
parents proxy11-ipv6.fedoraproject.org
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue