louislam / uptime-kuma

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

Status Page: Sort offline monitors at the top of the status page in 'offline' group #1936

Open Zandor300 opened 2 years ago

Zandor300 commented 2 years ago

⚠️ Please verify that this feature request has NOT been suggested before.

🏷️ Feature Request Type

UI Feature

🔖 Feature description

Currently, the status page isn't glanceable for offline monitors. I have a lot of monitors and it requires me to scroll through the list to see which monitors are offline.

✔️ Solution

I would find it useful if offline monitors could be shown at the top of the status page in an 'Offline' group.

This also allows displaying the status page on a TV for keeping track of offline monitors.

Optionally, make this behaviour configurable.

❓ Alternatives

No response

📝 Additional Context

Slightly similar as https://github.com/louislam/uptime-kuma/issues/1165, https://github.com/louislam/uptime-kuma/issues/1921 and #1585

Context

For additional context. This issue is specifically asking for sorting on the status page, not the dashboard.

image

bjonescts commented 2 years ago

Oh my gosh, I would love this feature. We have Kuma running on our TVs in our helpdesk.

zolotarev commented 2 years ago

Realized in #1585

Zandor300 commented 2 years ago

Realized in #1585

Not 100% what this issue describes (but is related) since that issue is for the dashboard. I would like an overview of offline monitors on the statuspage.

gildasio719 commented 1 year ago

Any news on this subject? It would be of great help to many.

palanthas commented 1 year ago

+1 for this request

Being able to see which service/server is down without having to scroll through the list would save us a ton of time!

CommanderStorm commented 1 year ago

@Zandor300 v1.23.0 will include #3312 => I think this issue is resolved and can be closed

Zandor300 commented 1 year ago

@Zandor300 v1.23.0 will include #3312 => I think this issue is resolved and can be closed

@CommanderStorm PR https://github.com/louislam/uptime-kuma/pull/3312 does not implement this feature request. The PR implements filtering on the dashboard but my feature request is for the statuspage.

CommanderStorm commented 1 year ago

Fair enough, sorry

El3ctr1cR commented 7 months ago

Is there any update on this?

CommanderStorm commented 7 months ago

No PR has been raised to add sorting abilities to the status page. Our contribution guide can be found here: https://github.com/louislam/uptime-kuma/blob/master/CONTRIBUTING.md

From a design decision, storing such state in the url such as the one currently is being attempted in https://github.com/louislam/uptime-kuma/pull/4496