Collin Starkweather > Net-Peep-0.4.5.1 > Net::Peep::Client::Logparser::Event

Download:
Net-Peep-0.4.5.1.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Module Version: 1.01   Source  

NAME ^

Net::Peep::Client::Logparser::Event - Perl extension for storing event information for the logparser client.

SYNOPSIS ^

  use Net::Peep::Client::Logparser::Event;

DESCRIPTION ^

Perl extension for storing event settings for the logparser client.

It basically provides a set of attributes which store event information parsed from the Peep configuration file(s).

EXPORT

None by default.

METHODS ^

    new() - The constructor

    name() - The name of the event.

    group() - The group into which the event falls.

    letter() - The reference letter for the event.

    location() - The sound location the server will use when playing
    the event.

    priority() - The priority the server will use when playing the
    event.

    notification() - The notification status associated with the event.  See
    Net::Peep::Notification for more information.

    regex() - A Perl regular expression which will be used to perform
    a pattern match on lines from the log files parsed by the
    logparser client.

    hosts() - A list of comma-delimited host names or IP address on
    which this event will be checked.

    pool() - A pool of hosts in the form of a Net::Peep::Host::Pool
    object.  The pool is derived automatically the first time this
    method is accessed via the information contained in the hosts()
    method.

AUTHOR ^

Collin Starkweather <collin.starkweather@colorado.edu> Copyright (C) 2001

SEE ALSO ^

perl(1), peepd(1), Net::Peep::Conf, Net::Peep::Client, Net::Peep::Client::Logparser, logparser.

http://peep.sourceforge.net