Check vmware esx Ubuntu: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) |
Thomas (Diskussion | Beiträge) |
||
| Zeile 19: | Zeile 19: | ||
*cd check_vmware_esx/ | *cd check_vmware_esx/ | ||
*make | *make | ||
| − | *install -m 755 check_vmware_esx /usr/ | + | *install -m 755 check_vmware_esx /usr/lib/nagios/plugins/ |
Version vom 15. März 2017, 14:26 Uhr
Vmware Perl SDK
- apt-get install make uuid-dev perl-doc libhttp-date-perl libgetopt-long-descriptive-perl libtime-duration-perl
- wget http://search.cpan.org/CPAN/authors/id/L/LZ/LZAP/UUID-0.05.tar.gz
- tar -xvzf UUID-0.05.tar.gz
- cd UUID-0.05/
- perl Makefile.PL
- make
- make install
Patch the Version or Download a patched Version with VICommon.pm.diff
- VMware-vSphere-Perl-SDK-5.5.0-1384587.x86_64.tar.gz
- VICommon.pm.diff.zip
- VMware-vSphere-Perl-SDK-5.5.0-1384587.x86_64-patched.tar.gz
- apt-get install libclass-methodmaker-perl libcrypt-ssleay-perl libwww-perl libsoap-lite-perl libxml-libxml-perl
- perl Makefile.PL
- make all
- make install
check_vmware_esx
- git clone https://github.com/BaldMansMojo/check_vmware_esx.git
- cd check_vmware_esx/
- make
- install -m 755 check_vmware_esx /usr/lib/nagios/plugins/