missing endif?
This commit is contained in:
parent
65e4e081e8
commit
2aebc73ba7
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
define hostgroup {
|
||||
hostgroup_name CheckSwap
|
||||
alias Swap-Is-Low
|
||||
members {% for host in groups['all'] %}{% if hostvars[host].nagios_Check_Services['swap'] == true %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||
members {% for host in groups['all'] %}{% if hostvars[host].nagios_Check_Services['swap'] == true %}{{host}}{% if not loop.last %},{% endif %} {% endif %} {% endfor %}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue