Bugfix: kvm_io
This commit is contained in:
parent
7919df9be2
commit
891c901e2e
1 changed files with 1 additions and 1 deletions
2
kvm_io
2
kvm_io
|
@ -27,7 +27,7 @@ graph_category virtualization
|
|||
graph_info This graph shows the block device I/O used of virtual machines
|
||||
graph_args --base 1024
|
||||
"""
|
||||
print base_config
|
||||
print (base_config)
|
||||
|
||||
for vm in vm_names:
|
||||
print "%s_read.label %s" % (vm, vm)
|
||||
|
|
Loading…
Add table
Reference in a new issue