Replies: 1 comment
-
This question has been raised several times. The issue isn't with the alerting; it's about processing all the logs in the background. Dozzle does not process any logs in the background. Most users wouldn't want this, as it would significantly increase CPU usage. I can't think of a compromise that would allow Dozzle to remain nimble and lightweight while still processing all logs across all hosts for alerting. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the feature you would like to see
I'd love to see an alert mechanism based on when certain criteria are met, like for instance regex matching against log messages (something like r'\b(error|warning)\b') where when this is met fire an customizable message to device Xy. I think this should be either per Dozzle instance, or per (docker compose) stack (eg applies to all containers in the stack) or on an container level (the one container).
It would in the same sense also be cool to get notification when container is not running for whatever reason.
My current stack includes Gotify, however any such feature should ideally support several notification providers. I know of Apprise, perhaps there is something similar in go? In addition to an message it would be cool if Dozzle also could flag the log line and container in the UI for easy lookup
Oh an btw, love the approach you have on Dozzle. Keep up the good work! <3
Describe how you would like to see this feature implemented
No response
Describe any alternatives you've considered
No response
Beta Was this translation helpful? Give feedback.
All reactions