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

tomcat -> webserver (tomcat)
radiator -> auth (radiator)
ups -> sensors (ups)
This commit is contained in:
dipohl 2017-02-23 01:51:44 +01:00
parent f41b68619b
commit 444c7939de
10 changed files with 12 additions and 12 deletions

View file

@ -94,7 +94,7 @@ if(exists $ARGV[0] and $ARGV[0] eq "config") {
print "graph_title Tomcat accesses\n";
print "graph_args --base 1000\n";
print "graph_vlabel accesses / \${graph_period}\n";
print "graph_category tomcat\n";
print "graph_category webserver\n";
print "accesses.label Accesses\n";
print "accesses.type DERIVE\n";
print "accesses.max 1000000\n";