VBTK::Templates - Template definitions used by the L


VBTK documentation  | view source Contained in the VBTK distribution.

Index


NAME

Top

VBTK::Templates - Template definitions used by the VBTK::Server daemon

SYNOPSIS

Top

Do not call this class directly. Is is used by the VBTK::Server class.

  $t = new VBTK::Templates (
    Pattern             => '.*',
    StatusHistoryLimit  => 100,
    StatusChangeActions => {
        Failed  => 'pageMe,emailMe',
        Warning => 'emailMe' },
    StatusUpgradeRules  => [
        'Upgrade to Failed if Warning occurs 3 times in 10 min' ],
    ExpireAfter         => '30 min',
    Description         => 'Default Template'
 );

DESCRIPTION

Top

The VBTK::Templates class is used by the VBTK::Server class to store templates used to set VBTK object values. Do not call this class directly.

SEE ALSO

Top

VBTK::Server

AUTHOR

Top

Brent Henry, vbtoolkit@yahoo.com

COPYRIGHT

Top


VBTK documentation  | view source Contained in the VBTK distribution.