Drop kojipkgs02, add 01, change ips, lather, rinse, repeat
This commit is contained in:
parent
4668dcd254
commit
61f3ad8edf
4 changed files with 16 additions and 10 deletions
|
@ -5,7 +5,7 @@ dns: 10.5.126.21
|
||||||
|
|
||||||
volgroup: /dev/vg_Server
|
volgroup: /dev/vg_Server
|
||||||
|
|
||||||
eth0_ip: 10.5.125.35
|
eth0_ip: 10.5.125.36
|
||||||
eth1_ip: 10.5.127.50
|
eth1_ip: 10.5.127.50
|
||||||
|
|
||||||
vmhost: bvirthost11.phx2.fedoraproject.org
|
vmhost: bvirthost11.phx2.fedoraproject.org
|
||||||
|
|
|
@ -282,7 +282,6 @@ keys02.fedoraproject.org
|
||||||
[koji]
|
[koji]
|
||||||
koji01.phx2.fedoraproject.org
|
koji01.phx2.fedoraproject.org
|
||||||
koji02.phx2.fedoraproject.org
|
koji02.phx2.fedoraproject.org
|
||||||
kojipkgs02.phx2.fedoraproject.org
|
|
||||||
|
|
||||||
[koji-stg]
|
[koji-stg]
|
||||||
koji01.stg.phx2.fedoraproject.org
|
koji01.stg.phx2.fedoraproject.org
|
||||||
|
@ -500,7 +499,7 @@ bastion01.phx2.fedoraproject.org
|
||||||
bastion02.phx2.fedoraproject.org
|
bastion02.phx2.fedoraproject.org
|
||||||
download01.phx2.fedoraproject.org
|
download01.phx2.fedoraproject.org
|
||||||
log01.phx2.fedoraproject.org
|
log01.phx2.fedoraproject.org
|
||||||
kojipkgs02.phx2.fedoraproject.org
|
kojipkgs01.phx2.fedoraproject.org
|
||||||
ns03.phx2.fedoraproject.org
|
ns03.phx2.fedoraproject.org
|
||||||
ns04.phx2.fedoraproject.org
|
ns04.phx2.fedoraproject.org
|
||||||
|
|
||||||
|
|
7
roles/nagios_server/files/nagios/hosts/kojipkgs01.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/kojipkgs01.cfg
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
define host {
|
||||||
|
host_name kojipkgs01
|
||||||
|
alias kojipkgs01.phx2.fedoraproject.org
|
||||||
|
use defaulttemplate
|
||||||
|
address kojipkgs01.phx2.fedoraproject.org
|
||||||
|
parents bvirthost11
|
||||||
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
define host {
|
#define host {
|
||||||
host_name kojipkgs02
|
# host_name kojipkgs02
|
||||||
alias kojipkgs02.phx2.fedoraproject.org
|
## alias kojipkgs02.phx2.fedoraproject.org
|
||||||
use defaulttemplate
|
# use defaulttemplate
|
||||||
address kojipkgs02.phx2.fedoraproject.org
|
# address kojipkgs02.phx2.fedoraproject.org
|
||||||
parents bvirthost04
|
# parents bvirthost04
|
||||||
}
|
#}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue