Install jmx4perl » History » Version 3
chin-yeh, 09/08/2010 03:45 PM
1 | 1 | chin-yeh | h1. Install jmx4perl |
---|---|---|---|
2 | |||
3 | 3 | chin-yeh | *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: |
4 | > $ perl -MCPAN -e 'install <missing module name>'; |
||
5 | |||
6 | # Download the source files from "Jmx4Perl":http://search.cpan.org/CPAN/authors/id/R/RO/ROLAND/jmx4perl-0.71.tar.gz |
||
7 | # Extract the downloaded file: |
||
8 | <pre> |
||
9 | # tar -xvzf jmx4perl-0.71.tar.gz |
||
10 | </pre> |
||
11 | # @cd@ to the directory |
||
12 | <pre> |
||
13 | # cd jmx4perl-0.71 |
||
14 | </pre> |
||
15 | |||
16 | 2 | chin-yeh | # execute: |
17 | <pre> |
||
18 | $ cd /usr/local/nagios/libexec |
||
19 | $ ln -s /usr/bin/check_jmx4perl . |
||
20 | </pre> |