From e7edf9ef559ac8156b7cbcb16006353c0697756e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 30 Jun 2020 16:09:39 -0700 Subject: [PATCH] nagios_server: missed a phx2-gw in mgmt hosts. Signed-off-by: Kevin Fenzi --- .../templates/nagios/hosts/iad2-mgmt-hosts.cfg.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}