mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Support for setting "IP Family" accross all monitor types #4381
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#4381
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 @gbrackley on GitHub (Oct 27, 2025).
📑 I have found these related issues/pull requests
This is simply a ticket to port the functionality in one monitor to the other types.
Not asking to act on all hosts that resolve for a given DNS name.
Not asking to check all protocols for a given name
see:
🏷️ Feature Request Type
Change to existing monitor
🔖 Feature description
With the new release and support for "IP Family" on the http monitor type is possible to monitor dual stack hosts/services and know when it is degraded. This is really good thank you.
Could the "IP Family" functionality be added to other monitor types. examples:
✔️ Solution
Implement the same functionality in the http monitor type in:
Anywhere where DNS resolution is performed to resolve host names.
@CommanderStorm commented on GitHub (Oct 27, 2025):
Feel free to do a PR for the monitors that matter to you 😉
We are all volunteers here.
Agreee that this would be nice to have.
@Alloc86 commented on GitHub (Dec 18, 2025):
Would also love this (TCP port specifically, but the idea to have it everywhere is obviously better ;) ).
@CommanderStorm commented on GitHub (Dec 18, 2025):
I can review your PR if you want to look into enabling this for said monitor.