ping URL/send email on successful backup
-
wrote on Sep 13, 2022, 2:04 PM last edited by
We like to monitor our backups with healthchecks.io. The principle behind this is, that you not send an email when an email fails which leaves you in deep water, when, for whatever reason, the mail doesn't arrive/is not seen. Instead you send an email or ping a specific URL at https://healthchecks.io/ when a backup was successful. You then ask healthchecks.io to send you an email if there was no successful backup for X days (and you can manually check the panel there for failed backups).
It should be quite easy to implement.
-
Cloudron does have a REST api, which should make this possible: https://docs.cloudron.io/api.html#tag/Backups
This API is for whole backups of a Cloudron, the individual app backups api is just not documented yet but does exist.
-
-
Cloudron does have a REST api, which should make this possible: https://docs.cloudron.io/api.html#tag/Backups
This API is for whole backups of a Cloudron, the individual app backups api is just not documented yet but does exist.
-