uptime-kuma icon indicating copy to clipboard operation
uptime-kuma copied to clipboard

A single container shows as down even though it's up. Used to work.

Open devanteweary opened this issue 1 year ago • 2 comments

📑 I have found these related issues/pull requests

Didn't really find any related issues.

🛡️ Security Policy

Description

This actually started happening months ago. I've just been too lazy to report it.

Out of all my containers, one shows down even though it's up.
I can add it as container name or as ID, it just shows down. (well pending)

It was working fine, then one day it stopped.
Probably after an update or something.

I have a few dozen other ones that show up/down status just fine.

The container in question is: qmcgaw/ddns-updater

Here're my settings:

image

👟 Reproduction steps

There's no real triggering. It just doesn't show as up.

👀 Expected behavior

It should just show as up when up.

😓 Actual Behavior

It shows down.

🐻 Uptime-Kuma Version

1.23.15

💻 Operating System and Arch

Unraid v6.12.13

🌐 Browser

Brave v1.70.126

🖥️ Deployment Environment

  • Runtime: Docker 24.0.9
  • Database: I don't know. It's the louislam/uptime-kuma Docker container. There are no DB settings.
  • Filesystem used to store the database on: btrfs on dual SSD pool setup (Unraid)
  • number of monitors: 50

📝 Relevant log output

This is after a refresh and a little extra on each side.

source	timestamp

UptimeKuma[19182]:	2024-10-16 22:29:41.000
UptimeKuma[19182]: 2024-10-16T22:29:41-07:00 [MONITOR] WARN: Monitor #70 'ddns-updater': Pending: unhealthy | Max retries: 10 | Retry: 0 | Retry Interval: 60 seconds | Type: docker

UptimeKuma[19182]:	2024-10-16 22:29:00.000
UptimeKuma[19182]: 2024-10-16T22:29:00-07:00 [MONITOR] WARN: Monitor #47 'Network': Pending: Child inaccessible | Max retries: 0 | Retry: 0 | Retry Interval: 60 seconds | Type: group

UptimeKuma[19182]:	2024-10-16 22:28:59.000
UptimeKuma[19182]: 2024-10-16T22:28:59-07:00 [MONITOR] WARN: Monitor #48 'Docker': Pending: Child inaccessible | Max retries: 0 | Retry: 0 | Retry Interval: 60 seconds | Type: group

UptimeKuma[19182]:	2024-10-16 22:28:42.000
UptimeKuma[19182]: 2024-10-16T22:28:42-07:00 [MONITOR] INFO: Get Monitor: 70 User ID: 1

UptimeKuma[19182]:	2024-10-16 22:28:41.000
UptimeKuma[19182]: 2024-10-16T22:28:41-07:00 [MONITOR] WARN: Monitor #70 'ddns-updater': Pending: unhealthy | Max retries: 10 | Retry: 0 | Retry Interval: 60 seconds | Type: docker

UptimeKuma[19182]:	2024-10-16 22:28:41.000
UptimeKuma[19182]: 2024-10-16T22:28:41-07:00 [MANAGE] INFO: Resume Monitor: 70 User ID: 1

UptimeKuma[19182]:	2024-10-16 22:28:35.000
UptimeKuma[19182]: 2024-10-16T22:28:35-07:00 [MONITOR] INFO: Get Monitor: 70 User ID: 1

UptimeKuma[19182]:	2024-10-16 22:28:00.000
UptimeKuma[19182]: 2024-10-16T22:28:00-07:00 [MONITOR] WARN: Monitor #47 'Network': Pending: Child inaccessible | Max retries: 0 | Retry: 0 | Retry Interval: 60 seconds | Type: group

UptimeKuma[19182]:	2024-10-16 22:27:59.000
UptimeKuma[19182]: 2024-10-16T22:27:59-07:00 [MONITOR] WARN: Monitor #48 'Docker': Pending: Child inaccessible | Max retries: 0 | Retry: 0 | Retry Interval: 60 seconds | Type: group

UptimeKuma[19182]:	2024-10-16 22:27:59.000
UptimeKuma[19182]: 2024-10-16T22:27:59-07:00 [MONITOR] WARN: Monitor #70 'ddns-updater': Pending: unhealthy | Max retries: 10 | Retry: 0 | Retry Interval: 60 seconds | Type: docker

devanteweary avatar Oct 17 '24 05:10 devanteweary

In the log, I see 'Pending: Unhealthy', which suggests that while your container is running, the health check is failing. When you run docker ps, take a look at the "Status" column. If it says something like "Up 1 Hour (unhealthy)", it means the container itself is reporting an issue. However, if it says 'Healthy', it could be a bug in Uptime Kuma.

julian-piehl avatar Oct 17 '24 07:10 julian-piehl

In the log, I see 'Pending: Unhealthy', which suggests that while your container is running, the health check is failing. When you run docker ps, take a look at the "Status" column. If it says something like "Up 1 Hour (unhealthy)", it means the container itself is reporting an issue. However, if it says 'Healthy', it could be a bug in Uptime Kuma.

Yep sure enough, it shows cirremt;y "Up 16 hours (unhealthy)". Should I report that to the developer of the ddns-updater then?

If so, I'll close this out!

devanteweary avatar Oct 18 '24 04:10 devanteweary

We are clearing up our old help-issues and your issue has been open for 60 days with no activity. If no comment is made and the stale label is not removed, this issue will be closed in 7 days.

github-actions[bot] avatar Dec 29 '24 00:12 github-actions[bot]

This issue was fixed in one of the last updates of ddns-updater. Thank you!

devanteweary avatar Dec 29 '24 02:12 devanteweary