# upptime **Repository Path**: mirrors_ryenus/upptime ## Basic Information - **Project Name**: upptime - **Description**: ⬆️ Uptime monitor and status page powered by GitHub Actions, Issues, and Pages - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-19 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [![Upptime](https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/logo.svg)](https://upptime.js.org) **Upptime** (https://upptime.js.org) is the open-source uptime monitor and status page, powered entirely by GitHub Actions, Issues, and Pages. It's made with 💚 by your friends at [Koj](https://koj.co). > I find Upptime an incredible clever usage of \[GitHub Actions]. You essentially get a free configurable uptime monitor for whatever you want. – [CSS Tricks](https://css-tricks.com/upptime/) Upptime is used by [**1,000+**](https://github.com/topics/upptime) people and teams to ensure they know when their endpoints go down. [![Uptime CI](https://github.com/upptime/upptime/workflows/Uptime%20CI/badge.svg)](https://github.com/upptime/upptime/actions?query=workflow%3A%22Uptime+CI%22) [![Response Time CI](https://github.com/upptime/upptime/workflows/Response%20Time%20CI/badge.svg)](https://github.com/upptime/upptime/actions?query=workflow%3A%22Response+Time+CI%22) [![Graphs CI](https://github.com/upptime/upptime/workflows/Graphs%20CI/badge.svg)](https://github.com/upptime/upptime/actions?query=workflow%3A%22Graphs+CI%22) [![Static Site CI](https://github.com/upptime/upptime/workflows/Static%20Site%20CI/badge.svg)](https://github.com/upptime/upptime/actions?query=workflow%3A%22Static+Site+CI%22) [![Summary CI](https://github.com/upptime/upptime/workflows/Summary%20CI/badge.svg)](https://github.com/upptime/upptime/actions?query=workflow%3A%22Summary+CI%22) ## [📈 Live Status](https://demo.upptime.js.org): **🟧 Partial outage** | URL | Status | History | Response Time | Uptime | | --- | ------ | ------- | ------------- | ------ | | [Google](https://www.google.com) | 🟩 Up | [google.yml](https://github.com/upptime/upptime/commits/HEAD/history/google.yml) |
Response time graph 79ms
Response time 87
24-hour response time 68
7-day response time 79
30-day response time 86
1-year response time 87
|
100.00%All-time uptime 100.00%
24-hour uptime 100.00%
7-day uptime 100.00%
30-day uptime 100.00%
1-year uptime 100.00%
| [Wikipedia](https://en.wikipedia.org) | 🟩 Up | [wikipedia.yml](https://github.com/upptime/upptime/commits/HEAD/history/wikipedia.yml) |
Response time graph 270ms
Response time 139
24-hour response time 148
7-day response time 270
30-day response time 193
1-year response time 139
|
100.00%All-time uptime 100.00%
24-hour uptime 100.00%
7-day uptime 100.00%
30-day uptime 100.00%
1-year uptime 100.00%
| [Hacker News](https://news.ycombinator.com) | 🟩 Up | [hacker-news.yml](https://github.com/upptime/upptime/commits/HEAD/history/hacker-news.yml) |
Response time graph 380ms
Response time 381
24-hour response time 348
7-day response time 380
30-day response time 364
1-year response time 381
|
100.00%All-time uptime 99.95%
24-hour uptime 100.00%
7-day uptime 100.00%
30-day uptime 100.00%
1-year uptime 99.95%
| [Test Broken Site](https://thissitedoesnotexist.koj.co) | 🟥 Down | [test-broken-site.yml](https://github.com/upptime/upptime/commits/HEAD/history/test-broken-site.yml) |
Response time graph 0ms
Response time 543
24-hour response time 0
7-day response time 0
30-day response time 0
1-year response time 543
|
0.00%All-time uptime 0.01%
24-hour uptime 0.00%
7-day uptime 0.00%
30-day uptime 0.00%
1-year uptime 0.01%
_This README is also available in [🇧🇷 Brazilian Portuguese](./README.pt-br.md)_ ## ⭐ How it works - GitHub Actions is used as an uptime monitor - Every 5 minutes, a workflow visits your website to make sure it's up - Response time is recorded every 6 hours and committed to git - Graphs of response time are generated every day - GitHub Issues are used for incident reports - An issue is opened if an endpoint is down - People from your team are assigned to the issue - Incidents reports are posted as issue comments - Issues are locked so non-members cannot comment on them - Issues are closed automatically when your site comes back up - Slack notifications are sent on updates - GitHub Pages are used for the status website - A simple, beautiful, and accessible PWA is generated - Built with Svelte and Sapper - Fetches data from this repository using the GitHub API _Upptime is not affiliated to or endorsed by GitHub._ [![Screenshot of status website](https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/screenshot-status.png)](https://upptime.js.org) ## 👩‍💻 [Documentation](https://upptime.js.org) 1. [How it works](https://upptime.js.org/docs) 1. [Getting started](https://upptime.js.org/docs/get-started) 1. [Configuration](https://upptime.js.org/docs/configuration) 1. [Triggers](https://upptime.js.org/docs/triggers) 1. [Notifications](https://upptime.js.org/docs/notifications) 1. [Badges](https://upptime.js.org/docs/badges) 1. [Packages](https://upptime.js.org/docs/packages) 1. [Contributing](https://upptime.js.org/docs/contributing) 1. [Frequently Asked Questions](https://upptime.js.org/docs/faq) ### Concepts #### Issues as incidents When the GitHub Actions workflow detects that one of your URLs is down, it automatically opens a GitHub issue ([example issue #15](https://github.com/koj-co/upptime/issues/15)). You can add incident reports to this issue by adding comments. When your site comes back up, the issue will be closed automatically as well.
Screenshot of GitHub issue Screenshot of incident page
#### Commits for response time Four times per day, another workflow runs and records the response time of your websites. This data is commited to GitHub, so it's available in the commit history of each file ([example commit history](https://github.com/koj-co/upptime/commits/master/history/wikipedia.yml)). Then, the GitHub API is used to graph the response time history of each endpoint and to track when a site went down.
Screenshot of GitHub commits Screenshot of live status
## 📄 License - Code: [MIT](./LICENSE) © [Koj](https://koj.co) - Data in the `./history` directory: [Open Database License](https://opendatacommons.org/licenses/odbl/1-0/)

Koj

An open source project by Koj.
Furnish your home in style, for as low as CHF175/month →