mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 18:07:20 +00:00
Category Tree: Reduce number of categories
This commit is contained in:
parent
e2b11e381b
commit
e00b066f2d
9 changed files with 13 additions and 13 deletions
|
@ -118,7 +118,7 @@ def print_config():
|
|||
print "graph_args --base 1024 -l 0"
|
||||
print "graph_scale yes"
|
||||
print "graph_info Bacula Job measurement."
|
||||
print "graph_category Bacula"
|
||||
print "graph_category backup"
|
||||
print "graph_order",
|
||||
for fd in clients:
|
||||
print fd[1],
|
||||
|
|
|
@ -106,7 +106,7 @@ def print_config():
|
|||
print "graph_args --base 1024 -l 0"
|
||||
print "graph_scale yes"
|
||||
print "graph_info Bacula Storage Daemon througput measurement based on written bytes. This may be somewhat inacurate whenever a tape is changed."
|
||||
print "graph_category Bacula"
|
||||
print "graph_category backup"
|
||||
print "graph_order",
|
||||
for dev in devstats:
|
||||
print dev[2],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue