diff --git a/roles/nagios_server/templates/nagios/hosts/iad2-mgmt-hosts.cfg.j2 b/roles/nagios_server/templates/nagios/hosts/iad2-mgmt-hosts.cfg.j2 index f01a04c93b..53713d6000 100644 --- a/roles/nagios_server/templates/nagios/hosts/iad2-mgmt-hosts.cfg.j2 +++ b/roles/nagios_server/templates/nagios/hosts/iad2-mgmt-hosts.cfg.j2 @@ -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 %}