diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-07-21 14:42:01 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-07-21 14:42:01 +0200 |
commit | 9d44944a826b362e839e79cbd80b0f6c526cc243 (patch) | |
tree | 11f46e30483fc5ea3802261f09f5d9a59cb933ca /show_dabmux_stats.py | |
parent | ceb12b3c2116861edb4ce6eb2af3772490e0d34b (diff) | |
download | mmbtools-aux-9d44944a826b362e839e79cbd80b0f6c526cc243.tar.gz mmbtools-aux-9d44944a826b362e839e79cbd80b0f6c526cc243.tar.bz2 mmbtools-aux-9d44944a826b362e839e79cbd80b0f6c526cc243.zip |
Correct comment in show_dabmux_stats
Diffstat (limited to 'show_dabmux_stats.py')
-rwxr-xr-x | show_dabmux_stats.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/show_dabmux_stats.py b/show_dabmux_stats.py index 6bb0673..f91cfb5 100755 --- a/show_dabmux_stats.py +++ b/show_dabmux_stats.py @@ -1,7 +1,10 @@ #!/usr/bin/env python2 # # present statistics from dabmux Stats Server -# to munin +# to standard output. +# +# If you are looking for munin integration, use +# ODR-DabMux/doc/stats_dabmux_multi.py import sys import json |