Does it have to be by monitoring emails or do you have control over the backup script? I'm using Uptime Kuma to monitor my backups via push monitors. My backup scripts call a webhook to indicate success or failure. If the webhook isn't called for X hours, the backup is also marked as failed. Works really well.
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
It has to be email monitoring. I'm already using Uptime Kuma for other notification (with ntfy) and I hope to find something that can check email to integra in Uptime Kuma.
I would put a simple "grep 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.
Depending on how much infra you want to put up, there's also mailinabox that can do all (email aliases, etc.)
Not built in, but maybe a tool like windmill, nodered, or n8n? I think they all support imap and can run on a timer
I've tried doing it with Node Red some time ago, but the Email node could only read the last email (if I'm not wrong, I can't remember).
Edit: I've tried installing n8n some times ago, but it seemed too complicated, I've never tried Windmill, I'll have a look at it
i always tell myself to write something like this but then i never have the time or the willing to do so...
i'm interested too if there's this