mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
add proxmox comment
This commit is contained in:
parent
00f8fce4f8
commit
225a9156df
4 changed files with 4 additions and 0 deletions
|
@ -52,6 +52,7 @@ def clean_vm_name(vm_name):
|
|||
if suffix:
|
||||
vm_name = re.sub(suffix,'',vm_name)
|
||||
|
||||
# proxmox uses kvm with -name parameter
|
||||
parts = vm_name.split('\x00')
|
||||
if (parts[0].endswith('kvm')):
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue