From 8ffd2aef29b60814efa5d4a9e195f2c2e02bce26 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 30 May 2025 16:45:19 -0700 Subject: [PATCH] nagios: update gateways for iad2/rdu3, they need to be one hop up from the actual external ip Signed-off-by: Kevin Fenzi --- .../nagios_server/templates/nagios/hosts/gateway-hosts.cfg.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 a73ddf2dcc..22113ee72e 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 38.145.60.3 + address 209.132.185.206 parents ibiblio-gw {% endif %} @@ -41,7 +41,7 @@ define host { {% if vars['nagios_location'] == 'rdu3_internal' %} address 10.16.163.254 {% elif vars['nagios_location'] == 'external' %} - address 38.145.32.3 + address 209.132.181.204 parents ibiblio-gw {% endif %} }