Home Directory

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Directory

gouldchu

Reviews(1)
I really appreciate author's great contribution.

Prior to make this fabulous plugin working on my CentOS 5.9 (32 bit), I need to do the following:

#yum install -y openssl-devel

Install the Perl module

#perl -MCPAN -e shell
cpan> install Nagios::Plugin
cpan> exit

If cpanminus is installed previously, we can install in such way:
#cpanm Nagios::Plugin

Install "VMware Infrastructure (VI) Perl Toolkit" (VMware-VIPerl-1.6.0-104313.i386.tar.gz OR VMware-VIPerl-1.6.0-104313.x86_64.tar.gz)

When done, this plugin works perfectly.