louislam / uptime-kuma

A fancy self-hosted monitoring tool
https://uptime.kuma.pet
MIT License
53.3k stars 4.81k forks source link

Some TCP Monitors Fail after updateing docker-ce to 5:26.1.4-1~debian.11~bullseye #4874

Open rtadams89 opened 1 month ago

rtadams89 commented 1 month ago

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

πŸ›‘οΈ Security Policy

πŸ“ Describe your problem

I have TCP monitors that start failing after an upgrade to docker-ce 5:26.1.4-1~debian.11~bullseye. These same monitors work fine on docker-ce 5:25.0.5-1~debian.11~bullseye and if I force a downgrade back to 5:25.0.5-1~debian.11~bullseye, the monitors start working again. Other monitor types (ping, HTTP) against the same host work without issue across versions.

From within the container, running: /app # nc -v synology.subdomain.example.com 6690

returns: synology.subdomain.example.com (10.20.20.10:6690) open

So it seems the port is accessible and up.

πŸ“ Error Message(s) or Log

No response

🐻 Uptime-Kuma Version

1.23.13

πŸ’» Operating System and Arch

Debian GNU/Linux 11 (bullseye)

🌐 Browser

Firefox

πŸ–₯️ Deployment Environment

CommanderStorm commented 1 month ago