ping URL/send email on successful backup
-
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.
-
nebulon
-
@nebulon I was maybe not clear enough, the feature request is for sending out an HTTP request when a backup is successful, not reacting to an API request.
-
girish