EFForg / badger-sett

Automated training for Privacy Badger. Badger Sett automates browsers to visit websites to produce fresh Privacy Badger tracker data.
https://www.eff.org/badger-pretraining
MIT License
121 stars 15 forks source link

Notify devs (via email) (from Cron) upon failures #20

Closed ghostwords closed 8 months ago

ghostwords commented 6 years ago

Probably easiest to notify via emails from Cron. I think Cron emails on any output by default. We can write any failures to stderr from the script and then silence regular stdout and send stderr to stdout (... 2>&1 >/dev/null) in the crontab.

Related to #19.