mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
[Feature] Make groups in Status Page collapsable #260
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#260
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 @gaby on GitHub (Sep 23, 2021).
In the new status page, it would be really convenient if the groups could be collapsed. We currently have over 200 monitors, and not being able to collapse the groups makes the page super long.
@deefdragon commented on GitHub (Oct 10, 2021):
@deefdragon commented on GitHub (Oct 10, 2021):
More issues that would should likely be considered when working on grouping
@RisedSky commented on GitHub (Oct 11, 2021):
Same here :
@CommanderStorm commented on GitHub (Jun 11, 2023):
@gaby this has been implemented+merged.


Any version after
1.22.0-beta.0supports this.Could you close this Issue, as this has been resolved? (only you or louis can close issues)
@gaby commented on GitHub (Jun 11, 2023):
@CommanderStorm thanks!
@CommanderStorm commented on GitHub (Jun 11, 2023):
🥳
@tradexsrl commented on GitHub (Apr 16, 2024):
hI , i came across the same problem for my status page . i don't understand how to collapse the content inside the group like in this status page:

@CommanderStorm commented on GitHub (Apr 16, 2024):
See the screenshot above:
If you add a group to the status page it is not expanded.
If you add the submoniotors, this is expanded.
Maybe clicking on the status page group should collapse said group.
=> reopening this issue
@tradexsrl commented on GitHub (Apr 16, 2024):
if i add a group i cannot expand it:

@CommanderStorm commented on GitHub (Apr 16, 2024):
Yes, as I said above: this issue was closed by mistake.
@CommanderStorm commented on GitHub (Apr 16, 2024):
One thing that might be good to discuss is what groups on the status page really mean.
I mean this:

@tradexsrl commented on GitHub (Apr 17, 2024):
i create that group to group some services or websites to be able to collapse and when i need to see the details to expand as you can do in other system status page provider but as you saw this is not possible,
without this possibility even on a large screen , if you have many monitor you fill up very quickly
at the moment to bypass the problem i'm thinking to create multiple status page and with a kiosk application change the display page each minutes
@zigazajc007 commented on GitHub (Jun 17, 2025):
Just to clarify - would this feature enable nested collapsible groups on the status page?
For example, users could expand a "Locations" group to see regions, then expand "Europe" to see service types, then expand "Servers" to view individual server status?
Proposed structure:
Note: Each server (EU1, EU2, etc.) would internally have multiple push monitors organized by regions (Europe, North America, etc.), but the status page nesting would stop at the server level. The displayed metrics would be aggregated from all underlying monitors - so EU1 would show overall uptime and average latency across all its regional push monitors, without exposing that deeper structure on the public status page.
Example:
This would allow for a clean overview by default, while letting users drill down to specific infrastructure details when needed. The status page would show high-level health at the top level, with granular monitoring available on-demand.
Edited:
It would also be great to custom name our monitors in status pages. As I would like them to name more technical in admin panel for easier identification while for users on status pages more plain.
Showing latency graph on status page should also be toggleable for each group / monitor.
Edit 2:
I have created a group Europe and I have multiple push monitors under it. I don't want to see Europe in degraded state if one pulse monitor is down. That's the point of having multiple push monitors under Europe group so even if one is down the rest of them will still see the service as up. To solve this problem each group should have option on how many % of child needs to be up in order for service to still be green. By default it should be 100% but in my case I could change it to 1%. So at least 1 child needs to see service as up in order for Europe group to still be green / up.
Edit 3:
Groups does not inherit average latency from children.
@CommanderStorm commented on GitHub (Jun 17, 2025):
Mutli level groupings (a status-page-group containing another status-page-group) is not currently supported under the the current status page design.
You can create non-status page groups and create a thrid layer via that, but supporting what you want would require a redisign of how this system works.
This is a different feature than collapsible groups
=> please open a different issue instead of reusing this one.