Hello,
I am using Nagios to monitor VMware. Nagios itself and its basic functionalities are working fine.
I installed the "VMware Perl SDK" and got the Nagios monitoring plugins from "OP5". I issued the below command to test the functionality of the script.
Command
/usr/lib/nagios/plugins/check_esx -H $ ESXIP -u root -p password -l runtime -s status CHECK_ESX OK - overall status=green
I received the below Error message
Can't locate Nagios/Plugin/Functions.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at ./check_esx line 39.
BEGIN failed--compilation aborted at ./check_esx line 39.
By the way, after "successfully installing" VMware Perl SDK, i received the below warning.
The following Perl modules were found on the system but may be too old to work
with vSphere CLI:
Compress::Zlib 2.037 or newer
Compress::Raw::Zlib 2.037 or newer
version 0.78 or newer
IO::Compress::Base 2.037 or newer
IO::Compress::Zlib::Constants 2.037 or newer
LWP::Protocol::https 5.805 or newer
Nagios to monitor VMware steps.
http://feub.net/2010/12/monitoring-v...e-with-nagios/
VMware nagios plugin download page
http://git.op5.org/git/?p=nagios/op5....git;a=summary
regards,