Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > e0d8eeec656649f38526dc9daaf6cbe4 > files > 5

perl-Monitoring-Availability-0.460.0-9.mga7.noarch.rpm

Monitoring-Availability
=======================

    Monitoring::Availability can be used to calculate the availability based
    on Nagios / Icinga and Shinken Logfiles.

INSTALLATION

    To install this module type the following:

     perl Makefile.PL
     make
     make test
     make install

DEPENDENCIES

    This module requires no other modules.

SYNOPSIS
    my $ma = Monitoring::Availability->new(<options>);
    my $availability = $ma->calculate();

AUTHOR
    Sven Nierlein <nierlein@cpan.org>

COPYRIGHT AND LICENCE

    Copyright (C) 2010 by Sven Nierlein

    This library is free software; you can redistribute it and/or modify
    it under the same terms as Perl itself.