mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Add support for TCPing as a monitor (for when hosting Docker images in services that block ICMP or networks that firewall ICMP packets from the general public) #3744
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#3744
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kristiandg on GitHub (Nov 8, 2024).
📑 I have found these related issues/pull requests
Doing a search in the forum for TCPING, I found no hits.
🏷️ Feature Request Type
New monitor, Change to existing monitor
🔖 Feature description
The ability for the PING module to additionally utilize TCPING (if selected/desired) than the native ICMP ping (maybe in the form of a checkbox within the existing PING monitor config).
✔️ Solution
By providing a checkbox within the PING monitor that allows utilizing TCPING instead of the native PING, this will allow docker images hosted in services like Azure, to have a ping function (as Azure, and presumably others, block ICMP packets out of Containers). This will also be helpful for deployments where the network infrastructure blocks ICMP traffic from clients.
❓ Alternatives
I am only aware of the utility TCPING, though there may be others. The goal is to just allow an alternative method to an ICMP Ping, for when ICMP is unusable in the server's environment.
📝 Additional Context
No response