eidam / cf-workers-status-page

Monitor your websites, showcase status including daily history, and get Slack/Telegram/Discord notification whenever your website status changes. Using Cloudflare Workers, CRON Triggers, and KV storage.
https://status-page.eidam.dev
MIT License
2.26k stars 1.38k forks source link

Incident list #51

Open Guichaguri opened 3 years ago

Guichaguri commented 3 years ago

Currently we can see which day incidents happened, but we don't have a list of incidents with date and time in the UI.

It would be awesome if there were a list of incidents below the status bars, or opening the incident list when clicking on a bar item

eidam commented 3 years ago

This may come in the future, I am still not sure how to handle incidents here using KV. We may leverage the GitHub API :)

Guichaguri commented 3 years ago

That would also be pretty awesome, but I was thinking of a list of timestamps that the ping has failed

abdulisik commented 2 months ago

Hello, do you have a plan for this? I was able to check the cron job log, but sadly it only logs the pings, not their responses. Regardless, thanks for this cool project.