mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 02:18:08 +00:00
Category Tree: Reduce number of categories
monit -> munin nova -> cloud (nova) powermta -> mail (powermta) redis -> search (redis) and system (redis)
This commit is contained in:
parent
ed77c82d8a
commit
f41b68619b
11 changed files with 20 additions and 20 deletions
|
@ -35,7 +35,7 @@ def print_config():
|
|||
print 'graph_title Nova Floating IPs'
|
||||
print 'graph_vlabel IPs'
|
||||
print 'graph_args --base 1000 --lower-limit 0'
|
||||
print 'graph_category nova'
|
||||
print 'graph_category cloud'
|
||||
print 'graph_scale no'
|
||||
print 'graph_info This graph shows the number of Floating IPs in Nova and their status'
|
||||
for state in states:
|
||||
|
|
|
@ -75,7 +75,7 @@ def print_config(metric):
|
|||
print 'graph_title Nova Instance %s' % metric
|
||||
print 'graph_vlabel instances'
|
||||
print 'graph_args --base 1000 --lower-limit 0'
|
||||
print 'graph_category nova'
|
||||
print 'graph_category cloud'
|
||||
print 'graph_scale no'
|
||||
print 'graph_info This graph shows the number of instances by %s' % metric
|
||||
for state in states:
|
||||
|
|
|
@ -32,7 +32,7 @@ def print_config():
|
|||
print 'graph_title Nova Instances Launched'
|
||||
print 'graph_vlabel qty'
|
||||
print 'graph_args --base 1000 --lower-limit 0'
|
||||
print 'graph_category nova'
|
||||
print 'graph_category cloud'
|
||||
print 'graph_scale no'
|
||||
print 'graph_info This graph shows the number of instances launched since the beginning of time'
|
||||
print 'instances.label instances'
|
||||
|
|
|
@ -33,7 +33,7 @@ def print_config():
|
|||
print 'graph_title Nova Launch Times'
|
||||
print 'graph_vlabel seconds'
|
||||
print 'graph_args --base 1000 --lower-limit 0'
|
||||
print 'graph_category nova'
|
||||
print 'graph_category cloud'
|
||||
print 'graph_scale no'
|
||||
print 'graph_info This the average time for the last 5 schedulings/launchings'
|
||||
print 'schedule.label schedule time'
|
||||
|
|
|
@ -30,7 +30,7 @@ def print_config():
|
|||
print 'graph_title Nova Services'
|
||||
print 'graph_vlabel qty'
|
||||
print 'graph_args --base 1000 --lower-limit 0'
|
||||
print 'graph_category nova'
|
||||
print 'graph_category cloud'
|
||||
print 'graph_scale no'
|
||||
print 'graph_info Nova services - alive and active'
|
||||
for service in services:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue