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

NAME

VBTK::Actions::Page - A sub-class of VBTK::Actions for sending pager notifications

SUPPORTED PLATFORMS

  • Solaris

SYNOPSIS

  $t = new VBTK::Actions::Page (
    Name         => 'pageMe',
    Email        => 'page.me@nowhere.com' );

DESCRIPTION

The VBTK::Actions::Page is a simple sub-class off the VBTK::Actions class. It is used to define an pager notification action. It accepts many of the same paramters as VBTK::Actions, but will appropriately default most if not specified.

METHODS

The following methods are supported

$s = new VBTK::Actions (<parm1> => <val1>, <parm2> => <val2>, ...)

The allows parameters are:

Name

See VBTK::Actions (required)

Email

The pager email address to be notified when this action is triggered. (required)

LimitToEvery

See VBTK::Actions (defaults to '10 min')

SendUrl

See VBTK::Actions (defaults to 0)

SEE ALSO

VBTK::Server VBTK::ClientObject

AUTHOR

Brent Henry, vbtoolkit@yahoo.com

COPYRIGHT

Copyright (C) 1996-2002 Brent Henry

This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation available at: http://http://www.gnu.org/copyleft/gpl.html

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 155:

You forgot a '=back' before '=head1'