-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Notification on completion #95
Comments
This comment was marked as spam.
This comment was marked as spam.
Yes, absolutely - I do support this. A notification functions such as mail would be very helpful. |
Shouldn't this working? https://github.com/containrrr/shepherd/blob/master/examples/docker-compose.apprise.yml as shepherd essentially a bash script, it just passing anything to apprise container that will send notification for you Lines 97 to 100 in 01d070a
|
@martadinata666 Yes, I see. However, as I am not a programmer or expert I was looking for some easy parameters such as smtp-server, port, tls etc. as we find it in other apps, too. Any other alternative that provides an easier solution is very much appreciated. |
well technically you just need update the notification url at apprise container sample above. Look at https://github.com/caronc/apprise for reference |
Uses apprise sidecar url, if configured, to send an "info" notification after each run of the update_services loop. Closes: #95
Hello
I have a small feature request. Today you only get a notification if a service has been updated or it has failed to update.
But sometimes Shepherd can run a few days, without having updates to services. But you receive no notifications, so you don't know if Shepherd has run successfully and complete the check or whether it has failed.
So the request is: A notification on a completed run.
The text was updated successfully, but these errors were encountered: