Fix external IAD2 ip address

The address noc02 was monitoring, 209.132.185.254, was a switch behind
a firewall which might not be viewable for various reasons. Red Hat
NOC let us know that 209.132.185.206 was the floating IP address which
is a better source of uptime.

Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com>
This commit is contained in:
Stephen Smoogen 2023-03-22 09:06:45 -04:00
parent bed537ce09
commit cae6400729

View file

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