Add support for configurable stats devices
This commit is contained in:
parent
5494bfd06b
commit
c27d0ff671
2 changed files with 7 additions and 0 deletions
|
@ -67,6 +67,9 @@ class rhizo_base {
|
||||||
$sip_central_ip_address = hiera('rhizo::sip_central_ip_address')
|
$sip_central_ip_address = hiera('rhizo::sip_central_ip_address')
|
||||||
$latency_check_address = hiera('rhizo::latency_check_address','1.1.1.1')
|
$latency_check_address = hiera('rhizo::latency_check_address','1.1.1.1')
|
||||||
|
|
||||||
|
$stats_disk = hiera('rhizo::stats_disk','')
|
||||||
|
$stats_if = hiera('rhizo::stats_if','eth0')
|
||||||
|
|
||||||
# SITE settings
|
# SITE settings
|
||||||
# rate type can be "call" or "min"
|
# rate type can be "call" or "min"
|
||||||
$limit_local_calls = hiera('rhizo::limit_local_calls')
|
$limit_local_calls = hiera('rhizo::limit_local_calls')
|
||||||
|
|
|
@ -18,6 +18,10 @@ BTS2=<%= @bts2_ip_address %>
|
||||||
BTS3=<%= @bts3_ip_address %>
|
BTS3=<%= @bts3_ip_address %>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
|
||||||
|
LATENCY_HOST=<%= @latency_check_address %>
|
||||||
|
STAT_DISK=<%= @stats_disk %>
|
||||||
|
STAT_IF=<%= @stats_if %>
|
||||||
|
|
||||||
RECIPIENTS="<%= @mail_admins -%>"
|
RECIPIENTS="<%= @mail_admins -%>"
|
||||||
|
|
||||||
function bname {
|
function bname {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue