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:
parent
c4b2d9a8e3
commit
ff883dee02
17 changed files with 24 additions and 24 deletions
|
@ -49,7 +49,7 @@ if ($ARGV[0] and $ARGV[0] eq "config") {
|
|||
print "graph_args --base 1000\n";
|
||||
print "graph_vlabel % usage\n";
|
||||
print "graph_scale no\n";
|
||||
print "graph_category lustre\n";
|
||||
print "graph_category fs\n";
|
||||
|
||||
&print_labels;
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ if ($ARGV[0] and $ARGV[0] eq "config") {
|
|||
print "graph_title Lustre cluster storage objects usage in TB\n";
|
||||
print "graph_args --base 1024 --lower-limit 0\n";
|
||||
print "graph_vlabel TB\n";
|
||||
print "graph_category lustre\n";
|
||||
print "graph_category fs\n";
|
||||
|
||||
&print_labels;
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ if ($ARGV[0] and $ARGV[0] eq "config") {
|
|||
print "graph_title Lustre cluster storage objects free space in TB\n";
|
||||
print "graph_args --base 1024 --lower-limit 0\n";
|
||||
print "graph_vlabel TB\n";
|
||||
print "graph_category lustre\n";
|
||||
print "graph_category fs\n";
|
||||
|
||||
&print_labels;
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ if ($ARGV[0] and $ARGV[0] eq "config") {
|
|||
print "graph_args --base 1000\n";
|
||||
print "graph_vlabel % usage\n";
|
||||
print "graph_scale no\n";
|
||||
print "graph_category lustre\n";
|
||||
print "graph_category fs\n";
|
||||
|
||||
&print_labels;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue