nagios_server: missed a phx2-gw in mgmt hosts.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-06-30 16:09:39 -07:00
parent 9d9d7f6c5c
commit e7edf9ef55

View file

@ -4,7 +4,7 @@ define host {
alias {{ host }}
use mincheck
address {{ host }}
parents phx2-gw
parents iad2-gw
}
{% endfor %}
@ -17,7 +17,7 @@ define host {
alias {{ host }}
use mincheck
address {{ host }}
parents phx2-gw
parents iad2-gw
}
{% endfor %}