Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
gouldchu
bygouldchu, January 28, 2014
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.
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.