diff --git a/roles/nagios_server/templates/nagios/hosts/other.cfg.j2 b/roles/nagios_server/templates/nagios/hosts/other.cfg.j2 index 0f941c0fdd..4c301b7a52 100644 --- a/roles/nagios_server/templates/nagios/hosts/other.cfg.j2 +++ b/roles/nagios_server/templates/nagios/hosts/other.cfg.j2 @@ -9,3 +9,15 @@ define host { parents ibiblio-gw {% endif %} } + +define host { + host_name cdn.registry.fedoraproject.org + alias cdn.registry.fedoraproject.org + use mincheck + address cdn.registry.fedoraproject.org +{% if vars['nagios_location'] == 'internal' %} + parents phx2-gw +{% else %} + parents ibiblio-gw +{% endif %} +}