anyone come across this error? running latest version of script on Windows 2008R2 vCenter server.
C:\script\vmwarevSphereHealthCheck.pl -server --username --password --type vcenter --email yes
Generating VMware vSphere Health Report v5.1.0 "vmware_health_report.html" ...
This can take a few minutes depending on the size of your environment.
Get a cup of coffee/tea/beer and check out http://www.virtuallyghetto.com
Undefined subroutine &ClusterConfigInfoEx::spbmEnabled called at C:\script\vmwarevSphereHealthCheck.pl line 3926
the line in questions:
3925 if(($aversion eq '5.0.0' || $aversion eq '5.1.0')) {
3926 if(defined($local_cluster->configurationEx->spbmEnabled)) {
3927 $spbm = $local_cluster->configurationEx->spbmEnabled ? "YES" : "NO";
3928 }