Monitoring::Livestatus::INET - connector with tcp sockets


Monitoring-Livestatus documentation  | view source Contained in the Monitoring-Livestatus distribution.

Index


NAME

Top

Monitoring::Livestatus::INET - connector with tcp sockets

SYNOPSIS

Top

    use Monitoring::Livestatus;
    my $nl = Monitoring::Livestatus::INET->new( 'localhost:9999' );
    my $hosts = $nl->selectall_arrayref("GET hosts");

CONSTRUCTOR

Top

new ( [ARGS] )

Creates an Monitoring::Livestatus::INET object. new takes at least the server. Arguments are the same as in Monitoring::Livestatus. If the constructor is only passed a single argument, it is assumed to be a the server specification. Use either socker OR server.

METHODS

Top

AUTHOR

Top

Sven Nierlein, <nierlein@cpan.org>

COPYRIGHT AND LICENSE

Top


Monitoring-Livestatus documentation  | view source Contained in the Monitoring-Livestatus distribution.