just add lists here for now
This commit is contained in:
parent
9ae252e844
commit
ecce84f98c
1 changed files with 12 additions and 0 deletions
|
@ -21,3 +21,15 @@ define host {
|
|||
parents ibiblio-gw
|
||||
{% endif %}
|
||||
}
|
||||
|
||||
define host {
|
||||
host_name lists
|
||||
alias lists.fedoraproject.org
|
||||
use mincheck
|
||||
address lists.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