Build and install check_diskio

Dependences
===========

check_diskio depends on several Perl modules:

 * Array::Unique
 * English
 * File::Slurp
 * List::MoreUtils
 * Monitoring::Plugin
 * Monitoring::Plugin::Getopt
 * Monitoring::Plugin::Threshold
 * Number::Format
 * POSIX
 * Readonly
 * version

Perl modules can be found on the "Comprehensive Perl Archive Network"
(CPAN). The "How to install CPAN modules" guide summarizes how these
can be installed

        http://www.cpan.org/modules/INSTALL.html

On many systems Perl modules are also available as installation
packages (refer to your system documentation on how to install them).

The 'perl Makefile.PL' command (see below) will list the missing
packages the you will need to install.

Install to /usr/lib/nagios/plugins/contrib
==========================================

In the source directory run:

    perl Makefile.PL
    make
    make install

Install to a custom directory (CUSTOM_DIR)
=========================================

In the source directory run:

    perl Makefile.PL INSTALLSCRIPT=CUSTOM_DIR
    make
    make install

The man page is installed to /usr/share/man/man1/check_diskio.1
you can customize the path by setting INSTALLMAN1DIR as follows

    perl Makefile.PL INSTALLSCRIPT=CUSTOM_DIR INSTALLMAN1DIR=CUSTOM_MAN_DIR
    make
    make install

Manual installation
===================

Substitute #!perl at the beginning of the script with the location of
your Perl interpreter and copy it to the desired location

Generate the man page with pod2man

    pod2man check_diskio > CUSTOM_MAN_FILE

Please report any installation problem to <matteo@corti.li> or
open a ticket at
https://trac.id.ethz.ch/projects/nagios_plugins/newticket
