diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-01-17 22:27:20 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-01-17 22:27:20 +0100 |
commit | c7032ef3f0771f2c566319897ba9d3d301de9bc3 (patch) | |
tree | ff845ad01bfed5de85cbd63770496c7c6e013d06 /doc | |
parent | 8203fa927a933622c18cf0784f87763733bf4389 (diff) | |
download | dabmux-c7032ef3f0771f2c566319897ba9d3d301de9bc3.tar.gz dabmux-c7032ef3f0771f2c566319897ba9d3d301de9bc3.tar.bz2 dabmux-c7032ef3f0771f2c566319897ba9d3d301de9bc3.zip |
better munin labels
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/stats_dabmux_multi.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/stats_dabmux_multi.py b/doc/stats_dabmux_multi.py index 9483ca3..9fe3a29 100755 --- a/doc/stats_dabmux_multi.py +++ b/doc/stats_dabmux_multi.py @@ -22,19 +22,19 @@ graph_category dabmux graph_info This graph shows the high and low buffer sizes for the {ident} ZMQ input high.info Max buffer size -high.label Bytes +high.label Max Buffer Bytes high.min 0 high.warning 1: low.info Min buffer size -low.label Bytes +low.label Min Buffer Bytes low.min 0 low.warning 1: underruns.info Number of underruns -underruns.label Occurrencies +underruns.label Number of underruns underruns.min 0 underruns.warning 0:0 overruns.info Number of overruns -overruns.label Occurrencies +overruns.label Number of overruns overruns.min 0 overruns.warning 0:0 """ |