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-22 05:34:14 +01:00
parent c4b2d9a8e3
commit ff883dee02
17 changed files with 24 additions and 24 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;