nagios: need a newline here
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
edae5629bd
commit
b7a5fbcc7e
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ define hostgroup {
|
||||||
hostgroup_name vpnclients
|
hostgroup_name vpnclients
|
||||||
alias vpnclients
|
alias vpnclients
|
||||||
members {% for host in groups['all']|sort %}{% if ( hostvars[host].vpn == true ) and ( hostvars[host].nagios_Can_Connect == true ) %}{{host}},{% endif %} {% endfor %}
|
members {% for host in groups['all']|sort %}{% if ( hostvars[host].vpn == true ) and ( hostvars[host].nagios_Can_Connect == true ) %}{{host}},{% endif %} {% endfor %}
|
||||||
}
|
|
||||||
|
|
||||||
|
}
|
||||||
# TODO: Add !bastion02.iad2.fedoraproject.org above when it exists.
|
# TODO: Add !bastion02.iad2.fedoraproject.org above when it exists.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue