diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-03-07 17:19:31 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-03-07 17:27:12 +0100 |
commit | 3f4214227e993305bb320b299245f466b9b22233 (patch) | |
tree | 0863975f29692d0939e3acc53b76a00e97f2aadc /doc | |
parent | 0414d5788090bb6df728d370079e44e95b4ffd20 (diff) | |
download | dabmux-3f4214227e993305bb320b299245f466b9b22233.tar.gz dabmux-3f4214227e993305bb320b299245f466b9b22233.tar.bz2 dabmux-3f4214227e993305bb320b299245f466b9b22233.zip |
Merge Stats and Config server, config is also JSON
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.mux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/example.mux b/doc/example.mux index 09151e9..abf01bc 100644 --- a/doc/example.mux +++ b/doc/example.mux @@ -33,14 +33,14 @@ general { ; This also enables time encoding using the MNSC. tist false - ; The statsserver is a simple TCP server that can present + ; The management server is a simple TCP server that can present ; statistics data (buffers, overruns, underruns, etc) ; which can then be graphed a tool like Munin ; The doc/stats_dabmux_multi.py tool is a suitable ; plugin for that. ; If the port is zero, or the line commented, the server ; is not started. - statsserverport 12720 + managementport 12720 } remotecontrol { |