1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Category Tree: Reduce number of categories

This commit is contained in:
dipohl 2017-02-20 22:14:23 +01:00
parent e2b11e381b
commit e00b066f2d
9 changed files with 13 additions and 13 deletions

View file

@ -66,7 +66,7 @@ if ( $ARGV[0] eq "config" ) {
# The headers
print "graph_title S3 Items\n";
print "graph_category s3\n";
print "graph_category cloud\n";
print "graph_vlabel items\n";
print 'graph_info Plugin available at <a href="http://www.ohardt.com/dev/munin/">http://www.ohardt.com/dev/munin/</a>' . "\n";

View file

@ -61,7 +61,7 @@ if ($ARGV[0] and $ARGV[0] eq "config")
{
# The headers
print "graph_title S3 Storage Usage\n";
print "graph_category s3\n";
print "graph_category cloud\n";
print "graph_args --base 1024 -l 0\n";
print "graph_vlabel bytes\n";
print "graph_info Plugin available at <a href='https://github.com/aptivate/munin-contrib/blob/master/plugins/s3/s3_storage'>https://github.com/aptivate/munin-contrib/blob/master/plugins/s3/s3_storage</a>\n";