and we have more nagios

This commit is contained in:
Stephen Smoogen 2015-03-23 23:02:59 +00:00
parent 2011c2a465
commit c184c66f73
9 changed files with 47 additions and 13 deletions

View file

@ -0,0 +1,7 @@
define host {
host_name proxy05-fpo
alias proxy05-fpo.fedoraproject.org
use defaulttemplate
address 5.175.150.50
parents proxy05
}

View file

@ -0,0 +1,7 @@
define host {
host_name proxy05
alias proxy05.fedoraproject.org
use defaulttemplate
address proxy05.fedoraproject.org
parents host1plus01
}

View file

@ -0,0 +1,7 @@
define host {
host_name proxy11-fpo
alias proxy11-fpo.phx2.fedoraproject.org
use defaulttemplate
address proxy11.phx2.fedoraproject.org
parents proxy11
}

View file

@ -0,0 +1,7 @@
define host {
host_name proxy10
alias proxy10.phx2.fedoraproject.org
use defaulttemplate
address proxy10.phx2.fedoraproject.org
parents virthost17
}

View file

@ -0,0 +1,7 @@
define host {
host_name proxy11-fpo
alias proxy11-fpo.fedoraproject.org
use defaulttemplate
address 67.219.144.68
parents proxy11
}

View file

@ -0,0 +1,7 @@
define host {
host_name proxy11
alias proxy11.fedoraproject.org
use defaulttemplate
address proxy11.fedoraproject.org
parents dedicatedsolutions01
}