louislam / uptime-kuma

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

Uptime Kuma only showing last 11mins on status page #5135

Open jl94x4 opened 1 month ago

jl94x4 commented 1 month ago

⚠️ Please verify that this question has NOT been raised before.

🛡️ Security Policy

📝 Describe your problem

image

I only see the last 11minutes, I was under the impression this would show the last 24 hours?

📝 Error Message(s) or Log

No errors

🐻 Uptime-Kuma Version

1.23.13

💻 Operating System and Arch

UNRAID 7

🌐 Browser

Chrome

🖥️ Deployment Environment

apio-sys commented 1 month ago

That's just the current status bar (AFAIK showing up to the last 40 minutes). You can see much more detail drilling down in your monitor and selecting a time span in your graph.

jl94x4 commented 1 month ago

That's just the current status bar (AFAIK showing up to the last 40 minutes). You can see much more detail drilling down in your monitor and selecting a time span in your graph.

I see the extended stuff in the backend, is there no way to have this data shown on the status page?

apio-sys commented 1 month ago

Ah, I see what you mean. I'm usually only looking at backend. For the status pages, there is a discussion around this topic here #637 . So you can contribute there and close this here as duplicate/ongoing discussion.

CommanderStorm commented 1 month ago

Counfiguring the heartbeat range for the status page is tracked here

https://github.com/louislam/uptime-kuma/issues/637 is about adding the ping graph (the one showing the latency over time)

In v2, this should be possible from a performance perspective, but needs implementing in the frontend.