From: Steinar H. Gunderson Date: Fri, 16 Aug 2013 11:39:39 +0000 (+0200) Subject: Fix the vertical label of the cubemap_input Munin plugin. X-Git-Tag: 1.0.0~19 X-Git-Url: https://git.sesse.net/?p=cubemap;a=commitdiff_plain;h=d0bd25357b57f8fc643ed5eda5bc2d91e9b9b140 Fix the vertical label of the cubemap_input Munin plugin. --- diff --git a/munin/cubemap_input b/munin/cubemap_input index 00b6ec3..21b453d 100755 --- a/munin/cubemap_input +++ b/munin/cubemap_input @@ -10,7 +10,7 @@ my $mode = $ARGV[0] // "print"; if ($mode eq 'config') { print "graph_title Cubemap inputs\n"; print "graph_category network\n"; - print "graph_vlabel viewers\n"; + print "graph_vlabel bits/sec\n"; } open my $stats, "<", $input_stats_filename