Skip to content
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 Container Monitor Status Stuck on "Starting" (Yellow Bars) #4786

Open
2 tasks done
zluckytraveler opened this issue May 22, 2024 · 2 comments
Open
2 tasks done
Labels
area:monitor Everything related to monitors help

Comments

@zluckytraveler
Copy link

zluckytraveler commented May 22, 2024

⚠️ Please verify that this question has NOT been raised before.

  • I checked and didn't find similar issue

🛡️ Security Policy

📝 Describe your problem

I have a docker container for a discord bot that is for sure running and working properly as expected, however for some reason Uptime Kuma is showing the monitor "Down" with a status message of "Starting" with yellow bars rather than being "Up" with green bars.

I have triple checked that the docker host connected is correct, the container name is correct, and have also tried using the container id in both short and long format.

I have many other monitors for Docker containers and they work as expected, it's only this one that is like this.

Why could this be and how can I fix this?

📝 Error Message(s) or Log

[MONITOR] WARN: Monitor #71 'Markers': Pending: starting | Max retries: 4 | Retry: 0 | Retry Interval: 60 seconds | Type: docker

Screenshot 2024-05-22 at 8 52 48 AM

🐻 Uptime-Kuma Version

Version: 1.23.13

💻 Operating System and Arch

MacOS (Docker)

🌐 Browser

Safari, Chrome, Firefox

🖥️ Deployment Environment

  • Runtime: Docker 4.30.0
  • number of monitors: 66
@CommanderStorm
Copy link
Collaborator

I have many other monitors for Docker containers and they work as expected, it's only this one that is like this.

Why could this be and how can I fix this?

Could you report the monitor status is via (only include the relevant line)

docker ps

The message says it is currently starting:
image

@CommanderStorm CommanderStorm added the area:monitor Everything related to monitors label May 22, 2024
@thielj
Copy link

thielj commented May 23, 2024

Try a docker inspect containername and check the reported State.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:monitor Everything related to monitors help
Projects
None yet
Development

No branches or pull requests

3 participants