Skip to content

Commit

Permalink
F #3851: get host CPU model in KVM monitor script (#3852)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Huertas Herrero authored and Ruben S. Montero committed Oct 17, 2019
1 parent 18bc319 commit 6e04385
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/im_mad/remotes/kvm-probes.d/machines-models.rb
Expand Up @@ -105,6 +105,7 @@

puts "KVM_MACHINES=\"#{machines.join(' ')}\""
puts "KVM_CPU_MODELS=\"#{models.join(' ')}\""
puts "KVM_CPU_MODEL=\"#{cap_xml.elements['host/cpu/model'].text}\""

rescue
end
Expand Down

0 comments on commit 6e04385

Please sign in to comment.