-
Notifications
You must be signed in to change notification settings - Fork 5
Livestatus Perl API to access runtime data from Nagios, Naemon, Icinga and Shinken.
sni/Monitoring-Livestatus
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 install
DEPENDENCIES
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 Nierlein <[email protected]>
COPYRIGHT 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.
About
Livestatus Perl API to access runtime data from Nagios, Naemon, Icinga and Shinken.
Topics
Resources
Stars
Watchers
Forks
Packages 0
No packages published