louislam / uptime-kuma

A fancy self-hosted monitoring tool

Home Page:https://uptime.kuma.pet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Container Monitor Status Stuck on "Starting" (Yellow Bars)

zluckytraveler opened this issue Β· comments

⚠️ 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

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

Try a docker inspect containername and check the reported State.