ansible/roles/nagios_server/templates/nagios/hostgroups/checkswap.cfg.j2
2017-09-09 20:16:09 +00:00

6 lines
276 B
Django/Jinja

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 %} {% endif %} {% endfor %}
}