try to get past the fact that our firewall rules make staging nagios hard

This commit is contained in:
Stephen Smoogen 2017-02-20 19:12:06 +00:00
parent 94e4db964a
commit 9213be3ff9

View file

@ -17,11 +17,8 @@ define host {
{% else %}
address {{ host }}
{% endif %}
{% if hostvars[host]['vmhost'] is defined %}
parents {{ hostvars[host]['vmhost'] }}
{% elif hostvars[host].datacenter is defined %}
## Some staging parents do not allow ssh from staging. Just default to gw
parents phx2-gw
{% endif %}
}
{% endif %}
{% endfor %}