vmpooler/lib
Scott Schneider 1003afaf00 Rework vCenter VM retrieval method
Previous, the propertyCollector method was used to find VMs within
vCenter.  This method was ineffecient, as it would retrieve a list of
the entire vCenter inventory and then parse for the specified VM.  This
has been replaced with a fetch via searchIndex.FindByDnsName, which
returns only the requested VM object.
2014-02-04 09:42:28 -08:00
..
graphite.rb Send graphite data from within a thread 2013-11-13 13:31:17 -08:00
logger.rb Log to a (configurable) file 2013-11-08 10:48:51 -08:00
require_relative.rb chmod 755 require_relative.rb 2013-10-01 16:03:20 -07:00
vsphere_helper.rb Rework vCenter VM retrieval method 2014-02-04 09:42:28 -08:00