nagios: nuke bastion02.iad2 from here for now
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
73f8fe76ad
commit
7636206d12
1 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,6 @@
|
||||||
define hostgroup {
|
define hostgroup {
|
||||||
hostgroup_name vpnclients
|
hostgroup_name vpnclients
|
||||||
alias vpnclients
|
alias vpnclients
|
||||||
members !bastion02.iad2.fedoraproject.org, {% 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.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue