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')
|
||||
$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
|
||||
# rate type can be "call" or "min"
|
||||
$limit_local_calls = hiera('rhizo::limit_local_calls')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue