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:
parent
e2b11e381b
commit
e00b066f2d
9 changed files with 13 additions and 13 deletions
|
@ -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";
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue