23 lines
929 B
Plaintext
23 lines
929 B
Plaintext
Source: bitcron
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: Pim van Pelt <pim@ipng.ch>
|
|
Build-Depends: debhelper-compat (= 13)
|
|
Standards-Version: 4.6.0
|
|
Homepage: https://git.ipng.ch/ipng/bitcron
|
|
Vcs-Git: https://git.ipng.ch/ipng/bitcron.git
|
|
Vcs-Browser: https://git.ipng.ch/ipng/bitcron
|
|
|
|
Package: bitcron
|
|
Architecture: all
|
|
Depends: ${misc:Depends}, bash, sendmail | mail-transport-agent
|
|
Description: Enhanced cron script framework with error handling and reporting
|
|
Bitcron is a framework for writing cron scripts that provides enhanced
|
|
error handling, warning management, and automatic email reporting capabilities.
|
|
It makes cron jobs more robust and easier to monitor by providing structured
|
|
logging and escalation mechanisms.
|
|
.
|
|
The framework includes functions for warning(), error(), and fatal() reporting,
|
|
automatic log generation, and configurable email notifications for both
|
|
successful runs and error conditions.
|