add in an entry for the cdn registry

This commit is contained in:
Stephen Smoogen 2017-06-22 21:45:48 +00:00
parent 73a26bddbb
commit 5d28f51f55

View file

@ -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 %}
}