nagios_server: actually define the address for iad2_gw

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-06-30 16:25:11 -07:00
parent 9770bae604
commit 93b8e0c893

View file

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