Nagios-MKLivestatus version 0.10 ============================== Nagios::MKLivestatus can be used to access the data of the check_mk Livestatus Addon for Nagios. 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 $nl = Nagios::MKLivestatus->new({ socket => '/var/lib/nagios3/rw/livestatus.sock' });$ my $hosts = $nl->selectall_arrayref("GET hosts"); AUTHOR Sven Nierlein 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.