Try to fix non-monitored groups
This commit is contained in:
parent
94bdce7c68
commit
56589a7376
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
###############
|
###############
|
||||||
## {{ env }}
|
## {{ env }}
|
||||||
{% for key, value in groups.iteritems() %}
|
{% for key, value in groups.iteritems() %}
|
||||||
{% if groups[key] != [] and ( groups[key] != 'newcloud-compute' or groups[key] != 'newcloud-control' or groups[key] != 'newcloud' ) %}
|
{% if groups[key] != [] and key != 'newcloud-compute' and key != 'newcloud-control' and key != 'newcloud' %}
|
||||||
define hostgroup{
|
define hostgroup{
|
||||||
hostgroup_name {{ key }}
|
hostgroup_name {{ key }}
|
||||||
alias {{ key }}
|
alias {{ key }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue