-
-
11 Jul 2013 13:36:04 UTC
- Distribution: POE-Component-Client-eris
- Module version: 1.4
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (1671 / 0 / 0)
- Kwalitee
Bus factor: 1- 87.50% Coverage
- License: bsd
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (8.35KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- NAME
- VERSION
- SYNOPSIS
- EXPORT
- FUNCTIONS
- BUGS
- SUPPORT
- ACKNOWLEDGEMENTS
- COPYRIGHT & LICENSE
- AUTHOR
- COPYRIGHT AND LICENSE
NAME
POE::Component::Client::eris - POE Component for reading eris events
VERSION
version 1.4
SYNOPSIS
POE session for integration with the eris event correlation engine.
use POE::Component::Client::eris; my $eris_sess_id = POE::Component::Client::eris->spawn( RemoteAddress => 'localhost', #default RemotePort => '9514', #default Alias => 'eris_client', #default Subscribe => [qw(snort dhcpd)], # REQUIRED (and/or Match) Match => [qw(devbox1 myusername error)], # REQUIRED (and/or Subscribe) MessageHandler => sub { ... }, # REQUIRED ); ... POE::Kernel->run();
For use with a server running the POE::Component::Server::eris output.
EXPORT
POE::Component::Client::eris does not export any symbols.
FUNCTIONS
spawn
Creates the POE::Session for the eris correlator.
Parameters: RemoteAddress => 'localhost', #default RemotePort => '9514', #default Alias => 'eris_client', #default Subscribe => [qw(snort dhcpd)], # REQUIRED (and/or Match) Match => [qw(devbox1 myusername error)], # REQUIRED (and/or Subscribe) MessageHandler => sub { ... }, # REQUIRED ReturnType => 'hash', # default, or 'string'
BUGS
Please report any bugs or feature requests to
bug-poe-component-client-eris at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=POE-Component-Client-eris. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.SUPPORT
You can find documentation for this module with the perldoc command.
perldoc POE::Component::Client::eris
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=POE-Component-Client-eris
Search CPAN
See also
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2007 Brad Lhotsky, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Brad Lhotsky <brad@divisionbyzero.net>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2012 by Brad Lhotsky.
This is free software, licensed under:
The (three-clause) BSD License
Module Install Instructions
To install POE::Component::Client::eris, copy and paste the appropriate command in to your terminal.
cpanm POE::Component::Client::eris
perl -MCPAN -e shell install POE::Component::Client::eris
For more information on module installation, please visit the detailed CPAN module installation guide.