just add lists here for now

This commit is contained in:
Kevin Fenzi 2018-06-08 20:46:32 +00:00
parent 9ae252e844
commit ecce84f98c

View file

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