mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 02:18:08 +00:00
Category Tree: Reduce number of categories
gunicorn -> appserver (gunicorn) websphere -> appserver (websphere) hadoop -> fs (hdfs)
This commit is contained in:
parent
e08a6448ce
commit
7cd10950aa
8 changed files with 6 additions and 6 deletions
|
@ -86,7 +86,7 @@ def print_config():
|
|||
print graph_title
|
||||
print "graph_args --base 1024 -l 0"
|
||||
print "graph_vlabel Megabytes"
|
||||
print "graph_category gunicorn"
|
||||
print "graph_category appserver"
|
||||
print "total_memory.label Total Memory"
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
@ -101,7 +101,7 @@ def print_config():
|
|||
print graph_title
|
||||
print "graph_args -l 0"
|
||||
print "graph_vlabel Number of workers"
|
||||
print "graph_category gunicorn"
|
||||
print "graph_category appserver"
|
||||
print "total_workers.label Total Workers"
|
||||
print "idle_workers.label Idle Workers"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue