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

mogilefs -> fs (mogilefs)
moodle -> cms (moodle)
openvz -> virtualization (openvz)
wowza -> streaming (wowza)
varnish -> webserver (varnish)
xbnbt -> torrent (xbnbt)
This commit is contained in:
dipohl 2017-02-23 15:31:40 +01:00
parent 3ad41d6a4a
commit eaf6c2d7ce
19 changed files with 28 additions and 28 deletions

View file

@ -126,7 +126,7 @@ if($ARGV[0] and $ARGV[0] eq "config") {
print "graph_title MogileFS tracker activity\n";
print "graph_vlabel processes\n";
print "graph_args -l 0\n";
print "graph_category MogileFS\n";
print "graph_category fs\n";
print "bored_queryworkers.label bored_queryworkers\n";
print "bored_queryworkers.draw AREA\n";
print "processing_queries.label processing_queries\n";

View file

@ -126,7 +126,7 @@ if($ARGV[0] and $ARGV[0] eq "config") {
print "graph_title MogileFS tracker queries\n";
print "graph_vlabel queries/sec\n";
print "graph_args -l 0\n";
print "graph_category MogileFS\n";
print "graph_category fs\n";
print "queries.label queries\n";
print "queries.type DERIVE\n";
print "queries.draw AREA\n";