and we have more nagios
This commit is contained in:
parent
2011c2a465
commit
c184c66f73
9 changed files with 47 additions and 13 deletions
|
@ -1,10 +0,0 @@
|
||||||
---
|
|
||||||
nm: 255.255.255.0
|
|
||||||
gw: 5.175.150.1
|
|
||||||
dns: 217.69.160.18
|
|
||||||
ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-7
|
|
||||||
ks_repo: http://209.132.181.6/repo/rhel/RHEL7-x86_64/
|
|
||||||
volgroup: /dev/vg_virthost
|
|
||||||
eth0_ip: 5.175.150.49
|
|
||||||
vmhost: host1plus01.fedoraproject.org
|
|
||||||
datacenter: host1plus
|
|
|
@ -7,14 +7,14 @@ num_cpus: 4
|
||||||
ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-7-ext
|
ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-7-ext
|
||||||
ks_repo: http://209.132.181.6/repo/rhel/RHEL7-x86_64/
|
ks_repo: http://209.132.181.6/repo/rhel/RHEL7-x86_64/
|
||||||
|
|
||||||
vmhost: host1plus01.fedoraproject.org
|
vmhost: dedicatedsolutions01.fedoraproject.org
|
||||||
volgroup: /dev/vg_virthost
|
volgroup: /dev/vg_virthost
|
||||||
|
|
||||||
eth0_ip: 67.219.144.68
|
eth0_ip: 67.219.144.68
|
||||||
|
|
||||||
# This is consumed by the roles/fedora-web/main role
|
# This is consumed by the roles/fedora-web/main role
|
||||||
sponsor: host1plus
|
sponsor: dedicatedsolutions
|
||||||
datacenter: host1plus
|
datacenter: dedicatedsolutions
|
||||||
postfix_group: vpn
|
postfix_group: vpn
|
||||||
|
|
||||||
nrpe_procs_warn: 1200
|
nrpe_procs_warn: 1200
|
||||||
|
|
7
roles/nagios_server/files/nagios/hosts/proxy05-fpo.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/proxy05-fpo.cfg
Normal 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
|
||||||
|
}
|
7
roles/nagios_server/files/nagios/hosts/proxy05.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/proxy05.cfg
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
define host {
|
||||||
|
host_name proxy05
|
||||||
|
alias proxy05.fedoraproject.org
|
||||||
|
use defaulttemplate
|
||||||
|
address proxy05.fedoraproject.org
|
||||||
|
parents host1plus01
|
||||||
|
}
|
7
roles/nagios_server/files/nagios/hosts/proxy10-fpo.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/proxy10-fpo.cfg
Normal 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
|
||||||
|
}
|
7
roles/nagios_server/files/nagios/hosts/proxy10.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/proxy10.cfg
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
define host {
|
||||||
|
host_name proxy10
|
||||||
|
alias proxy10.phx2.fedoraproject.org
|
||||||
|
use defaulttemplate
|
||||||
|
address proxy10.phx2.fedoraproject.org
|
||||||
|
parents virthost17
|
||||||
|
}
|
7
roles/nagios_server/files/nagios/hosts/proxy11-fpo.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/proxy11-fpo.cfg
Normal 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
|
||||||
|
}
|
7
roles/nagios_server/files/nagios/hosts/proxy11.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/proxy11.cfg
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
define host {
|
||||||
|
host_name proxy11
|
||||||
|
alias proxy11.fedoraproject.org
|
||||||
|
use defaulttemplate
|
||||||
|
address proxy11.fedoraproject.org
|
||||||
|
parents dedicatedsolutions01
|
||||||
|
}
|
2
roles/openvpn/server/files/ccd/proxy11.fedoraproject.org
Normal file
2
roles/openvpn/server/files/ccd/proxy11.fedoraproject.org
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# ifconfig-push actualIP PtPIP
|
||||||
|
ifconfig-push 192.168.1.37 192.168.0.37
|
Loading…
Add table
Add a link
Reference in a new issue