nagios: iad2 noc01 can treat the rdu3 internal gw as rdu3-gw

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2025-06-20 19:51:07 -07:00
parent a1b905d8e4
commit 3edae8484b

View File

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