From d0bd25357b57f8fc643ed5eda5bc2d91e9b9b140 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 16 Aug 2013 13:39:39 +0200 Subject: [PATCH] Fix the vertical label of the cubemap_input Munin plugin. --- munin/cubemap_input | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2