Browse Source

Merge branch 'fix-homer-graphite-sysconfig' of https://github.com/oyvindkolbu/rtpengine

Change-Id: Ied9aa6b2ff97df1a49d00680835293ffabd9f153
changes/40/23540/4
Richard Fuchs 7 years ago
parent
commit
81cb5eddd6
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      el/rtpengine.sysconfig

+ 5
- 2
el/rtpengine.sysconfig View File

@ -36,7 +36,10 @@ 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
#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

Loading…
Cancel
Save