BaldMansMojo / check_vmware_esx

chech_vmware_esx Fork of check_vmware_api.pl
GNU General Public License v2.0
124 stars 67 forks source link

Undefined subroutine &Util::connect called at check_vmware_esx.pl line 1675. #131

Closed vercetty92360 closed 5 years ago

vercetty92360 commented 6 years ago

Hi,

When I launch the script either using "-u + -p" or "-f", I have the following error:

Undefined subroutine &Util::connect called at check_vmware_esx.pl line 1675.

Do you know what is missing here? maybe a particular perl module I can try to reinstall?

Thx a lot in advance

BaldMansMojo commented 6 years ago

Util::connect ist part of the VMware Perl SDK. SDK 5.x should be sufficiant. 6.x was buggy. 6.5 should work but not tested by me. Before testing the plugin test the SDK with the command line tools deliverd by VMware.