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 04:04:04 +01:00
parent a3c2338b1f
commit 84c28707eb
20 changed files with 22 additions and 26 deletions

View file

@ -47,7 +47,7 @@ if ( $ARGV[0] and $ARGV[0] eq "config" ) {
print "graph_args --base 1024\n";
print "graph_vlabel bytes / \${graph_period}\n";
print "graph_scale yes\n";
print "graph_category Heimdal\n";
print "graph_category auth\n";
print "bw.label Bytes sent\n";
print "bw.type ABSOLUTE\n";
print "bw.min 0\n";

View file

@ -94,7 +94,7 @@ if ( $ARGV[0] and $ARGV[0] eq "config" ) {
print "graph_args --base 1000\n";
print "graph_vlabel requests / \${graph_period}\n";
print "graph_scale yes\n";
print "graph_category Heimdal\n";
print "graph_category auth\n";
print "ipv4.label IPv4 requests\n";
print "ipv4.type ABSOLUTE\n";
print "ipv4.min 0\n";