summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-04-30 22:08:45 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-04-30 22:08:45 +0200
commit97b0fdb983a62845faacf5020184a384ee1522ee (patch)
treefc95222c8ca06127743469479b90b277e52614dc
parent355e9d0a5cc090d4ac60b6bb98783cfac437c11e (diff)
downloaddabmux-97b0fdb983a62845faacf5020184a384ee1522ee.tar.gz
dabmux-97b0fdb983a62845faacf5020184a384ee1522ee.tar.bz2
dabmux-97b0fdb983a62845faacf5020184a384ee1522ee.zip
Create 'encoder' munin category
-rwxr-xr-xdoc/stats_dabmux_multi.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/stats_dabmux_multi.py b/doc/stats_dabmux_multi.py
index a3c9fde..7697b6e 100755
--- a/doc/stats_dabmux_multi.py
+++ b/doc/stats_dabmux_multi.py
@@ -53,19 +53,21 @@ graph_title Contribution {ident} audio level (peak)
graph_order left right
graph_args --base 1000
graph_vlabel peak audio level during last ${{graph_period}}
-graph_category dabmux
+graph_category encoders
graph_info This graph shows the audio level of both channels of the {ident} ZMQ input
left.info Left channel audio level
left.label Left channel audio level
left.min -90
left.max 0
-left.warning -90:-90
+left.warning -40:0
+left.critical -80:0
right.info Right channel audio level
right.label Right channel audio level
right.min -90
right.max 0
-right.warning -90:-90
+right.warning -40:0
+right.critical -80:0
"""
if not os.environ.get("MUNIN_CAP_MULTIGRAPH"):