try to get past the fact that our firewall rules make staging nagios hard
This commit is contained in:
parent
94e4db964a
commit
9213be3ff9
1 changed files with 1 additions and 4 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue