diff --git a/src/im_mad/remotes/lib/vcenter_cluster.rb b/src/im_mad/remotes/lib/vcenter_cluster.rb index 7fc828a277..549eaa094f 100644 --- a/src/im_mad/remotes/lib/vcenter_cluster.rb +++ b/src/im_mad/remotes/lib/vcenter_cluster.rb @@ -825,7 +825,7 @@ class ClusterSet next unless (Time.now.to_i - last_mon) > probe_frequency # Refresh the vCenter connection in the least frequent probe - if probe_name.eql?('system_host') + if probe_name.eql?(:system_host) c[:cluster].connect_vcenter end