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

Jifty::Script::Cron - Runs any monitoring services

SYNOPSIS

If your app uses Jifty::Plugin::Monitoring, this script should be run by your cron daemon. The frequency it should be run is determinded by the LCM of the monitors you have scheduled. Running it more frequently that this is not harmful, except by consuming come resources.

DESCRIPTION

options

Takes no options.

run

Examines the application, looking for an instance of the monitoring plugin, and runs it.

filename

This is used as a hack to get App::CLI to retrieve our POD correctly.

Inner packages are not given in %INC. If anyone finds a way around this, please let us know.

SEE ALSO

Jifty::Plugin::Monitoring

COPYRIGHT AND LICENSE

Copyright 2007 Best Practical Solutions

This is free software and may be modified and distributed under the same terms as Perl itself.