...
- openSSL,
- vSphere SDK Perl,
- Vmware DataSource 1.1.2
- Virtual Host Monitor 2.3.6 -py2.6
- VMware ESXi Monitor 1.2
- libxml-libxml-perl
- libxml2-dev
vSphere SDK Perl
First, try the following change to see if the installer will function, if not, try the second option
Option 1
Code Block | ||||
---|---|---|---|---|
| ||||
echo ubuntu > /etc/*-release |
Option 2
You will need to edit the install script to get it working. Make the following changes:
...
Code Block | ||||
---|---|---|---|---|
| ||||
if ( direct_command("cat /etc/*-release | grep -i ubuntu") || direct_command("cat /proc/version | grep -i debian") ) { |
Next, install the following packages:
...
Edit ZenOSS Scripts to skip SSL verification
...