https://github.com/kcmerrill/tracer
Cron job + ETL Stage Monitor
https://github.com/kcmerrill/tracer
cron cronjob etl etl-components monitor
Last synced: 3 months ago
JSON representation
Cron job + ETL Stage Monitor
- Host: GitHub
- URL: https://github.com/kcmerrill/tracer
- Owner: kcmerrill
- Created: 2018-04-04T05:08:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-07T03:12:44.000Z (about 7 years ago)
- Last Synced: 2025-01-26T17:11:21.318Z (5 months ago)
- Topics: cron, cronjob, etl, etl-components, monitor
- Language: Go
- Homepage:
- Size: 3.11 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/kcmerrill/tracer)

> A simple Cron job `||` ETL Stage Monitor.
# Tracer
A simple webserver designed to alert you when cron jobs fail, or when long running multi phased ETL processes fail to complete.
For more information [RTFM](TFM.md "additional documentation").
## Quick Start
```sh
$ tracer --bind 0.0.0.0:8080 --panic "echo {{ .Name }} was not seen in the expected duration of {{ .Duration }}"
```## Sample Usage
```sh
# crontab
0 5,17 * * * http http://localhost:8080/my.script/12h; /scripts/script.sh && http http://localhost:8080/my.script* * * * * http http://localhost:8080/job.every.minute/1m < /panic/job.every.minute; /scripts/script.sh && http http://localhost:8080/job.every.minute
```[](https://forthebadge.com) [](https://forthebadge.com)