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

gunicorn -> appserver (gunicorn)
websphere -> appserver (websphere)
hadoop -> fs (hdfs)
This commit is contained in:
dipohl 2017-02-23 02:46:23 +01:00
parent e08a6448ce
commit 7cd10950aa
8 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@ def config(data):
print "graph_args -l 0"
print "graph_vlabel n"
print "graph_period minute"
print "graph_category webserver"
print "graph_category appserver"
def get_data():
import sys