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 23:01:26 +01:00
parent 53351aa04f
commit afcc3e9b47
9 changed files with 11 additions and 11 deletions

View file

@ -80,7 +80,7 @@ if (exists $ARGV[0]) {
print "graph_title Oracle tablespace usage (in %) from $dbname\n";
print "graph_args --upper-limit 100 -l 0\n";
print "graph_vlabel %\n";
print "graph_category Oracle\n";
print "graph_category db\n";
print "graph_info This graph shows the tablespace usage (in %)\n";
print "graph_scale no\n";
print "warning $warning\n";