and we should be able to do ipv6 monitoring.

This commit is contained in:
Stephen Smoogen 2015-08-21 01:20:56 +00:00
parent 21016c2058
commit 41222f6ce3
2 changed files with 42 additions and 14 deletions

View file

@ -74,13 +74,13 @@ define host {
# ibiblio ipv6
#
#define host {
# host_name admin-ipv6-ibiblio
# alias 2610:28:3090:3001:dead:beef:cafe:fed3-ibiblio
# use defaulttemplate
# address 2610:28:3090:3001:dead:beef:cafe:fed3
# parents proxy04-ipv6-ibiblio.fedoraproject.org
#}
define host {
host_name admin-ipv6-ibiblio
alias 2610:28:3090:3001:dead:beef:cafe:fed3-ibiblio
use defaulttemplate
address 2610:28:3090:3001:dead:beef:cafe:fed3
parents proxy04-ipv6-ibiblio.fedoraproject.org
}
define host {
host_name proxy04-ipv6-ibiblio.fedoraproject.org
@ -244,6 +244,26 @@ define host {
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
#

View file

@ -30,13 +30,13 @@ define host {
parents proxy04.fedoraproject.org
}
#define host {
# host_name fpo-ipv6-ibiblio
# alias fpo-ipv6-ibiblio
# use defaulttemplate
# address 2610:28:3090:3001:dead:beef:cafe:fed4
# parents proxy04-ipv6-ibiblio.fedoraproject.org
#}
define host {
host_name fpo-ipv6-ibiblio
alias fpo-ipv6-ibiblio
use defaulttemplate
address 2610:28:3090:3001:dead:beef:cafe:fed4
parents proxy04-ipv6-ibiblio.fedoraproject.org
}
#define host {
# host_name proxy06.fedorarproject.org
@ -77,3 +77,11 @@ define host {
address 66.135.62.187
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
}