Project

General

Profile

Actions

Install jmx4perl » History » Revision 3

« Previous | Revision 3/7 (diff) | Next »
chin-yeh, 09/08/2010 03:45 PM


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>';

  1. Download the source files from Jmx4Perl
  2. Extract the downloaded file:
    # tar -xvzf jmx4perl-0.71.tar.gz
    
  3. cd to the directory
    # cd jmx4perl-0.71
    
  1. execute:
    $ cd /usr/local/nagios/libexec
    $ ln -s /usr/bin/check_jmx4perl .
    

Updated by chin-yeh about 14 years ago · 3 revisions