diff --git a/src/im_mad/remotes/kvm-probes.d/host/system/wild_vm.rb b/src/im_mad/remotes/kvm-probes.d/host/system/wild_vm.rb index 849d516d9d..ea9229b45a 100755 --- a/src/im_mad/remotes/kvm-probes.d/host/system/wild_vm.rb +++ b/src/im_mad/remotes/kvm-probes.d/host/system/wild_vm.rb @@ -5,7 +5,7 @@ require_relative '../../../lib/kvm' KVM.load_conf begin - puts DomainList.info + puts DomainList.wilds_info rescue StandardError => e STDERR.puts e.message exit(-1)