nagios: typo in config
This commit is contained in:
parent
01129c2be3
commit
7e7e28a4c5
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ define hostgroup{
|
|||
{% for host in groups[key]|sort if hostvars[host].nagios_Can_Connect == true %}
|
||||
{% if loop.first %}
|
||||
members {{ host }}{% else %}, {{ host }}{% endif %}
|
||||
{%- endfor %}
|
||||
{% endfor %}
|
||||
}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue