Can't get Watchtower Notifications to work. Help? Synology/Docker/Notifiarr #1804
Replies: 3 comments 18 replies
-
Hello! Yeah, the updated in the log is a bit misleading and it counts "stale" (containers that could be updated) as well due to it being tied to metrics that does this for legacy reasons 1. It's not the case for the reports (notifications) though. I think your problem is related to the The Footnotes
|
Beta Was this translation helpful? Give feedback.
-
So i have worked with him some and can confirm he is getting the startup notification but absolutely nothing else when using the monitor only variable. He does get them when containers update as well. Is it a bug that monitor only does not send anything even with that template being used or is it by design that when only monitoring it does not send notifications? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
GOAL: For now I just want Watchtower to notify me when a container has an update, I don't want to automate the actual updates themselves. I'm using Notifiarr to link this to Discord.
trying to not sound as frustrated as I am haha
I've spent about 3 days trying to figure out how to set up Watchtower on my Synology NAS in a Docker container, and I can't find any guides out there (yet) that give me results that work. My latest attempt follows this guide:
https://drfrankenstein.co.uk/2021/12/31/watchtower-automated-docker-updates-on-a-synology-nas/
It didn't work, so I just started guessing at what I'm supposed to put in the docker-compose file, and this is where I ended up before deciding to give up and just post in here:
(I commented out the command items just as a placeholder. Once I get this to work, I may decide to use some of those.)
Even though you can see my settings above, when it runs, the logs just show:
The last line reads:
level=info msg="Session done" Failed=0 Scanned=24 Updated=18 notify=no
Which is not what I'd expect. Yes, there are updates available, but no it did not update 18 items, and yes I have my
WATCHTOWER_NOTIFICATION_REPORT=true
set. So why did it ignore all that and then not actually do anything anyways, but report that it did?? I'm next-level confused.Can anyone help please? I'd really appreciate it.
UPDATE 1: I removed the PGID and PUID environmental variables from that compose file and rebuilt the container thinking that might be the problem. Nope, same non-results. I don't know what else to do at this point. Do I need to run the container with "high privileges" or something?
UPDATE 2: Out of frustration, I decided to run the container with high privileges. Same thing happened, no notifications, false job report, me wanting to become Amish. 😜
Beta Was this translation helpful? Give feedback.
All reactions