add in an entry for the cdn registry
This commit is contained in:
parent
73a26bddbb
commit
5d28f51f55
1 changed files with 12 additions and 0 deletions
|
@ -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 %}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue