zinderic
@zinderic@programming.dev
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Selfhosted systrem to monitor daily incoming email (backup reports) 7 months ago:
I would put a simple “grep <whafever> mail.log || curl ntfy.sh” or something like that. Ntfy can send you alert on the phone if some check failed or passed. For pass just use && :) Simple and it works.