mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Reduce number of categories, move "other" plugins
This commit is contained in:
parent
99542938b1
commit
c0568802bf
16 changed files with 8 additions and 5 deletions
|
@ -97,7 +97,7 @@ def print_config(task_names):
|
|||
print 'graph_args --lower-limit 0'
|
||||
print 'graph_scale no'
|
||||
print 'graph_vlabel tasks per ${graph_period}'
|
||||
print 'graph_category celery'
|
||||
print 'graph_category other'
|
||||
|
||||
for name in task_names:
|
||||
print '%s.label %s' % (clean_task_name(name), name)
|
||||
|
|
|
@ -103,7 +103,7 @@ def print_config(workers = None):
|
|||
print 'graph_args --lower-limit 0'
|
||||
print 'graph_scale no'
|
||||
print 'graph_vlabel tasks per ${graph_period}'
|
||||
print 'graph_category celery'
|
||||
print 'graph_category other'
|
||||
|
||||
for name in TASK_STATES:
|
||||
name = clean_state_name(name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue