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
a3c2338b1f
commit
84c28707eb
20 changed files with 22 additions and 26 deletions
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue