Bugfix: kvm_io

This commit is contained in:
Michael Grote 2021-09-13 14:33:08 +02:00
parent 7919df9be2
commit 891c901e2e

2
kvm_io
View file

@ -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)