brute force for now

This commit is contained in:
Kevin Fenzi 2018-05-17 22:09:20 +00:00
parent 83454d7260
commit ba587e6aa9
2 changed files with 1 additions and 6 deletions

View file

@ -1075,11 +1075,6 @@ fed-cloud15.cloud.fedoraproject.org
#fed-cloud-ppc01.cloud.fedoraproject.org
fed-cloud-ppc02.cloud.fedoraproject.org
# Group for hosts we don't want to monitor with nagios.
[nomonitor:children]
newcloud-control
newcloud-compute
[newcloud:children]
newcloud-control
newcloud-compute

View file

@ -3,7 +3,7 @@
###############
## {{ env }}
{% for key, value in groups.iteritems() %}
{% if groups[key] != [] and groups[key] != 'nomonitor' %}
{% if groups[key] != [] and groups[key] != 'newcloud-compute' and groups[key] != 'newcloud-control' and groups[key] != 'newcloud' %}
define hostgroup{
hostgroup_name {{ key }}
alias {{ key }}