From cceadfd6e63433ef8a141955c70eb4fb70cdf967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Kolbu?= Date: Tue, 18 Sep 2018 14:40:39 +0200 Subject: [PATCH 1/2] Match latest variable names in rtpengine.init. --- el/rtpengine.sysconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/el/rtpengine.sysconfig b/el/rtpengine.sysconfig index 1e1beba68..c1b1b32f1 100644 --- a/el/rtpengine.sysconfig +++ b/el/rtpengine.sysconfig @@ -36,7 +36,7 @@ CONFIG_FILE=/etc/rtpengine/rtpengine.conf # main config file #SET_USER=ngcp-rtpengine # Run rtpengine as this specific user #SET_GROUP=ngcp-rtpengine # allow this group to control rtpengine in kernel mode -#HOMER_SERVER=127.0.0.1:9060 # Address of Homer server for RTCP stats +#HOMER=127.0.0.1:9060 # Address of Homer server for RTCP stats #HOMER_PROTO=udp # Transport protocol for Homer (default udp) -#HOMER_CAPTURE_ID=1234 # 'Capture ID' to use within the HEP protocol +#HOMER_ID=1234 # 'Capture ID' to use within the HEP protocol From a69bf0578e39b9f971e58d6f3f343f66c6bc0b5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Kolbu?= Date: Tue, 18 Sep 2018 14:44:48 +0200 Subject: [PATCH 2/2] Add Graphite options to el sysconfig. --- el/rtpengine.sysconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/el/rtpengine.sysconfig b/el/rtpengine.sysconfig index c1b1b32f1..89fc95a5f 100644 --- a/el/rtpengine.sysconfig +++ b/el/rtpengine.sysconfig @@ -40,3 +40,6 @@ CONFIG_FILE=/etc/rtpengine/rtpengine.conf # main config file #HOMER_PROTO=udp # Transport protocol for Homer (default udp) #HOMER_ID=1234 # 'Capture ID' to use within the HEP protocol +#GRAPHITE=127.0.0.1:2003 # TCP address of graphite statistics server +#GRAPHITE_INTERVAL=60 # Graphite data statistics send interval +#GRAPHITE_PREFIX=STRING # Graphite prefix for every line