From 3edae8484b5eb68979ecc927bb13054dddf1145d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 20 Jun 2025 19:51:07 -0700 Subject: [PATCH] nagios: iad2 noc01 can treat the rdu3 internal gw as rdu3-gw Signed-off-by: Kevin Fenzi --- roles/nagios_server/templates/nagios/hosts/gateway-hosts.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 22113ee72e..e644d71bcb 100644 --- a/roles/nagios_server/templates/nagios/hosts/gateway-hosts.cfg.j2 +++ b/roles/nagios_server/templates/nagios/hosts/gateway-hosts.cfg.j2 @@ -38,7 +38,7 @@ define host { alias rdu3 gateway use mincheck check_command check-host-alive4 -{% if vars['nagios_location'] == 'rdu3_internal' %} +{% if vars['nagios_location'] == 'rdu3_internal' or vars['nagios_location'] == 'iad2_internal' %} address 10.16.163.254 {% elif vars['nagios_location'] == 'external' %} address 209.132.181.204