mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
5fa4ad2b76
Cronic is a small shim shell script for wrapping cron jobs so that cron only sends email when an error has occurred. Cronic defines an error as any non-trace error output or a non-zero result code. Cronic filters Bash execution traces (or anything matching PS4) from the error output, so jobs can be run with execution tracing to aid forensic debugging. WWW: http://habilis.net/cronic PR: 208747 Submitted by: David Harrigan <dharrigan@gmail.com>
8 lines
386 B
Plaintext
8 lines
386 B
Plaintext
Cronic is a small shim shell script for wrapping cron jobs so that cron only
|
|
sends email when an error has occurred. Cronic defines an error as any
|
|
non-trace error output or a non-zero result code. Cronic filters Bash
|
|
execution traces (or anything matching PS4) from the error output, so jobs can
|
|
be run with execution tracing to aid forensic debugging.
|
|
|
|
WWW: http://habilis.net/cronic
|