latency check hosts: use variables
This commit is contained in:
parent
fc4a90c718
commit
e9b8128322
2 changed files with 3 additions and 2 deletions
|
@ -18,8 +18,8 @@ BTS2=<%= @bts2_ip_address %>
|
|||
BTS3=<%= @bts3_ip_address %>
|
||||
<% end -%>
|
||||
|
||||
LATENCY_HOST=1.1.1.1
|
||||
LATENCY_TINC=10.23.0.14
|
||||
LATENCY_HOST=<%= @latency_check_address %>
|
||||
LATENCY_TINC=<%= @latency_check_vpn %>
|
||||
STAT_DISK=sda1
|
||||
STAT_IF=enp0s3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue