Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sni/monitoring-availability
- Owner: sni
- Created: 2010-01-15T16:01:05.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2015-05-26T07:09:06.000Z (over 9 years ago)
- Last Synced: 2024-05-21T12:23:43.439Z (7 months ago)
- Language: Perl
- Homepage:
- Size: 363 KB
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README
- Changelog: Changes
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 installDEPENDENCIES
This module requires no other modules.
SYNOPSIS
my $ma = Monitoring::Availability->new();
my $availability = $ma->calculate();AUTHOR
Sven NierleinCOPYRIGHT 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.