diff --git a/roles/nagios_server/templates/nagios/hosts/gateway-hosts.cfg.j2 b/roles/nagios_server/templates/nagios/hosts/gateway-hosts.cfg.j2 index d38a2aec39..c6adf6c054 100644 --- a/roles/nagios_server/templates/nagios/hosts/gateway-hosts.cfg.j2 +++ b/roles/nagios_server/templates/nagios/hosts/gateway-hosts.cfg.j2 @@ -24,7 +24,7 @@ define host { {% if vars['nagios_location'] == 'iad2_internal' %} address 10.3.163.254 {% elif vars['nagios_location'] == 'external' %} - address 209.132.185.254 + address 209.132.185.206 parents ibiblio-gw {% endif %}