-
Notifications
You must be signed in to change notification settings - Fork 68
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
docker watchdog restarting evcc #61
Comments
Here the same,the watchdog restarts evcc. |
Whoah! Könnte das an evcc-io/evcc#7152 liegen? |
@andig es ist kein isoliertes HA Problem, es ist ein Docker Healthcheck Problem. Ist der HA Watchdog aus wird der Healtcheck ignoriert, ist der Watchdog an wird der Healthcheck jede Minute ausgeführt und fällt er drei Mal auf die Nase der Container gekillt. Der HA Watchdog ist eigentlich relativ stumpf, er checkt einfach ob der Container in Docker FAILED, STOPPED oder UNHEALTHY ist und startet ihn dann neu. Das Ding ist, dass evcc health ohne Config Angabe schon seit immer stirbt wahrscheinlich, aber seit 0.116.0 stirbt es anders :-)
Allerdings ist der Return Code in beiden Fällen 1, also Fehler, statt 0 OK. Ich bin noch etwas lost woran das liegen sollte. Der Healthcheck den der Container ausführt ist https://github.com/evcc-io/evcc/blob/4408343806dde73c7e2f1b6dad0b0f15d3bb945b/Dockerfile#L93 |
Ich denke nicht das du den |
So isses. Das musst du mit |
Problem ist, dass das |
aber
Update nvm, das liegt daran, dass demo kein Configfile hat. |
Release in 15 minutes. #7152 has been rolled back. |
Mit 0.116.1 gibt es keine ungewollten Neustarts durch den Watchdog mehr. |
Läuft hier auch wieder, Vielen Dank fürs schnelle patchen. |
I got the problem that evcc addon is restarting every 3 minutes. Before it was working without issues.
I found out that supervisor is restarting the addon:
[supervisor.addons.addon] Watchdog found addon evcc is unhealthy, restarting...
When I use a browser to go to
http://IP:7070/api/health
I get OKBut when I run
I'm not experienced enough for docker if this above command is correct, but I think this is executed considering the Dockerfile.
Is there anything I can do to debug this further?
For now I deactivated the watchdog and evcc addon is working fine.
The text was updated successfully, but these errors were encountered: