Commit f65a5e12 authored by nimrod's avatar nimrod
Browse files

Notify on cron failures.

parent a8198410
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@daily docker exec mail_clamd_1 clamd-update
@daily docker exec mail_spamd_1 spamd-learn
@daily docker exec mail_spamd_1 spamd-update
@daily docker exec mail_clamd_1 clamd-update || wget --spider https://notify.shore.co.il/send?message=Clam%20update%20failed.
@daily docker exec mail_spamd_1 spamd-learn || wget --spider https://notify.shore.co.il/send?message=Spamd%20learn%20failed.
@daily docker exec mail_spamd_1 spamd-update || wget --spider https://notify.shore.co.il/send?message=Spamd%20update%20failed.