The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Net::Peep"

Net::Peep - Perl extension for Peep: The Network Auralizer. River stage zero No dependents

Peep is an open source free software network monitoring tool issued under the Gnu General Public License that presents information via audio output. Network diagnosis with Peep is made not only based on single network events, but the network as a who...

STARKY/Net-Peep-0.4.5.1 - 07 Nov 2001 19:21:31 UTC

Net::Peep::BC - Perl extension for Peep: The Network Auralizer River stage zero No dependents

Net::Peep::BC is a library for Peep: The Network Auralizer. EXPORT None by default. CONSTANTS PROT_MAJORVER PROT_MINORVER PROT_BCSERVER PROT_BCCLIENT PROT_SERVERSTILLALIVE PROT_CLIENTSTILLALIVE PROT_CLIENTEVENT PROT_CLASSDELIM CLASS ATTRIBUTES %Lease...

STARKY/Net-Peep-0.4.5.1 - 07 Nov 2001 19:21:31 UTC

Net::Peep::Log - Perl extension for client-side logging and debugging for Peep: The Network Auralizer. River stage zero No dependents

Net::Peep::Log provides methods for writing logging and debugging messages. Messages are written to the file defined by the class attribute $Net::Peep::Log::logfile. If the attribute is not defined, messages are written to standard error. All message...

STARKY/Net-Peep-0.4.5.1 - 07 Nov 2001 19:21:31 UTC

Net::Peep::Host - The Peep host object River stage zero No dependents

The Peep host object. Used to characterize a host, including attributes such as hostname and IP address. EXPORT METHODS new() - The constuctor. name([$name]) - Sets or gets the hostname of the host object. If no hostname has been previously specified...

STARKY/Net-Peep-0.4.5.1 - 07 Nov 2001 19:21:31 UTC

Net::Peep::Mail - Utility object for e-mail notifications River stage zero No dependents

Utility object for e-mail notifications. It is primarily a wrapper for the Net::SMTP object. Loops through SMTP servers and e-mail addresses until mail has been successfully sent to all recipients or the SMTP server list is exhausted and logs any fai...

STARKY/Net-Peep-0.4.5.1 - 07 Nov 2001 19:21:31 UTC

Net::Peep::Peck - Perl extension for generating ad-hoc sounds using the Peep sound engine. River stage zero No dependents

Net::Peep::Peck provides utility methods for the peck utility, which allows users to generate ad-hoc sounds....

STARKY/Net-Peep-0.4.5.1 - 07 Nov 2001 19:21:31 UTC

Net::Peep::Conf - Perl extension for providing an object representation of configuration information for Peep: The Network Auralizer. River stage zero No dependents

Net::Peep::Conf provides an object interface for Peep configuration information, typically extracted from a Peep configuration file (e.g., /etc/peep.conf) by the Net::Peep::Parser module....

STARKY/Net-Peep-0.4.5.1 - 07 Nov 2001 19:21:31 UTC

Net::Peep::Client - Perl extension for client application module subclasses for Peep: The Network Auralizer. River stage zero No dependents

Provides support methods for the various Peep clients applications, can be subclassed to create new client modules, and eases the creation of generic Peep clients. See the main Peep client documentation or perldoc Net::Peep for more information on us...

STARKY/Net-Peep-0.4.5.1 - 07 Nov 2001 19:21:31 UTC

Net::Peep::Parser - Perl extension for parsing configuration files for Peep: The Network Auralizer. River stage zero No dependents

Net::Peep::Parser parses a Peep configuration file and returns a Net::Peep::Conf object whose accessors contain all the information found in the configuration file. EXPORT None by default. METHODS load(%options) - loads configuration information foun...

STARKY/Net-Peep-0.4.5.1 - 07 Nov 2001 19:21:31 UTC

Net::Peep::Notifier - Utility object for Peep client event or state e-mail notifications River stage zero No dependents

Utility object for notifications; for example, when logparser matches a root login in /var/log/messages. When a notification is created, the object will first check whether a notification has been sent for that client (based on the value of $NOTIFICA...

STARKY/Net-Peep-0.4.5.1 - 07 Nov 2001 19:21:31 UTC

Net::Peep::Scheduler - Perl extension for scheduling events for Peep, the Network Auralizer. River stage zero No dependents

Net::Peep::Scheduler provides methods for scheduling events to run concurrently, using sigalarm. The scheduler makes use of Time::HiRes to allow scheduling of events up to microsecond accuracy. Scheduled events will always be played in order of soone...

STARKY/Net-Peep-0.4.5.1 - 07 Nov 2001 19:21:31 UTC

Net::Peep::Host::Pool - A pool, or group, of Net::Peep::Host objects River stage zero No dependents

A pool, or group, of Net::Peep::Host objects and associated methods for thier usage and manipulation. EXPORT METHODS new() - The constructor. addHost($host) - Adds the host $host (a Net::Peep::Host object) to the host pool. hosts($host) - Returns the...

STARKY/Net-Peep-0.4.5.1 - 07 Nov 2001 19:21:31 UTC

Net::Peep::Notification - A Peep notification River stage zero No dependents

This object contains attributes which define a notification. A notification is generated when criteria defined in the Peep configuration file is met, such as when load exceeds 2.5 or a syslog entry indicates a media failure. EXPORT None by default....

STARKY/Net-Peep-0.4.5.1 - 07 Nov 2001 19:21:31 UTC

Net::Peep::Client::Pinger - Perl extension for checking whether a host or a variety of services on a host are running River stage zero No dependents

Perl extension for checking whether a host or a variety of services on a host are running. For now it only checks pingability. It is intended to eventually check not only pingability, but services such as telnet, ssh, ftp, etc. EXPORT None by default...

STARKY/Net-Peep-0.4.5.1 - 07 Nov 2001 19:21:31 UTC

Net::Peep::Client::Logparser - Perl extension for the logparser, the event generator for Peep. River stage zero No dependents

Provides support methods and utilities for logparser, the event generator for Peep. Inherits Net::Peep::Client. EXPORT None by default....

STARKY/Net-Peep-0.4.5.1 - 07 Nov 2001 19:21:31 UTC

Net::Peep::Client::Sysmonitor - Perl extension for a client to monitor system statistics. River stage zero No dependents

Monitors uptime, load, user statistics, processes, and disk utilization. EXPORT None by default....

STARKY/Net-Peep-0.4.5.1 - 07 Nov 2001 19:21:31 UTC

Net::Peep::Client::Pinger::Host - Perl extension for storing host information for the pinger client. River stage zero No dependents

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...

STARKY/Net-Peep-0.4.5.1 - 07 Nov 2001 19:21:31 UTC

Net::Peep::Client::Logparser::Event - Perl extension for storing event information for the logparser client. River stage zero No dependents

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....

STARKY/Net-Peep-0.4.5.1 - 07 Nov 2001 19:21:31 UTC

Net::Peep::Client::Sysmonitor::Proc - Perl extension for storing process information for the sysmonitor client. River stage zero No dependents

Perl extension for storing process settings for the sysmonitor client. It basically provides a set of attributes which store process information parsed from the Peep configuration file(s)....

STARKY/Net-Peep-0.4.5.1 - 07 Nov 2001 19:21:31 UTC

Net::Peep::Client::Sysmonitor::Uptime - Perl extension for storing process information for the sysmonitor client. River stage zero No dependents

Perl extension for storing uptime (i.e., load and user) settings for the sysmonitor client. It basically provides a set of attributes which store uptime information parsed from the Peep configuration file(s)....

STARKY/Net-Peep-0.4.5.1 - 07 Nov 2001 19:21:31 UTC
21 results (0.031 seconds)