and we remove proxy09

This commit is contained in:
Stephen Smoogen 2015-09-01 22:13:09 +00:00
parent 56856cf89c
commit b74a402571
22 changed files with 48 additions and 98 deletions

View file

@ -1,37 +0,0 @@
---
nm: 255.255.255.0
gw: 192.168.122.1
dns: 8.8.8.8
volgroup: /dev/vg_host
eth0_ip: 192.168.122.2
vmhost: serverbeach07.fedoraproject.org
datacenter: serverbeach
postfix_group: vpn
# This uses a different virt-install due to wacky serverbeach network/setup
virt_install_command: virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
--disk {{ volgroup }}/{{ inventory_hostname }}
--vcpus={{ num_cpus }} -l {{ ks_repo }} -x
"ksdevice=eth0 ks={{ ks_url }} ip={{ eth0_ip }} netmask={{ nm }}
gateway={{ gw }} dns={{ dns }} console=tty0 console=ttyS0
hostname={{ inventory_hostname }}"
--network bridge=virbr0,model=virtio
--autostart --noautoconsole
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/
# This is consumed by the roles/fedora-web/main role
sponsor: serverbeach
postfix_group: vpn
mem_size: 6144
nrpe_procs_warn: 900
nrpe_procs_crit: 1000
# This is used in the httpd.conf to determine the value for serverlimit and
# maxrequestworkers. On 8gb proxies, 900 seems fine. But on 4gb proxies, this
# should be lowered in the host vars for that proxy.
maxrequestworkers: 600

View file

@ -497,7 +497,6 @@ proxy05.fedoraproject.org
proxy06.fedoraproject.org proxy06.fedoraproject.org
proxy07.fedoraproject.org proxy07.fedoraproject.org
proxy08.fedoraproject.org proxy08.fedoraproject.org
proxy09.fedoraproject.org
proxy10.phx2.fedoraproject.org proxy10.phx2.fedoraproject.org
proxy11.fedoraproject.org proxy11.fedoraproject.org

View file

@ -36,7 +36,6 @@ syncHttpLogs proxy05.vpn.fedoraproject.org
syncHttpLogs proxy06.vpn.fedoraproject.org syncHttpLogs proxy06.vpn.fedoraproject.org
syncHttpLogs proxy07.vpn.fedoraproject.org syncHttpLogs proxy07.vpn.fedoraproject.org
syncHttpLogs proxy08.vpn.fedoraproject.org syncHttpLogs proxy08.vpn.fedoraproject.org
syncHttpLogs proxy09.vpn.fedoraproject.org
syncHttpLogs proxy10.phx2.fedoraproject.org syncHttpLogs proxy10.phx2.fedoraproject.org
syncHttpLogs proxy11.vpn.fedoraproject.org syncHttpLogs proxy11.vpn.fedoraproject.org
syncHttpLogs proxy01.stg.phx2.fedoraproject.org syncHttpLogs proxy01.stg.phx2.fedoraproject.org

View file

@ -12,5 +12,5 @@ priority = 7
# Report this many "top ranking hosts" # Report this many "top ranking hosts"
# #
report_top = 10 report_top = 10
ignore_hosts = log01.vpn.fedoraproject.org log01.phx2.fedoraproject.org proxy01.phx2.fedoraproject.org proxy02.vpn.fedoraproject.org proxy03.vpn.fedoraproject.org proxy04.vpn.fedoraproject.org proxy05.vpn.fedoraproject.org proxy06.vpn.fedoraproject.org proxy07.vpn.fedoraproject.org proxy08.vpn.fedoraproject.org proxy09.vpn.fedoraproject.org proxy10.phx2.fedoraproject.org proxy11.phx2.fedoraproject.org collab04.fedoraproject.org hosted04.fedoraproject.org admin.fedoraproject.org proxy01.stg.phx2.fedoraproject.org ignore_hosts = log01.vpn.fedoraproject.org log01.phx2.fedoraproject.org proxy01.phx2.fedoraproject.org proxy02.vpn.fedoraproject.org proxy03.vpn.fedoraproject.org proxy04.vpn.fedoraproject.org proxy05.vpn.fedoraproject.org proxy06.vpn.fedoraproject.org proxy07.vpn.fedoraproject.org proxy08.vpn.fedoraproject.org proxy10.phx2.fedoraproject.org proxy11.phx2.fedoraproject.org collab04.fedoraproject.org hosted04.fedoraproject.org admin.fedoraproject.org proxy01.stg.phx2.fedoraproject.org

View file

@ -42,11 +42,6 @@ NameVirtualHost 67.203.2.67:443
NameVirtualHost [2607:f188::dead:beef:cafe:fed1]:80 NameVirtualHost [2607:f188::dead:beef:cafe:fed1]:80
NameVirtualHost [2607:f188::dead:beef:cafe:fed1]:443 NameVirtualHost [2607:f188::dead:beef:cafe:fed1]:443
#proxy09
# this is an internal ip due to serverbeach networking
NameVirtualHost 192.168.122.2:80
NameVirtualHost 192.168.122.2:443
# proxy10 # proxy10
NameVirtualHost 10.5.126.51:80 NameVirtualHost 10.5.126.51:80
NameVirtualHost 10.5.126.51:443 NameVirtualHost 10.5.126.51:443

View file

