The "centreon-esxd" connector uses SDK Perl VMWare for its operation. So we install it. To do this, we begin by install CPAN, it's the name of a Perl module who improves the download, the installation, the upgrade and the maintenance of others Perl modules who are archived on the CPAN.
Download the last version on the VMWare website (`SDK VMWare <http://www.vmware.com/support/developer/viperltoolkit/>`_) (choose the file correponding to your architecture)
Install VMWare Perl SDK::
root # tar zxvf VMware-vSphere-Perl-SDK-5.1.0-780721.x86_64.tar.gz
root # cd vmware-vsphere-cli-distrib
root # perl Makefile.pl
root # make && make install
Addtionnal Modules Installation
```````````````````````````````
Some features require additionnal prerequisites.
To send data to a syslog daemon, the " Unix::Syslog" must be installed ::
root # cpan install Unix::Syslog
To check a virtual server snapshots date, the "DateTime::Format::ISO8601" is required (**be advise that this module has a lot of CPAN dependencies and may need a full Perl update. This update is hazardous**) ::
root # cpan install DateTime
root # cpan install DateTime::Format::ISO8601
root # o conf make /usr/bin/make
root # o conf commit
Reboot your system to complete.
centreon-esxd Installation
``````````````````````````
Download « centreon-esxd » archive, then install ::
The "centreon-esxd" connector uses SDK Perl VMWare for its operation. So we install it. To do this, we begin by install CPAN, it's the name of a Perl module who improves the download, the installation, the upgrade and the maintenance of others Perl modules who are archived on the CPAN.
Download the last version on the VMWare website (`SDK VMWare <http://www.vmware.com/support/developer/viperltoolkit/>`_) (choose the file correponding to your architecture)
Install VMWare Perl SDK::
root # tar zxvf VMware-vSphere-Perl-SDK-5.1.0-780721.x86_64.tar.gz
root # cd vmware-vsphere-cli-distrib
root # perl Makefile.pl
root # make && make install
Addtionnal Modules Installation
```````````````````````````````
Some features require additionnal prerequisites.
To send data to a syslog daemon, the " Unix::Syslog" must be installed ::
root # cpan install Unix::Syslog
To check a virtual server snapshots date, the "DateTime::Format::ISO8601" is required (**be advise that this module has a lot of CPAN dependencies and may need a full Perl update. This update is hazardous**) ::
root # cpan install DateTime
root # cpan install DateTime::Format::ISO8601
root # o conf make /usr/bin/make
root # o conf commit
Reboot your system to complete.
centreon-esxd Installation
``````````````````````````
Download « centreon-esxd » archive, then install ::