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:
parent
bed537ce09
commit
cae6400729
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue