1
0
Fork 0
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:
dipohl 2017-02-20 22:14:23 +01:00
parent e2b11e381b
commit e00b066f2d
9 changed files with 13 additions and 13 deletions

View file

@ -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],

View file

@ -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],