NAME
Net::Peep::Client::Pinger::Host - Perl extension for storing host information for the pinger client.
SYNOPSIS
use Net::Peep::Client::Pinger::Host;
DESCRIPTION
Perl extension for storing host settings for the pinger client.
It basically provides a set of attributes which store process information parsed from the Peep configuration file(s).
EXPORT
None by default.
METHODS
new() - The constructor
name() - The name or IP address of the host.
host() - Returns a Net::Peep::Host object initialized with the
name or IP address found in the name() method.
event() - The event associated with this host.
group() - The group name associated with this host.
location() - The sound location the server will use when playing
the event.
priority() - The priority the server will give to the event.
notification() - The notification status associated with the event. See
Net::Peep::Notification for more information.
hosts() - A list of comma-delimited host names or IP address on
which this process 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::Pinger, pinger.
http://peep.sourceforge.net