diff --git a/roles/nagios_server/templates/nagios/hosts/other.cfg.j2 b/roles/nagios_server/templates/nagios/hosts/other.cfg.j2 index 351c40a120..14a7c4f04b 100644 --- a/roles/nagios_server/templates/nagios/hosts/other.cfg.j2 +++ b/roles/nagios_server/templates/nagios/hosts/other.cfg.j2 @@ -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 %} +}