1
0
Fork 0
forked from infra/ansible
infra-ansible/inventory/host_vars/noc02.fedoraproject.org
Greg Sutcliffe 40cc20185a
Zabbix: fix more hosts/groups for apache-status
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2026-01-26 14:18:01 +00:00

2.1 KiB

— csi_relationship: | noc02 is the external monitoring nagios instance.

  • This host relies on:
  • the virthost it's hosted on (ibiblio04.fedoraproject.org)
  • FAS to authenticate users
  • VPN connectivity
  • Things that rely on this host:
  • Infrastructure team to be awair of the infra status. operations control process will be affected
  • if this host is down, it will be difficult to know the status of infra and provide reactive/proactive support

datacenter: ibiblio dns1: 152.2.21.1 dns2: 152.2.253.100 dns_search1: vpn.fedoraproject.org dns_search2: fedoraproject.org eth0_ipv4_ip: 152.2.23.108 eth0_ipv4_gw: 152.2.23.97 eth0_ipv4_nm: 27 eth0_ipv6_ip: "2606:f640:6000:651::12" eth0_ipv6_gw: "2606:f640:6000:651::1" eth0_ipv6_nm: 64 has_ipv6: yes ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/ ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel nagios_location: 'external' nagios_srcdir: 'nagios' main_bridge: br0 network_connections:

  • autoconnect: yes ip: address:

    • "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}"
    • "{{ eth0_ipv6_ip }}/{{ eth0_ipv6_nm }}"

    dhcp4: no dns:

    • "{{ dns1 }}"
    • "{{ dns2 }}"
    • 2001:4860:4860::8888

    dns_search:

    • "{{ dns_search1 }}"
    • "{{ dns_search2 }}"

    gateway4: "{{ eth0_ipv4_gw }}" gateway6: "{{ eth0_ipv6_gw }}" mac: "{{ ansible_default_ipv4.macaddress }}" name: eth0 type: ethernet

postfix_group: vpn postfix_maincf: "postfix/main.cf/main.cf.noc02.fedoraproject.org" postfix_mastercf: "postfix/master.cf/master.cf.noc02.fedoraproject.org" postfix_transport_filename: transports.noc02.fedoraproject.org vmhost: ibiblio02.fedoraproject.org volgroup: /dev/vg_guests vpn: true zabbix_host: zabbix01.vpn.fedoraproject.org zabbix_macros: 'VFS.DEV.WRITE.AWAIT.WARN': 80 'APACHE.STATUS.PORT': 443 # Proxies appear to ignore port 80 for apache-status 'APACHE.STATUS.SCHEME': https # but https://localhost seems to work instead notes: "This is an external nagios server located outside of PHX. It monitors our user websites/applications (fedoraproject.org, FAS, PackageDB, Bodhi/Updates)."