Stats, use variables
This commit is contained in:
parent
99c13fc1d8
commit
6ffb97c363
1 changed files with 2 additions and 3 deletions
|
@ -20,9 +20,8 @@ BTS3=<%= @bts3_ip_address %>
|
|||
|
||||
LATENCY_HOST=<%= @latency_check_address %>
|
||||
LATENCY_TINC=<%= @latency_check_vpn %>
|
||||
STAT_DISK=sda1
|
||||
STAT_IF=enp0s3
|
||||
|
||||
STAT_DISK=<%= @stats_disk %>
|
||||
STAT_IF=<%= @stats_if %>
|
||||
|
||||
RECIPIENTS="<%= @mail_admins -%>"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue