mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 13:32:30 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user