From 853975da7d7faead74ef698c39a6185611932fa3 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Sat, 20 Jun 2020 18:31:29 -0500 Subject: [PATCH] nagios: nix phx2 mgmt Signed-off-by: Rick Elrod --- .../templates/nagios/hostgroups/all.cfg.j2 | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/roles/nagios_server/templates/nagios/hostgroups/all.cfg.j2 b/roles/nagios_server/templates/nagios/hostgroups/all.cfg.j2 index e5bf180ff3..2426eda7ed 100644 --- a/roles/nagios_server/templates/nagios/hostgroups/all.cfg.j2 +++ b/roles/nagios_server/templates/nagios/hostgroups/all.cfg.j2 @@ -44,9 +44,11 @@ define hostgroup{ ## ## Management hardware -define hostgroup { - hostgroup_name phx2_mgmt_systems - alias phx2_mgmt_systems - members {% for host in vars['phx2_management_hosts']|sort %}{{host}}{% if not loop.last %},{% endif %} {% endfor %} +#define hostgroup { +# hostgroup_name phx2_mgmt_systems +# alias phx2_mgmt_systems +# members {% for host in vars['phx2_management_hosts']|sort %}{{host}}{% if not loop.last %},{% endif %} {% endfor %} +# +#} -} +# TODO: Add iad2 mgmt here