Service status disabled/enabled is misleading #679
Replies: 4 comments
-
|
the newly added service widget in top-right corner of pages should provide better info, as 0s mean service is active not running, status: paused, failed, restarting, starting.. |
Beta Was this translation helpful? Give feedback.
-
|
on openpanel > services this now shows the actual container status code |
Beta Was this translation helpful? Give feedback.
-
|
we need js update of the status for user |
Beta Was this translation helpful? Give feedback.
-
|
implemented for user panel in 1.7.64: /containers page now re-checks the status and updates it via ajax |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
on user services in both openpanel and openadmin we have statuses:
this is misleading, as when service is enabled, it can still be not functional:
exiting- if entrypoint script failedrestarting- healthcheck caused the restartstopped- when user account is suspended all services are stopperstarting- if still initializing - mysqlin all of these 4 statuses running docker exec commands will fail.
We need to also check these statuses from docker and display them in openpanel/openadmin gui
this is already done on
terminaloption, as we only dispaly active services for the user to choose fromBeta Was this translation helpful? Give feedback.
All reactions