1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

remove empty line from config

This commit is contained in:
Bianco Veigel 2020-08-30 20:57:50 +02:00
parent 6a1a9c7c46
commit 8cb47cbfbb

View file

@ -25,8 +25,7 @@ def config(vm_names):
graph_vlabel Bytes
graph_category virtualization
graph_info This graph shows the current amount of memory used by virtual machines
graph_args --base 1024
"""
graph_args --base 1024"""
print base_config
draw = "AREA"
for vm in vm_names: