Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sni/monitoring-livestatus
Livestatus Perl API to access runtime data from Nagios, Naemon, Icinga and Shinken.
https://github.com/sni/monitoring-livestatus
api icinga livestatus naemon nagios perl
Last synced: about 2 months ago
JSON representation
Livestatus Perl API to access runtime data from Nagios, Naemon, Icinga and Shinken.
- Host: GitHub
- URL: https://github.com/sni/monitoring-livestatus
- Owner: sni
- Created: 2009-11-11T11:55:53.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T08:08:24.000Z (9 months ago)
- Last Synced: 2024-05-21T12:23:43.445Z (7 months ago)
- Topics: api, icinga, livestatus, naemon, nagios, perl
- Language: Perl
- Homepage: http://search.cpan.org/dist/Monitoring-Livestatus/
- Size: 285 KB
- Stars: 26
- Watchers: 10
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Monitoring-Livestatus
=====================Monitoring::Livestatus can be used to access the data of the check_mk
Livestatus Addon for Nagios and Icinga.INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installDEPENDENCIES
This module requires no other modules.
SYNOPSIS
my $ml = Monitoring::Livestatus->new( socket => '/var/lib/livestatus/livestatus.sock' );
my $hosts = $ml->selectall_arrayref("GET hosts");AUTHOR
Sven NierleinCOPYRIGHT AND LICENCE
Copyright (C) 2009 by Sven Nierlein
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.