louislam / uptime-kuma

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

separate uptime percentages and if the monitor is up #1681

Open melvinlemoine opened 2 years ago

melvinlemoine commented 2 years ago

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

🏷️ Feature Request Type

UI Feature

🔖 Feature description

image Actually, uptime is always green regardless the value. I think it's a problem, Uptime of 1% isn't normal, it's must be displayed with red color. Yellow under 100%, orange under 99% for exemple. Because when a open my dashboard, I can't see if there is an uptime problem.

✔️ Solution

Add uptime color according to uptime value. For exemple : red yellow green

❓ Alternatives

No response

📝 Additional Context

No response

karelkryda commented 2 years ago

The problem is that this is the current state. If the dot was red, it could indicate at first glance that the service was not working.

In fact, the current solution seems logical to me and this would confuse a lot of people.

melvinlemoine commented 2 years ago

The problem is that this is the current state. If the dot was red, it could indicate at first glance that the service was not working.

In fact, the current solution seems logical to me and this would confuse a lot of people.

Oh ok I see. Maybe current state can become a color background on all the monitor concerned to make the difference ? For exemple like this : exemple Because the state color and the uptime color are 2 importants things to show.

karelkryda commented 2 years ago

In fact, it would be good to adjust the design of monitors on the status page so that the icon showing the current status and uptime in percentages separately.

Like BetterUptime: image

And as you can see, they don't have colored uptime :)