henrygd / beszel

A lightweight server monitoring hub with historical data, docker stats, and alerts.
MIT License
1.09k stars 43 forks source link

Some containers are not being monitored continuously and dissappear from the graphs (For example "OpenProject") #58

Open ektorasdj opened 1 month ago

ektorasdj commented 1 month ago

Hello,

Thank you for this nice tool. Unfortunately, I have some containers (created through Portainer) that are not continuously showing in the graphs. For example, check OpenProject, which is continuously running with no issues, but it disappears from the graphs for some time. image

henrygd commented 1 month ago

Please see #50

It seems to be fixed by upgrading to the latest version of docker, or possibly just restarting the docker service. sudo systemctl restart docker if you're on Linux.

I'd love to get to the bottom of this and find the cause if it's fixable on this end. It would be helpful to know:

  1. What version of docker are you on currently?
  2. Has docker been running continuously for weeks without a restart?
ektorasdj commented 1 month ago

Hello, thank you for such a quick answer. Unfortunately i cannot update since its a synology NAS and custom docker updates bring a lot of other issues.

Here are my answers:

  1. Version : 24.0.2 (currently the latest beta available version on Synology)

2.Last restart was 5 days ago.

In any case, its good to know that the latest update of docker fixes it since at some point in the future it will be fixed on my NAS.

henrygd commented 1 month ago

It looks like it could be a problem with the Docker Engine API in version 24.

Not all machines on 24 have the issue though, so it's possible that a restart could help. At least for a bit.

If someone comes along with the same problem on version 27 then I'll put it to the top of my list. But right now it's low priority since it seems to be fixable with an upgrade.