1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51: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

@ -36,7 +36,7 @@ if ($ARGV[0] and $ARGV[0] eq "config")
{
print "graph_title Files in apt-proxy cache\n";
print "graph_args --base 1000 -l 0\n";
print "graph_category apt-proxy\n";
print "graph_category security\n";
print "graph_vlabel files\n";
print "main.label main\n";
print "main.info Packages in main\n";