1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41: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";