mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
nagios_server: actually define the address for iad2_gw
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -121,7 +121,9 @@ define host {
|
||||
alias iad2 cage gateway
|
||||
use mincheck
|
||||
check_command check-host-alive4
|
||||
{% if vars['nagios_location'] == 'external' %}
|
||||
{% if vars['nagios_location'] == 'iad2_internal' %}
|
||||
address 10.3.163.254
|
||||
{% elif vars['nagios_location'] == 'external' %}
|
||||
address 66.187.228.248
|
||||
parents ibiblio-gw
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user