]> git.sesse.net Git - cubemap/commitdiff
Fix the vertical label of the cubemap_input Munin plugin.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 16 Aug 2013 11:39:39 +0000 (13:39 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 16 Aug 2013 11:39:39 +0000 (13:39 +0200)
munin/cubemap_input

index 00b6ec37513ed9432a1a6cbf33865250b0e64f8a..21b453d60af564a9954f84f477dba5c5049ea258 100755 (executable)
@@ -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