diff --git a/src/im_mad/remotes/lib/vcenter_cluster.rb b/src/im_mad/remotes/lib/vcenter_cluster.rb index 387b64df7d..85a44b09c9 100644 --- a/src/im_mad/remotes/lib/vcenter_cluster.rb +++ b/src/im_mad/remotes/lib/vcenter_cluster.rb @@ -147,8 +147,7 @@ class Cluster # Try connectivity to a vCenter instance and close the connection def beacon_host - vi_client = VCenterDriver::VIClient.new(connection, @host.id) - vi_client.close_connection + @vic.vim.serviceContent.about.instanceUuid Time.now.to_s end