Install jmx4perl » History » Revision 3
Revision 2 (chin-yeh, 09/03/2010 02:56 PM) → Revision 3/7 (chin-yeh, 09/08/2010 03:45 PM)
h1. Install jmx4perl *Important note*: This guide assumes that all of the required Perl module(s) are already installed. If not, you might execute the following commands to install those missing modules: > $ perl -MCPAN -e 'install <missing module name>'; # Download the source files from "Jmx4Perl":http://search.cpan.org/CPAN/authors/id/R/RO/ROLAND/jmx4perl-0.71.tar.gz # Extract the downloaded file: <pre> # tar -xvzf jmx4perl-0.71.tar.gz </pre> # @cd@ Refer to the directory "install jmx4perl":http://search.cpan.org/~roland/jmx4perl/lib/JMX/Jmx4Perl/Manual.pod#INSTALLATION <pre> # cd jmx4perl-0.71 </pre> # execute: <pre> $ cd /usr/local/nagios/libexec $ ln -s /usr/bin/check_jmx4perl . </pre>