From 97b0fdb983a62845faacf5020184a384ee1522ee Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 30 Apr 2014 22:08:45 +0200 Subject: Create 'encoder' munin category --- doc/stats_dabmux_multi.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doc') 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"): -- cgit v1.2.3