1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 14:16:00 +00:00

Merge pull request #1501 from opbod/patch-1

Update kvm_net
This commit is contained in:
Kenyon Ralph 2025-06-20 11:18:39 -07:00 committed by GitHub
commit e37740e86e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -169,7 +169,7 @@ def find_vm_names(pids):
for index, token in enumerate(name_arg_value.split(",")):
if (index == 0) and ("=" not in token):
# the first item may the plain name
name = value
name = token
elif "=" in token:
key, value = token.split("=", 1)
if key == "guest":