Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sni/monitoring-availability

Calculate Availability Data from Monitoring Logfiles. Currently supports Nagios and Icinga format.
https://github.com/sni/monitoring-availability

Last synced: about 2 months ago
JSON representation

Calculate Availability Data from Monitoring Logfiles. Currently supports Nagios and Icinga format.

Awesome Lists containing this project

README

        

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();
my $availability = $ma->calculate();

AUTHOR
Sven Nierlein

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.