The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Nagios::MKLivestatus::MULTI - connector with multiple peers

SYNOPSIS

    use Nagios::MKLivestatus;
    my $nl = Nagios::MKLivestatus::MULTI->new( qw{nagioshost1:9999 nagioshost2:9999 /var/spool/nagios/live.socket} );
    my $hosts = $nl->selectall_arrayref("GET hosts");

CONSTRUCTOR

new ( [ARGS] )

Creates an Nagios::MKLivestatus::MULTI object. new takes at least the server. Arguments are the same as in Nagios::MKLivestatus.

METHODS

do

See Nagios::MKLivestatus for more information.

selectall_arrayref

See Nagios::MKLivestatus for more information.

selectall_hashref

See Nagios::MKLivestatus for more information.

selectcol_arrayref

See Nagios::MKLivestatus for more information.

selectrow_array

See Nagios::MKLivestatus for more information.

selectrow_arrayref

See Nagios::MKLivestatus for more information.

selectrow_hashref

See Nagios::MKLivestatus for more information.

selectscalar_value

See Nagios::MKLivestatus for more information.

errors_are_fatal

See Nagios::MKLivestatus for more information.

warnings

See Nagios::MKLivestatus for more information.

verbose

See Nagios::MKLivestatus for more information.

peer_addr

See Nagios::MKLivestatus for more information.

peer_name

See Nagios::MKLivestatus for more information.

peer_key

See Nagios::MKLivestatus for more information.

AUTHOR

Sven Nierlein, <nierlein@cpan.org>

COPYRIGHT AND LICENSE

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.