VMWARE 6.7 : Nagios Core vs check_mk
Posted: Mon Nov 02, 2020 6:40 am
Hi expert
I'm using nagios core 4.4.5
I like to monitor esx server (VMWARE 6.7)
To implement these check I have to install on nagios server a lot of packages
1. install module Time::Piece
2. install module UUID
3. upgrade module Net::HTTP
4. upgrade module Net::INET6Glue
5. upgrade module Text::Template
6. upgrade module Socket6
7. upgrade module Try::Tiny
8. upgrade module Path::Class
9. upgrade module XML::NamespaceSupport
10. upgrade module ExtUtils::MakeMaker
11. upgrade module Exporter
12. upgrade module Test::Pod
13. upgrade module Test::Pod::Coverage
14. upgrade module Test::TrailingSpace
15. upgrade module LWP::UserAgent
16. upgrade module LWP::Protocol::https
• Copy and install file VMware-vSphere-Perl-SDK-6.5.0-7397310.x86_64.tar.gz
• tar -xzvf VMware-vSphere-Perl-SDK-6.5.0-7397310.x86_64.tar.gz
• cd vmware-vsphere-cli-distrib
• ./vmware-install.pl
.. at the end I can use check_vmware_api.pl
use set the same check in check_mk solution I don't need to install VMware-vSphere-Perl-SDK-6.5.0-7397310.x86_64.tar.gz because
the API is already integrated
Is the a simply solution in nagios in order to monitoring ESX server ?
Thanks and regards
Emilio
I'm using nagios core 4.4.5
I like to monitor esx server (VMWARE 6.7)
To implement these check I have to install on nagios server a lot of packages
1. install module Time::Piece
2. install module UUID
3. upgrade module Net::HTTP
4. upgrade module Net::INET6Glue
5. upgrade module Text::Template
6. upgrade module Socket6
7. upgrade module Try::Tiny
8. upgrade module Path::Class
9. upgrade module XML::NamespaceSupport
10. upgrade module ExtUtils::MakeMaker
11. upgrade module Exporter
12. upgrade module Test::Pod
13. upgrade module Test::Pod::Coverage
14. upgrade module Test::TrailingSpace
15. upgrade module LWP::UserAgent
16. upgrade module LWP::Protocol::https
• Copy and install file VMware-vSphere-Perl-SDK-6.5.0-7397310.x86_64.tar.gz
• tar -xzvf VMware-vSphere-Perl-SDK-6.5.0-7397310.x86_64.tar.gz
• cd vmware-vsphere-cli-distrib
• ./vmware-install.pl
.. at the end I can use check_vmware_api.pl
use set the same check in check_mk solution I don't need to install VMware-vSphere-Perl-SDK-6.5.0-7397310.x86_64.tar.gz because
the API is already integrated
Is the a simply solution in nagios in order to monitoring ESX server ?
Thanks and regards
Emilio