mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Upside Down Mode Not Working for Group Monitors Anymore #4738
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#4738
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 @cvsickle on GitHub (Feb 20, 2026).
📑 I have found these related issues/pull requests
I can't find any issues or pull requests about this.
🛡️ Security Policy
📝 Description
Just updated from 2.0.2 to 2.1.3, and the group monitors I had on Upside Down mode aren't working anymore.
To verify, I created a new group monitor with two monitors inside, one up and one down. Both were pointed to google.com, and one was in Upside Down mode. With the group monitor in Upside Down mode, this group monitor should read up, but it reads down.
👟 Reproduction steps
👀 Expected behavior
The group monitor should read up when in Upside down mode with one up monitor and one down monitor inside.
😓 Actual Behavior
The group monitor in Upside down mode seems to always read down when any of the inside monitors are down.
🐻 Uptime-Kuma Version
2.1.3
💻 Operating System and Arch
Docker
🌐 Browser
Edge
🖥️ Deployment Environment
29.2.180📝 Relevant log output
@mmomjian commented on GitHub (Feb 21, 2026):
Can confirm I am also affected by this.
@louislam commented on GitHub (Feb 22, 2026):
Not quite sure yet, I think it is related to #6286.
cc: @MayMeow
@MayMeow commented on GitHub (Feb 23, 2026):
I think I have identified the problem. My earlier changes to the group monitor explicitly override the status to 'DOWN' when the children are down.
https://github.com/louislam/uptime-kuma/pull/6286/changes#diff-b745a64509920ce8903f4d7df5dfb70a96e866402a656b051f8cb2d0bfed2e79R65
After removing this, it started behaving as expected. With the 'upside down' monitor type, it goes up when at least one child monitor is down.
cc: @louislam