Man Page: monitoring::livestatus::unix
Operating Environment: debian
Section: 3pm
Monitoring::Livestatus::UNIX(3pm) User Contributed Perl Documentation Monitoring::Livestatus::UNIX(3pm)NAMEMonitoring::Livestatus::UNIX - connector with unix socketsSYNOPSISuse Monitoring::Livestatus; my $nl = Monitoring::Livestatus::UNIX->new( '/var/lib/livestatus/livestatus.sock' ); my $hosts = $nl->selectall_arrayref("GET hosts");CONSTRUCTORnew ( [ARGS] ) Creates an "Monitoring::Livestatus::UNIX" object. "new" takes at least the socketpath. Arguments are the same as in "Monitoring::Livestatus". If the constructor is only passed a single argument, it is assumed to be a the "socket" specification. Use either socker OR server.METHODSAUTHORSven Nierlein, <nierlein@cpan.org>COPYRIGHT AND LICENSECopyright (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. perl v5.12.3 2010-06-24 Monitoring::Livestatus::UNIX(3pm)
| Related Man Pages |
|---|
| jconsole(1) - mojave |
| io::socket::unix(3pm) - redhat |
| io::socket::unix(3pm) - mojave |
| monitoring::availability(3pm) - debian |
| monitoring::livestatus::multi(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Introduction |
| One instance of comparing grep and awk |
| Weird 'find' results |