Summary of Updates as a notification #1009
-
Right now, Shoutrr/Slack notifications are way too verbose at Info level. They send multiple notifications per container. It sends a notification for found new image, stopping old image, creating new image, starting new image. That is 4 alerts for a single container being updated. If I have many containers requiring updates, then the notifications end up truncated as shown below, which is very cumbersome as it is not readily evident which containers were omitted. Overall, these notifications are not particularly user friendly, even if they look nice. If you reduce the logging level, then you end up not getting notifications for which containers got updated. My FR is to create a notification level that just sends a summary of the update run (if updates were found). Ideally, in a single message, it just sends which containers were updated which is the most relevant information, though if there is space, I guess you can also include the shortform prior hash -> new hash. This would be much more useful because it would allow me to enable push notifications on these alerts, and from my phone be able to see the summary of the run in a simple message. Right now, if I enable push messages, it means I would be getting 4+ messages per run |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
Yeah, that is what the PR that caused the issue described implemented. Or rather, support for it in the templates. It's an opt-in feature that needs --notification-report to be activated. The default template does not behave the way you describe though, but it can be accomplished with a custom template. |
Beta Was this translation helpful? Give feedback.
Yeah, that is what the PR that caused the issue described implemented. Or rather, support for it in the templates. It's an opt-in feature that needs --notification-report to be activated. The default template does not behave the way you describe though, but it can be accomplished with a custom template.