jakobhviid / Dashboard-Server-Docker

0 stars 0 forks source link

Incorrect extracted health data #18

Closed dstoft closed 3 years ago

dstoft commented 3 years ago

When collecting status data, this service extracts the keyword "healthy" / "unhealthy", from the status of the container. This is done incorrect, meaning that even unhealthy containers are marked as healthy. The issue appears to be in the method: "DashboardServer.Helpers.ContainerHelpers.ExtractHealthDataFromStatus"

image