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
53351aa04f
commit
afcc3e9b47
9 changed files with 11 additions and 11 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue