nagios: update gateways for iad2/rdu3, they need to be one hop up from the actual external ip
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
1132f16d8a
commit
8ffd2aef29
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue