Swatchdog::Throttle - Perl extension for throttling and thresholding in swatchdog(1)

NAME  SYNOPSIS  SWATCH SYNTAX  DESCRIPTION  AUTHOR  SEE ALSO 

NAME

Swatchdog::Throttle − Perl extension for throttling and thresholding in swatchdog(1)

SYNOPSIS

use Swatchdog::Throttle;
throttle(
extra_cuts => @array_of_regular_expressions,
hold_dhms => @DHMS,
key => 'log'|<regex>|<user defined>,
log_msg => <message>,
threshold => <n>,
time_from => 'realtime'|'timestamp',
time_regex => <regex>,
);

SWATCH SYNTAX

throttle threshold=<n>,\
delay=<hours>:<minutes>:<seconds>,\
key=log|regex|<regex>

DESCRIPTION

AUTHOR

E. Todd Atkins, [email protected]

SEE ALSO

perl(1), swatchdog(1).


Updated 2024-01-29 - jenkler.se | uex.se