l3uddz / cloudplow

Automatic rclone remote uploader, with support for multiple remote/folder pairings. UnionFS Cleaner functionality: Deletion of UnionFS whiteout files and their corresponding files on rclone remotes. Automatic remote syncer: Sync between different remotes via a Scaleway server instance, that is created and destroyed at every sync.
GNU General Public License v3.0
339 stars 48 forks source link

Add healthchecks.io as notification option #61

Closed dantebarba closed 2 years ago

dantebarba commented 5 years ago

Healthchecks.io is an open-source project that helps with monitoring and alerting. It's very useful to connect multiple notification providers such as Slack, Telegram, Email...

Integrating CloudPlow with healthchecks.io would allow to notify when a task is completed successfully or when it fails to do so. This idea is based on [Docker-Rclone] (https://github.com/bcardiff/docker-rclone)