-
Notifications
You must be signed in to change notification settings - Fork 40
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
Problem during start of monitoring #166
Comments
This still happens? |
Hi, Yes, this is still happening. Core 2025.1.2 |
In custom_components/monitor_docker/helpers.py:
I have ephemeral containers for a few automated processes that cause this error as well, and I suspect this is the reason why. |
Correct that is the “reason”. I am thinking of making this configurable,
aka monitor all or just monitor allowed containers.
Op do 23 jan 2025 om 14:25 schreef Mike Fugate ***@***.***>
… In custom_components/monitor_docker/helpers.py:
# We will monitor all containers, including excluded ones.
# This is needed to get total CPU/Memory usage.
I have ephemeral containers for a few automated processes that cause this
error as well, and I suspect this is the reason why.
—
Reply to this email directly, view it on GitHub
<#166 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABQASXGJ4AFWBUSXFI2KM3D2MDUVNAVCNFSM6AAAAABSUDYNAOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBZHAYDGOBVGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
That almost makes sense, but in my case the containers are there, and always have been. |
Question ... When you get this error, does the "-drupal-drupal-1" container still exists (with the same name) or did change slightly? |
Hi, I made a mistake in my last message. |
Hi,
I'm getting a couple of errors showing up in my logs, related to a Docker container which I have, but haven't referenced.
I'm not quite sure how monitor_docker even knows about it.
The second error is about the same container.
My setup specifies some other containers
The errors are annoying and I can ignore them, but it would be nice to figure out why and stop them.
Any ideas?
Thanks,
Darren.
The text was updated successfully, but these errors were encountered: