diff --git a/roles/nagios_server/templates/nagios/hostgroups/all.cfg.j2 b/roles/nagios_server/templates/nagios/hostgroups/all.cfg.j2 index 8495d3c5c0..9ba0e86d5e 100644 --- a/roles/nagios_server/templates/nagios/hostgroups/all.cfg.j2 +++ b/roles/nagios_server/templates/nagios/hostgroups/all.cfg.j2 @@ -3,7 +3,7 @@ ############### ## {{ env }} {% for key, value in groups.iteritems()|sort %} -{% if groups[key] != [] and key not in ['newcloud-compute', 'newcloud-control', 'newcloud-undercloud', 'newcloud', 'nixnagios', 'rhel8beta'] %} +{% if groups[key] != [] and key not in ['repospanner-temp', 'newcloud-compute', 'newcloud-control', 'newcloud-undercloud', 'newcloud', 'nixnagios', 'rhel8beta'] %} define hostgroup{ hostgroup_name {{ key }} alias {{ key }}