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:
parent
6a1a9c7c46
commit
8cb47cbfbb
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue