mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-20 10:50:08 +03:00
bug #2844: Support em interface names in kvm-probes.d/kvm.rb
This commit is contained in:
parent
fe67faa255
commit
395b20830a
@ -43,7 +43,7 @@ nodeinfo_text.split(/\n/).each{|line|
|
||||
# for everything else, top & proc
|
||||
#####
|
||||
|
||||
NETINTERFACE = "eth|bond"
|
||||
NETINTERFACE = "eth|bond|em|p[0-9]+p[0-9]+"
|
||||
|
||||
top_text=`top -bin2`
|
||||
exit(-1) if $?.exitstatus != 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user