@ -366,10 +366,6 @@ $wgSquidServersNoPurge = array(
"2607:f188::dead:beef:cafe:fed1", "2607:f188::dead:beef:cafe:fed1",
"192.168.1.78", "192.168.1.78",
# proxy09
"66.135.62.187",
"192.168.1.15",
# proxy10 # proxy10
"10.5.126.51", "10.5.126.51",
"192.168.1.17", "192.168.1.17",
@ -403,8 +399,6 @@ $wgSquidServers = array(
"192.168.1.52:6081", "192.168.1.52:6081",
# proxy08 # proxy08
"192.168.1.78:6081", "192.168.1.78:6081",
# proxy09
"192.168.1.15:6081",
# proxy10 # proxy10
"10.5.126.51:6081", "10.5.126.51:6081",
# proxy11 # proxy11

View file

@ -1,5 +1,5 @@
define hostgroup { define hostgroup {
hostgroup_name nomail hostgroup_name nomail
alias No Mail alias No Mail
members *, !bastion01, !bastion02, !bastion-vpn, !backup01, !fas01.stg, !koji01.stg, !pkgs01.stg, !proxy01.stg, !bodhi-backend01.stg, !value01.stg, !smtp-mm-tummy01, !smtp-mm-ib01, !smtp-mm-coloamer01, !hosted03, !proxy01-fpo, !proxy01-wildcard, !proxy02-fpo, !proxy02-wildcard, !proxy03-fpo, !proxy04-fpo, !proxy05-fpo, !proxy06-fpo, !proxy07-fpo, !proxy07-wildcard, !proxy08-fpo, !proxy08-wildcard, !proxy09-fpo, !proxy09-wildcard, !proxy10-fpo, !proxy11-fpo, !bc02.mgmt.fedoraproject.org, !fwsm01-gw, !backup01.mgmt.fedoraproject.org,!bc02.mgmt.fedoraproject.org,!bvirthost07.mgmt.fedoraproject.org,!download01.mgmt.fedoraproject.org,!download02.mgmt.fedoraproject.org,!download03.mgmt.fedoraproject.org,!download04.mgmt.fedoraproject.org,!download05.mgmt.fedoraproject.org,!qa01.mgmt.fedoraproject.org,!qa02.mgmt.fedoraproject.org,!qa03.mgmt.fedoraproject.org,!qa04.mgmt.fedoraproject.org,!qa05.mgmt.fedoraproject.org,!qa06.mgmt.fedoraproject.org,!qa07.mgmt.fedoraproject.org,!qa08.mgmt.fedoraproject.org,!qa09.mgmt.fedoraproject.org,!qa10.mgmt.fedoraproject.org,!qa11.mgmt.fedoraproject.org,!qa12.mgmt.fedoraproject.org,!qa13.mgmt.fedoraproject.org,!qa14.mgmt.fedoraproject.org,!virthost01.mgmt.fedoraproject.org,!virthost02.mgmt.fedoraproject.org,!virthost11.mgmt.fedoraproject.org,!virthost03.mgmt.fedoraproject.org,!virthost05.mgmt.fedoraproject.org,!virthost06.mgmt.fedoraproject.org,!virthost07.mgmt.fedoraproject.org,!virthost08.mgmt.fedoraproject.org,!virthost09.mgmt.fedoraproject.org,!virthost10.mgmt.fedoraproject.org,!atomic01.mgmt.fedoraproject.org,!virthost12.mgmt.fedoraproject.org,!virthost14.mgmt.fedoraproject.org,!virthost15.mgmt.fedoraproject.org,!virthost16.mgmt.fedoraproject.org,!virthost17.mgmt.fedoraproject.org,!virthost18.mgmt.fedoraproject.org,!virthost19.mgmt.fedoraproject.org,!virthost20.mgmt.fedoraproject.org,!virthost21.mgmt.fedoraproject.org,!virthost22.mgmt.fedoraproject.org,!ibiblio-gw,!packages03,!packages04,!status-fedora2, !virthost-comm02.mgmt.fedoraproject.org, !virthost-comm03.mgmt.fedoraproject.org, !virthost-comm04.mgmt.fedoraproject.org, !ppc-hub,!ppc-composer,!retrace01.qa,!sign-vault03,!sign-vault03.mgmt.fedoraproject.org,!sign-vault04,!sign-vault04.mgmt.fedoraproject.org, !arm01-releng00, !arm01-retrace01, !arm01-releng02, !arm01-builder03, !arm01-builder04, !arm01-builder05, !arm01-builder06, !arm01-builder07, !arm01-builder08, !arm01-builder09, !arm01-builder10, !arm01-builder11, !arm01-builder12, !arm01-builder13, !arm01-builder14, !arm01-builder15, !arm01-builder16, !arm01-builder17, !arm01-builder18, !arm01-builder19, !arm01-builder20, !arm01-builder21, !arm01-builder22, !arm01-builder23, !arm02-builder00, !arm02-builder01, !arm02-builder02, !arm02-builder03, !arm02-builder04, !arm02-builder05, !arm02-builder06, !arm02-builder07, !arm02-builder08, !arm02-builder09, !arm02-builder10, !arm02-builder11, !arm02-builder12, !arm02-builder13, !arm02-builder14, !arm02-builder15, !arm02-builder16, !arm02-builder17, !arm02-builder18, !arm02-builder19, !arm02-builder20, !arm02-builder21, !arm02-builder22, !arm02-builder23, !arm04-builder00, !arm04-builder01, !arm04-builder02, !arm04-builder03, !arm04-builder04, !arm04-builder05, !arm04-builder06, !arm04-builder07, !arm04-builder08, !arm04-builder09, !arm04-builder10, !arm04-builder11, !arm04-builder12, !arm04-builder13, !arm04-builder14, !arm04-builder15, !arm04-builder16, !arm04-builder17, !arm04-builder18, !arm04-builder19, !arm04-builder20, !arm04-builder21, !arm04-builder22, !arm04-builder23, !buildvm-01, !buildvm-02, !buildvm-03, !buildvm-04, !buildvm-05, !buildvm-06, !buildvm-07, !buildvm-08, !buildvm-09, !buildvm-10, !buildvm-11, !buildvm-12, !buildvm-13, !buildvm-14, !buildvm-15, !buildvm-16, !buildvm-17, !buildvm-18, !buildvm-19, !buildvm-20, !buildvm-21, !buildvm-22, !buildvm-23, !buildvm-24, !buildvm-25, !buildvm-26, !buildvm-27, !buildvmhost-10, !buildvmhost-11, !buildvmhost-12, !cloud-gw, !fed-cloud09.mgmt.fedoraproject.org, !fed-cloud10.mgmt.fedoraproject.org, !fed-cloud11.mgmt.fedoraproject.org, !fed-cloud12.mgmt.fedoraproject.org, !fed-cloud13.mgmt.fedoraproject.org, !fed-cloud14.mgmt.fedoraproject.org, !fed-cloud15.mgmt.fedoraproject.org members *, !bastion01, !bastion02, !bastion-vpn, !backup01, !fas01.stg, !koji01.stg, !pkgs01.stg, !proxy01.stg, !bodhi-backend01.stg, !value01.stg, !smtp-mm-tummy01, !smtp-mm-ib01, !smtp-mm-coloamer01, !hosted03, !proxy01-fpo, !proxy01-wildcard, !proxy02-fpo, !proxy02-wildcard, !proxy03-fpo, !proxy04-fpo, !proxy05-fpo, !proxy06-fpo, !proxy07-fpo, !proxy07-wildcard, !proxy08-fpo, !proxy08-wildcard, !proxy10-fpo, !proxy11-fpo, !bc02.mgmt.fedoraproject.org, !fwsm01-gw, !backup01.mgmt.fedoraproject.org,!bc02.mgmt.fedoraproject.org,!bvirthost07.mgmt.fedoraproject.org,!download01.mgmt.fedoraproject.org,!download02.mgmt.fedoraproject.org,!download03.mgmt.fedoraproject.org,!download04.mgmt.fedoraproject.org,!download05.mgmt.fedoraproject.org,!qa01.mgmt.fedoraproject.org,!qa02.mgmt.fedoraproject.org,!qa03.mgmt.fedoraproject.org,!qa04.mgmt.fedoraproject.org,!qa05.mgmt.fedoraproject.org,!qa06.mgmt.fedoraproject.org,!qa07.mgmt.fedoraproject.org,!qa08.mgmt.fedoraproject.org,!qa09.mgmt.fedoraproject.org,!qa10.mgmt.fedoraproject.org,!qa11.mgmt.fedoraproject.org,!qa12.mgmt.fedoraproject.org,!qa13.mgmt.fedoraproject.org,!qa14.mgmt.fedoraproject.org,!virthost01.mgmt.fedoraproject.org,!virthost02.mgmt.fedoraproject.org,!virthost11.mgmt.fedoraproject.org,!virthost03.mgmt.fedoraproject.org,!virthost05.mgmt.fedoraproject.org,!virthost06.mgmt.fedoraproject.org,!virthost07.mgmt.fedoraproject.org,!virthost08.mgmt.fedoraproject.org,!virthost09.mgmt.fedoraproject.org,!virthost10.mgmt.fedoraproject.org,!atomic01.mgmt.fedoraproject.org,!virthost12.mgmt.fedoraproject.org,!virthost14.mgmt.fedoraproject.org,!virthost15.mgmt.fedoraproject.org,!virthost16.mgmt.fedoraproject.org,!virthost17.mgmt.fedoraproject.org,!virthost18.mgmt.fedoraproject.org,!virthost19.mgmt.fedoraproject.org,!virthost20.mgmt.fedoraproject.org,!virthost21.mgmt.fedoraproject.org,!virthost22.mgmt.fedoraproject.org,!ibiblio-gw,!packages03,!packages04,!status-fedora2, !virthost-comm02.mgmt.fedoraproject.org, !virthost-comm03.mgmt.fedoraproject.org, !virthost-comm04.mgmt.fedoraproject.org, !ppc-hub,!ppc-composer,!retrace01.qa,!sign-vault03,!sign-vault03.mgmt.fedoraproject.org,!sign-vault04,!sign-vault04.mgmt.fedoraproject.org, !arm01-releng00, !arm01-retrace01, !arm01-releng02, !arm01-builder03, !arm01-builder04, !arm01-builder05, !arm01-builder06, !arm01-builder07, !arm01-builder08, !arm01-builder09, !arm01-builder10, !arm01-builder11, !arm01-builder12, !arm01-builder13, !arm01-builder14, !arm01-builder15, !arm01-builder16, !arm01-builder17, !arm01-builder18, !arm01-builder19, !arm01-builder20, !arm01-builder21, !arm01-builder22, !arm01-builder23, !arm02-builder00, !arm02-builder01, !arm02-builder02, !arm02-builder03, !arm02-builder04, !arm02-builder05, !arm02-builder06, !arm02-builder07, !arm02-builder08, !arm02-builder09, !arm02-builder10, !arm02-builder11, !arm02-builder12, !arm02-builder13, !arm02-builder14, !arm02-builder15, !arm02-builder16, !arm02-builder17, !arm02-builder18, !arm02-builder19, !arm02-builder20, !arm02-builder21, !arm02-builder22, !arm02-builder23, !arm04-builder00, !arm04-builder01, !arm04-builder02, !arm04-builder03, !arm04-builder04, !arm04-builder05, !arm04-builder06, !arm04-builder07, !arm04-builder08, !arm04-builder09, !arm04-builder10, !arm04-builder11, !arm04-builder12, !arm04-builder13, !arm04-builder14, !arm04-builder15, !arm04-builder16, !arm04-builder17, !arm04-builder18, !arm04-builder19, !arm04-builder20, !arm04-builder21, !arm04-builder22, !arm04-builder23, !buildvm-01, !buildvm-02, !buildvm-03, !buildvm-04, !buildvm-05, !buildvm-06, !buildvm-07, !buildvm-08, !buildvm-09, !buildvm-10, !buildvm-11, !buildvm-12, !buildvm-13, !buildvm-14, !buildvm-15, !buildvm-16, !buildvm-17, !buildvm-18, !buildvm-19, !buildvm-20, !buildvm-21, !buildvm-22, !buildvm-23, !buildvm-24, !buildvm-25, !buildvm-26, !buildvm-27, !buildvmhost-10, !buildvmhost-11, !buildvmhost-12, !cloud-gw, !fed-cloud09.mgmt.fedoraproject.org, !fed-cloud10.mgmt.fedoraproject.org, !fed-cloud11.mgmt.fedoraproject.org, !fed-cloud12.mgmt.fedoraproject.org, !fed-cloud13.mgmt.fedoraproject.org, !fed-cloud14.mgmt.fedoraproject.org, !fed-cloud15.mgmt.fedoraproject.org
} }

View file

@ -5,5 +5,5 @@
define hostgroup { define hostgroup {
hostgroup_name proxies hostgroup_name proxies
alias proxies alias proxies
members proxy01, proxy02, proxy03, proxy04, proxy05, proxy06, proxy07, proxy08, proxy09, proxy10, proxy11 members proxy01, proxy02, proxy03, proxy04, proxy05, proxy06, proxy07, proxy08, proxy10, proxy11
} }

View file

@ -5,6 +5,6 @@
define hostgroup { define hostgroup {
hostgroup_name servers hostgroup_name servers
alias All Servers alias All Servers
members *, !proxy01-fpo, !proxy01-wildcard, !proxy02-fpo, !proxy02-wildcard, !proxy03-fpo, !proxy04-fpo, !proxy05-fpo, !proxy06-fpo, !proxy07-fpo, !proxy07-wildcard, !proxy08-fpo, !proxy08-wildcard, !proxy09-fpo,!proxy09-wildcard, !proxy10-fpo, !proxy11-fpo, !fwsm01-gw, !backup01.mgmt.fedoraproject.org,!bc02.mgmt.fedoraproject.org,!download01.mgmt.fedoraproject.org,!download02.mgmt.fedoraproject.org,!download03.mgmt.fedoraproject.org,!download04.mgmt.fedoraproject.org,!download05.mgmt.fedoraproject.org,!qa01.mgmt.fedoraproject.org,!qa02.mgmt.fedoraproject.org,!qa03.mgmt.fedoraproject.org,!qa04.mgmt.fedoraproject.org,!qa05.mgmt.fedoraproject.org,!qa06.mgmt.fedoraproject.org,!qa07.mgmt.fedoraproject.org,!qa08.mgmt.fedoraproject.org,!qa09.mgmt.fedoraproject.org,!qa10.mgmt.fedoraproject.org,!qa11.mgmt.fedoraproject.org,!qa12.mgmt.fedoraproject.org,!qa13.mgmt.fedoraproject.org,!qa14.mgmt.fedoraproject.org,!bvirthost07.mgmt.fedoraproject.org,!virthost01.mgmt.fedoraproject.org,!virthost02.mgmt.fedoraproject.org,!virthost11.mgmt.fedoraproject.org,!virthost03.mgmt.fedoraproject.org,!virthost05.mgmt.fedoraproject.org,!virthost06.mgmt.fedoraproject.org,!virthost07.mgmt.fedoraproject.org,!virthost08.mgmt.fedoraproject.org,!virthost09.mgmt.fedoraproject.org,!virthost10.mgmt.fedoraproject.org,!atomic01.mgmt.fedoraproject.org, !virthost12.mgmt.fedoraproject.org, !virthost14.mgmt.fedoraproject.org,!virthost15.mgmt.fedoraproject.org,!virthost16.mgmt.fedoraproject.org,!virthost17.mgmt.fedoraproject.org,!virthost18.mgmt.fedoraproject.org, !virthost19.mgmt.fedoraproject.org, !virthost20.mgmt.fedoraproject.org, !virthost21.mgmt.fedoraproject.org, !virthost22.mgmt.fedoraproject.org, !ibiblio-gw, !status-fedora2, !virthost-comm02.mgmt.fedoraproject.org, !virthost-comm03.mgmt.fedoraproject.org, !virthost-comm04.mgmt.fedoraproject.org, !ppc-hub,!ppc-composer,!retrace01.qa,!sign-vault03,!sign-vault03.mgmt.fedoraproject.org,!sign-vault04,!sign-vault04.mgmt.fedoraproject.org, !arm01-releng00, !arm01-retrace01, !arm01-releng02, !arm01-builder03, !arm01-builder04, !arm01-builder05, !arm01-builder06, !arm01-builder07, !arm01-builder08, !arm01-builder09, !arm01-builder10, !arm01-builder11, !arm01-builder12, !arm01-builder13, !arm01-builder14, !arm01-builder15, !arm01-builder16, !arm01-builder17, !arm01-builder18, !arm01-builder19, !arm01-builder20, !arm01-builder21, !arm01-builder22, !arm01-builder23, !arm02-builder00, !arm02-builder01, !arm02-builder02, !arm02-builder03, !arm02-builder04, !arm02-builder05, !arm02-builder06, !arm02-builder07, !arm02-builder08, !arm02-builder09, !arm02-builder10, !arm02-builder11, !arm02-builder12, !arm02-builder13, !arm02-builder14, !arm02-builder15, !arm02-builder16, !arm02-builder17, !arm02-builder18, !arm02-builder19, !arm02-builder20, !arm02-builder21, !arm02-builder22, !arm02-builder23, !arm04-builder00, !arm04-builder01, !arm04-builder02, !arm04-builder03, !arm04-builder04, !arm04-builder05, !arm04-builder06, !arm04-builder07, !arm04-builder08, !arm04-builder09, !arm04-builder10, !arm04-builder11, !arm04-builder12, !arm04-builder13, !arm04-builder14, !arm04-builder15, !arm04-builder16, !arm04-builder17, !arm04-builder18, !arm04-builder19, !arm04-builder20, !arm04-builder21, !arm04-builder22, !arm04-builder23, !buildvm-01, !buildvm-02, !buildvm-03, !buildvm-04, !buildvm-05, !buildvm-06, !buildvm-07, !buildvm-08, !buildvm-09, !buildvm-10, !buildvm-11, !buildvm-12, !buildvm-13, !buildvm-14, !buildvm-15, !buildvm-16, !buildvm-17, !buildvm-18, !buildvm-19, !buildvm-20, !buildvm-21, !buildvm-22, !buildvm-23, !buildvm-24, !buildvm-25, !buildvm-26, !buildvm-27, !buildvmhost-10, !buildvmhost-11, !buildvmhost-12, !cloud-gw, !fed-cloud09.mgmt.fedoraproject.org, !fed-cloud10.mgmt.fedoraproject.org, !fed-cloud11.mgmt.fedoraproject.org, !fed-cloud12.mgmt.fedoraproject.org, !fed-cloud13.mgmt.fedoraproject.org, !fed-cloud14.mgmt.fedoraproject.org, !fed-cloud15.mgmt.fedoraproject.org members *, !proxy01-fpo, !proxy01-wildcard, !proxy02-fpo, !proxy02-wildcard, !proxy03-fpo, !proxy04-fpo, !proxy05-fpo, !proxy06-fpo, !proxy07-fpo, !proxy07-wildcard, !proxy08-fpo, !proxy08-wildcard, !proxy10-fpo, !proxy11-fpo, !fwsm01-gw, !backup01.mgmt.fedoraproject.org,!bc02.mgmt.fedoraproject.org,!download01.mgmt.fedoraproject.org,!download02.mgmt.fedoraproject.org,!download03.mgmt.fedoraproject.org,!download04.mgmt.fedoraproject.org,!download05.mgmt.fedoraproject.org,!qa01.mgmt.fedoraproject.org,!qa02.mgmt.fedoraproject.org,!qa03.mgmt.fedoraproject.org,!qa04.mgmt.fedoraproject.org,!qa05.mgmt.fedoraproject.org,!qa06.mgmt.fedoraproject.org,!qa07.mgmt.fedoraproject.org,!qa08.mgmt.fedoraproject.org,!qa09.mgmt.fedoraproject.org,!qa10.mgmt.fedoraproject.org,!qa11.mgmt.fedoraproject.org,!qa12.mgmt.fedoraproject.org,!qa13.mgmt.fedoraproject.org,!qa14.mgmt.fedoraproject.org,!bvirthost07.mgmt.fedoraproject.org,!virthost01.mgmt.fedoraproject.org,!virthost02.mgmt.fedoraproject.org,!virthost11.mgmt.fedoraproject.org,!virthost03.mgmt.fedoraproject.org,!virthost05.mgmt.fedoraproject.org,!virthost06.mgmt.fedoraproject.org,!virthost07.mgmt.fedoraproject.org,!virthost08.mgmt.fedoraproject.org,!virthost09.mgmt.fedoraproject.org,!virthost10.mgmt.fedoraproject.org,!atomic01.mgmt.fedoraproject.org, !virthost12.mgmt.fedoraproject.org, !virthost14.mgmt.fedoraproject.org,!virthost15.mgmt.fedoraproject.org,!virthost16.mgmt.fedoraproject.org,!virthost17.mgmt.fedoraproject.org,!virthost18.mgmt.fedoraproject.org, !virthost19.mgmt.fedoraproject.org, !virthost20.mgmt.fedoraproject.org, !virthost21.mgmt.fedoraproject.org, !virthost22.mgmt.fedoraproject.org, !ibiblio-gw, !status-fedora2, !virthost-comm02.mgmt.fedoraproject.org, !virthost-comm03.mgmt.fedoraproject.org, !virthost-comm04.mgmt.fedoraproject.org, !ppc-hub,!ppc-composer,!retrace01.qa,!sign-vault03,!sign-vault03.mgmt.fedoraproject.org,!sign-vault04,!sign-vault04.mgmt.fedoraproject.org, !arm01-releng00, !arm01-retrace01, !arm01-releng02, !arm01-builder03, !arm01-builder04, !arm01-builder05, !arm01-builder06, !arm01-builder07, !arm01-builder08, !arm01-builder09, !arm01-builder10, !arm01-builder11, !arm01-builder12, !arm01-builder13, !arm01-builder14, !arm01-builder15, !arm01-builder16, !arm01-builder17, !arm01-builder18, !arm01-builder19, !arm01-builder20, !arm01-builder21, !arm01-builder22, !arm01-builder23, !arm02-builder00, !arm02-builder01, !arm02-builder02, !arm02-builder03, !arm02-builder04, !arm02-builder05, !arm02-builder06, !arm02-builder07, !arm02-builder08, !arm02-builder09, !arm02-builder10, !arm02-builder11, !arm02-builder12, !arm02-builder13, !arm02-builder14, !arm02-builder15, !arm02-builder16, !arm02-builder17, !arm02-builder18, !arm02-builder19, !arm02-builder20, !arm02-builder21, !arm02-builder22, !arm02-builder23, !arm04-builder00, !arm04-builder01, !arm04-builder02, !arm04-builder03, !arm04-builder04, !arm04-builder05, !arm04-builder06, !arm04-builder07, !arm04-builder08, !arm04-builder09, !arm04-builder10, !arm04-builder11, !arm04-builder12, !arm04-builder13, !arm04-builder14, !arm04-builder15, !arm04-builder16, !arm04-builder17, !arm04-builder18, !arm04-builder19, !arm04-builder20, !arm04-builder21, !arm04-builder22, !arm04-builder23, !buildvm-01, !buildvm-02, !buildvm-03, !buildvm-04, !buildvm-05, !buildvm-06, !buildvm-07, !buildvm-08, !buildvm-09, !buildvm-10, !buildvm-11, !buildvm-12, !buildvm-13, !buildvm-14, !buildvm-15, !buildvm-16, !buildvm-17, !buildvm-18, !buildvm-19, !buildvm-20, !buildvm-21, !buildvm-22, !buildvm-23, !buildvm-24, !buildvm-25, !buildvm-26, !buildvm-27, !buildvmhost-10, !buildvmhost-11, !buildvmhost-12, !cloud-gw, !fed-cloud09.mgmt.fedoraproject.org, !fed-cloud10.mgmt.fedoraproject.org, !fed-cloud11.mgmt.fedoraproject.org, !fed-cloud12.mgmt.fedoraproject.org, !fed-cloud13.mgmt.fedoraproject.org, !fed-cloud14.mgmt.fedoraproject.org, !fed-cloud15.mgmt.fedoraproject.org
} }

View file

@ -5,5 +5,5 @@
define hostgroup { define hostgroup {
hostgroup_name vpnclients hostgroup_name vpnclients
alias vpnclients alias vpnclients
members tummy01,unbound-tummy01,smtp-mm-tummy01,proxy03,unbound-osuosl01,bodhost01,proxy07,coloamer01,proxy08,download-ib02,noc02,unbound-ib01,ibiblio02,ns02,proxy04,smtp-mm-ib01,torrent01,ibiblio03,ibiblio04,people01,internetx01,hosted-lists01,ns05,proxy02,osuosl01,proxy06,osuosl02,osuosl03,hosted03,ibiblio02,serverbeach08,serverbeach09,ns-sb01,serverbeach10,collab03,proxy09,smtp-mm-coloamer01,host1plus01,dedicatedsolutions01,proxy05,proxy11 members tummy01,unbound-tummy01,smtp-mm-tummy01,proxy03,unbound-osuosl01,bodhost01,proxy07,coloamer01,proxy08,download-ib02,noc02,unbound-ib01,ibiblio02,ns02,proxy04,smtp-mm-ib01,torrent01,ibiblio03,ibiblio04,people01,internetx01,hosted-lists01,ns05,proxy02,osuosl01,proxy06,osuosl02,osuosl03,hosted03,ibiblio02,serverbeach08,serverbeach09,ns-sb01,serverbeach10,collab03,smtp-mm-coloamer01,host1plus01,dedicatedsolutions01,proxy05,proxy11
} }

View file

@ -5,5 +5,5 @@
define hostgroup { define hostgroup {
hostgroup_name webservers hostgroup_name webservers
alias webservers alias webservers
members proxy01, proxy02, proxy03, proxy04, proxy05, proxy06, proxy07, proxy08, proxy09, proxy10, proxy11, fas01, fas02, fas03, status-fedora2, ipsilon01, ipsilon02, proxy09 members proxy01, proxy02, proxy03, proxy04, proxy05, proxy06, proxy07, proxy08, proxy10, proxy11, fas01, fas02, fas03, status-fedora2, ipsilon01, ipsilon02,
} }

View file

@ -1,7 +1,7 @@
define host { # define host {
host_name proxy09-fpo # host_name proxy09-fpo
alias proxy09-fpo.fedoraproject.org # alias proxy09-fpo.fedoraproject.org
use defaulttemplate # use defaulttemplate
address 66.135.62.187 # address 66.135.62.187
parents proxy09 # parents proxy09
} # }

View file

@ -1,7 +1,7 @@
define host { # define host {
host_name proxy09-wildcard # host_name proxy09-wildcard
alias proxy09-wildcard.fedoraproject.org # alias proxy09-wildcard.fedoraproject.org
use defaulttemplate # use defaulttemplate
address 66.135.62.187 # address 66.135.62.187
parents proxy09 # parents proxy09
} # }

View file

@ -1,7 +1,7 @@
define host { # define host {
host_name proxy09 # host_name proxy09
alias proxy09.fedoraproject.org # alias proxy09.fedoraproject.org
use defaulttemplate # use defaulttemplate
address proxy09.fedoraproject.org # address proxy09.fedoraproject.org
parents serverbeach07 # parents serverbeach07
} # }

View file

@ -1,7 +1,7 @@
define servicegroup { define servicegroup {
servicegroup_name bodhi servicegroup_name bodhi
alias Bodhi alias Bodhi
members proxy01-wildcard,bodhi,proxy02-wildcard,bodhi,proxy03-fpo,bodhi,proxy04-fpo,bodhi,proxy06-fpo,bodhi,proxy07-wildcard,bodhi,proxy08-wildcard,bodhi,proxy09-wildcard,bodhi,proxy05-fpo,bodhi,proxy10-fpo,bodhi,proxy11-fpo,bodhi,bodhi03,bodhi-internal,bodhi04,bodhi-internal members proxy01-wildcard,bodhi,proxy02-wildcard,bodhi,proxy03-fpo,bodhi,proxy04-fpo,bodhi,proxy06-fpo,bodhi,proxy07-wildcard,bodhi,proxy08-wildcard,bodhi,proxy05-fpo,bodhi,proxy10-fpo,bodhi,proxy11-fpo,bodhi,bodhi03,bodhi-internal,bodhi04,bodhi-internal
} }

View file

@ -1,5 +1,5 @@
define servicegroup { define servicegroup {
servicegroup_name fas servicegroup_name fas
alias Fedora Account System alias Fedora Account System
members proxy01-wildcard,accounts,proxy02-wildcard,accounts,proxy03-fpo,accounts,proxy04-fpo,accounts,proxy08-wildcard,accounts,fas01,accounts,fas02,accounts,fas03,accounts,db-fas01,Check FAS DB,proxy09-wildcard,accounts,proxy05-fpo,accounts,proxy10-fpo,accounts,proxy11-fpo,accounts,proxy06-fpo,accounts members proxy01-wildcard,accounts,proxy02-wildcard,accounts,proxy03-fpo,accounts,proxy04-fpo,accounts,proxy08-wildcard,accounts,fas01,accounts,fas02,accounts,fas03,accounts,db-fas01,Check FAS DB,proxy05-fpo,accounts,proxy10-fpo,accounts,proxy11-fpo,accounts,proxy06-fpo,accounts
} }

View file

@ -1,6 +1,6 @@
define servicegroup { define servicegroup {
servicegroup_name fp-wiki servicegroup_name fp-wiki
alias Fedora Project Wiki alias Fedora Project Wiki
members proxy01-fpo,fedoraproject.org - wiki - non-cached,proxy02-fpo,fedoraproject.org - wiki - non-cached,proxy03-fpo,fedoraproject.org - wiki - non-cached,proxy04-fpo,fedoraproject.org - wiki - non-cached,proxy06-fpo,fedoraproject.org - wiki - non-cached,proxy07-fpo,fedoraproject.org - wiki - non-cached,proxy08-fpo,fedoraproject.org - wiki - non-cached,proxy01-fpo,fedoraproject.org - wiki,proxy02-fpo,fedoraproject.org - wiki,proxy03-fpo,fedoraproject.org - wiki,proxy04-fpo,fedoraproject.org - wiki,proxy06-fpo,fedoraproject.org - wiki,proxy07-fpo,fedoraproject.org - wiki,proxy08-fpo,fedoraproject.org - wiki,proxy09-fpo,fedoraproject.org - wiki,proxy05-fpo,fedoraproject.org - wiki,proxy10-fpo,fedoraproject.org - wiki,proxy11-fpo,fedoraproject.org - wiki members proxy01-fpo,fedoraproject.org - wiki - non-cached,proxy02-fpo,fedoraproject.org - wiki - non-cached,proxy03-fpo,fedoraproject.org - wiki - non-cached,proxy04-fpo,fedoraproject.org - wiki - non-cached,proxy06-fpo,fedoraproject.org - wiki - non-cached,proxy07-fpo,fedoraproject.org - wiki - non-cached,proxy08-fpo,fedoraproject.org - wiki - non-cached,proxy01-fpo,fedoraproject.org - wiki,proxy02-fpo,fedoraproject.org - wiki,proxy03-fpo,fedoraproject.org - wiki,proxy04-fpo,fedoraproject.org - wiki,proxy06-fpo,fedoraproject.org - wiki,proxy07-fpo,fedoraproject.org - wiki,proxy08-fpo,fedoraproject.org - wiki,proxy05-fpo,fedoraproject.org - wiki,proxy10-fpo,fedoraproject.org - wiki,proxy11-fpo,fedoraproject.org - wiki
} }

View file

@ -1,6 +1,6 @@
define servicegroup { define servicegroup {
servicegroup_name mirrorlist servicegroup_name mirrorlist
alias Mirrorlist alias Mirrorlist
members proxy01-wildcard,mirrors.fedoraproject.org - mirrorlist,proxy02-wildcard,mirrors.fedoraproject.org - mirrorlist,proxy03-fpo,mirrors.fedoraproject.org - mirrorlist,proxy04-fpo,mirrors.fedoraproject.org - mirrorlist,proxy06-fpo,mirrors.fedoraproject.org - mirrorlist,proxy07-wildcard,mirrors.fedoraproject.org - mirrorlist,proxy08-wildcard,mirrors.fedoraproject.org - mirrorlist,proxy09-wildcard,mirrors.fedoraproject.org - mirrorlist,proxy05-fpo,mirrors.fedoraproject.org - mirrorlist,proxy10-fpo,mirrors.fedoraproject.org - mirrorlist,proxy11-fpo,mirrors.fedoraproject.org - mirrorlist members proxy01-wildcard,mirrors.fedoraproject.org - mirrorlist,proxy02-wildcard,mirrors.fedoraproject.org - mirrorlist,proxy03-fpo,mirrors.fedoraproject.org - mirrorlist,proxy04-fpo,mirrors.fedoraproject.org - mirrorlist,proxy06-fpo,mirrors.fedoraproject.org - mirrorlist,proxy07-wildcard,mirrors.fedoraproject.org - mirrorlist,proxy08-wildcard,mirrors.fedoraproject.org - mirrorlist,proxy05-fpo,mirrors.fedoraproject.org - mirrorlist,proxy10-fpo,mirrors.fedoraproject.org - mirrorlist,proxy11-fpo,mirrors.fedoraproject.org - mirrorlist
} }

View file

@ -1,6 +1,6 @@
define servicegroup { define servicegroup {
servicegroup_name pkgdb servicegroup_name pkgdb
alias Package Database alias Package Database
members proxy01-wildcard,pkgdb-external,proxy02-wildcard,pkgdb-external,proxy03-fpo,pkgdb-external,proxy04-fpo,pkgdb-external,proxy08-wildcard,pkgdb-external,pkgdb01,pkgdb-internal,pkgdb02,pkgdb-internal,pkgdb01.stg,pkgdb-internal,db01,Check PackageDB DB,proxy09-wildcard,pkgdb-external members proxy01-wildcard,pkgdb-external,proxy02-wildcard,pkgdb-external,proxy03-fpo,pkgdb-external,proxy04-fpo,pkgdb-external,proxy08-wildcard,pkgdb-external,pkgdb01,pkgdb-internal,pkgdb02,pkgdb-internal,pkgdb01.stg,pkgdb-internal,db01,Check PackageDB DB,pkgdb-external
} }

View file

@ -32,7 +32,7 @@ define service {
} }
define service { define service {
host_name proxy01,proxy02,proxy03,proxy04,proxy06,proxy07,proxy08,proxy09,proxy05,proxy10,proxy11 host_name proxy01,proxy02,proxy03,proxy04,proxy05,proxy06,proxy07,proxy08,proxy10,proxy11
service_description Check for existence fedmsg-gateway proc service_description Check for existence fedmsg-gateway proc
check_command check_by_nrpe!check_fedmsg_gateway_proc check_command check_by_nrpe!check_fedmsg_gateway_proc
use defaulttemplate use defaulttemplate
@ -311,7 +311,7 @@ define service {
} }
define service { define service {
host_name proxy01,proxy02,proxy03,proxy04,proxy06,proxy07,proxy08,proxy09,proxy05,proxy10,proxy11 host_name proxy01,proxy02,proxy03,proxy04,proxy06,proxy07,proxy08,proxy05,proxy10,proxy11
service_description Check fedmsg consumers and producers gateway service_description Check fedmsg consumers and producers gateway
check_command check_by_nrpe!check_fedmsg_cp_busgateway_gateway check_command check_by_nrpe!check_fedmsg_cp_busgateway_gateway
use defaulttemplate use defaulttemplate
@ -417,7 +417,7 @@ define service {
} }
define service { define service {
host_name proxy01,proxy02,proxy03,proxy04,proxy06,proxy07,proxy08,proxy09,proxy05,proxy10,proxy11 host_name proxy01,proxy02,proxy03,proxy04,proxy06,proxy07,proxy08,proxy05,proxy10,proxy11
service_description Check fedmsg-gateway consumers exceptions service_description Check fedmsg-gateway consumers exceptions
check_command check_by_nrpe!check_fedmsg_cexceptions_busgateway_gateway check_command check_by_nrpe!check_fedmsg_cexceptions_busgateway_gateway
use defaulttemplate use defaulttemplate
@ -524,7 +524,7 @@ define service {
} }
define service { define service {
host_name proxy01,proxy02,proxy03,proxy04,proxy06,proxy07,proxy08,proxy09,proxy05,proxy10,proxy11 host_name proxy01,proxy02,proxy03,proxy04,proxy06,proxy07,proxy08,proxy05,proxy10,proxy11
service_description Check fedmsg-gateway consumers backlog service_description Check fedmsg-gateway consumers backlog
check_command check_by_nrpe!check_fedmsg_cbacklog_busgateway_gateway check_command check_by_nrpe!check_fedmsg_cbacklog_busgateway_gateway
use defaulttemplate use defaulttemplate

View file

@ -1,19 +1,19 @@
define service { define service {
host_name proxy01-wildcard, proxy02-wildcard, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-wildcard, proxy08-wildcard, proxy09-wildcard, proxy05-fpo, proxy10-fpo, proxy11-fpo host_name proxy01-wildcard, proxy02-wildcard, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-wildcard, proxy08-wildcard, proxy05-fpo, proxy10-fpo, proxy11-fpo
service_description admin.fedoraproject.org SSL Cert service_description admin.fedoraproject.org SSL Cert
check_command check_ssl_cert!admin.fedoraproject.org!60 check_command check_ssl_cert!admin.fedoraproject.org!60
use defaulttemplate use defaulttemplate
} }
define service { define service {
host_name proxy01-fpo, proxy02-fpo, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-fpo, proxy08-fpo, proxy09-fpo, proxy05-fpo, proxy10-fpo, proxy11-fpo host_name proxy01-fpo, proxy02-fpo, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-fpo, proxy08-fpo, proxy05-fpo, proxy10-fpo, proxy11-fpo
service_description fedoraproject.org SSL Cert service_description fedoraproject.org SSL Cert
check_command check_ssl_cert!fedoraproject.org!60 check_command check_ssl_cert!fedoraproject.org!60
use defaulttemplate use defaulttemplate
} }
define service { define service {
host_name proxy01-wildcard, proxy02-wildcard, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-wildcard, proxy08-wildcard, proxy09-wildcard, proxy05-fpo, proxy10-fpo, proxy11-fpo host_name proxy01-wildcard, proxy02-wildcard, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-wildcard, proxy08-wildcard, proxy05-fpo, proxy10-fpo, proxy11-fpo
service_description translate.fedoraproject.org SSL Cert service_description translate.fedoraproject.org SSL Cert
check_command check_ssl_cert!translate.fedoraproject.org!60 check_command check_ssl_cert!translate.fedoraproject.org!60
use defaulttemplate use defaulttemplate

View file

@ -1,12 +1,12 @@
define service { define service {
host_name proxy01-fpo, proxy02-fpo, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-fpo, proxy08-fpo, proxy09-fpo, proxy05-fpo, proxy10-fpo, proxy11-fpo host_name proxy01-fpo, proxy02-fpo, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-fpo, proxy08-fpo, proxy05-fpo, proxy10-fpo, proxy11-fpo
service_description fedoraproject.org service_description fedoraproject.org
check_command check_website!fedoraproject.org!/!getfedora.org check_command check_website!fedoraproject.org!/!getfedora.org
use websitetemplate use websitetemplate
} }
define service { define service {
host_name proxy01-fpo, proxy02-fpo, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-fpo, proxy08-fpo, proxy09-fpo, proxy05-fpo, proxy10-fpo, proxy11-fpo host_name proxy01-fpo, proxy02-fpo, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-fpo, proxy08-fpo, proxy05-fpo, proxy10-fpo, proxy11-fpo
service_description fedoraproject.org - wiki service_description fedoraproject.org - wiki
check_command check_website!fedoraproject.org!/wiki/Fedora_Project_Wiki!Fedora Marketing check_command check_website!fedoraproject.org!/wiki/Fedora_Project_Wiki!Fedora Marketing
max_check_attempts 10 max_check_attempts 10
@ -14,7 +14,7 @@ define service {
} }
define service { define service {
host_name proxy01-fpo, proxy02-fpo, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-fpo, proxy08-fpo, proxy09-fpo, proxy05-fpo, proxy10-fpo, proxy11-fpo host_name proxy01-fpo, proxy02-fpo, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-fpo, proxy08-fpo, proxy05-fpo, proxy10-fpo, proxy11-fpo
service_description fedoraproject.org - wiki - non-cached service_description fedoraproject.org - wiki - non-cached
check_command check_website!fedoraproject.org!/wiki/Special:Version!MediaWiki is free software check_command check_website!fedoraproject.org!/wiki/Special:Version!MediaWiki is free software
max_check_attempts 10 max_check_attempts 10
@ -22,14 +22,14 @@ define service {
} }
define service { define service {
host_name proxy01-wildcard, proxy02-wildcard, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-wildcard, proxy08-wildcard, proxy09-wildcard, proxy05-fpo, proxy10-fpo, proxy11-fpo host_name proxy01-wildcard, proxy02-wildcard, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-wildcard, proxy08-wildcard, proxy05-fpo, proxy10-fpo, proxy11-fpo
service_description mirrors.fedoraproject.org - mirrorlist service_description mirrors.fedoraproject.org - mirrorlist
check_command check_website!mirrors.fedoraproject.org!/mirrorlist?repo=rawhide&arch=x86_64&country=global!development check_command check_website!mirrors.fedoraproject.org!/mirrorlist?repo=rawhide&arch=x86_64&country=global!development
use websitetemplate use websitetemplate
} }
define service { define service {
host_name proxy01-wildcard, proxy02-wildcard, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-wildcard, proxy08-wildcard, proxy09-wildcard, proxy05-fpo, proxy10-fpo, proxy11-fpo host_name proxy01-wildcard, proxy02-wildcard, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-wildcard, proxy08-wildcard, proxy05-fpo, proxy10-fpo, proxy11-fpo
service_description pkgdb-external service_description pkgdb-external
check_command check_website_ssl!admin.fedoraproject.org!/pkgdb/collections/!EPEL check_command check_website_ssl!admin.fedoraproject.org!/pkgdb/collections/!EPEL
use websitetemplate use websitetemplate
@ -51,14 +51,14 @@ define service {
} }
define service { define service {
host_name proxy01-wildcard, proxy02-wildcard, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-wildcard, proxy08-wildcard, proxy09-wildcard, proxy05-fpo, proxy10-fpo, proxy11-fpo host_name proxy01-wildcard, proxy02-wildcard, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-wildcard, proxy08-wildcard, proxy05-fpo, proxy10-fpo, proxy11-fpo
service_description start.fedoraproject.org service_description start.fedoraproject.org
check_command check_website_ssl!start.fedoraproject.org!/!The Fedora Project is maintained check_command check_website_ssl!start.fedoraproject.org!/!The Fedora Project is maintained
use websitetemplate use websitetemplate
} }
define service { define service {
host_name proxy01-wildcard, proxy02-wildcard, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-wildcard, proxy08-wildcard, proxy09-wildcard, proxy05-fpo, proxy10-fpo, proxy11-fpo host_name proxy01-wildcard, proxy02-wildcard, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-wildcard, proxy08-wildcard, proxy05-fpo, proxy10-fpo, proxy11-fpo
service_description accounts service_description accounts
check_command check_website_ssl!admin.fedoraproject.org!/accounts/help/get_help/user_telephone!emergency check_command check_website_ssl!admin.fedoraproject.org!/accounts/help/get_help/user_telephone!emergency
use websitetemplate use websitetemplate
@ -72,7 +72,7 @@ define service {
} }
define service { define service {
host_name proxy01-wildcard, proxy02-wildcard, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-wildcard, proxy08-wildcard, proxy09-wildcard, proxy05-fpo, proxy10-fpo, proxy11-fpo host_name proxy01-wildcard, proxy02-wildcard, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-wildcard, proxy08-wildcard, proxy05-fpo, proxy10-fpo, proxy11-fpo
service_description bodhi service_description bodhi
check_command check_website_ssl!bodhi.fedoraproject.org!/updates/!Fedora check_command check_website_ssl!bodhi.fedoraproject.org!/updates/!Fedora
max_check_attempts 8 max_check_attempts 8
@ -88,7 +88,7 @@ define service {
} }
define service { define service {
host_name proxy01-wildcard, proxy02-wildcard, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-wildcard, proxy08-wildcard, proxy09-wildcard, proxy05-fpo, proxy10-fpo, proxy11-fpo host_name proxy01-wildcard, proxy02-wildcard, proxy03-fpo, proxy04-fpo, proxy06-fpo, proxy07-wildcard, proxy08-wildcard, proxy05-fpo, proxy10-fpo, proxy11-fpo
service_description bodhi2 service_description bodhi2
check_command check_website_ssl!bodhi.fedoraproject.org!/!top testers check_command check_website_ssl!bodhi.fedoraproject.org!/!top testers
max_check_attempts 8 max_check_attempts 8