diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 651c5a1c7..7f3ef93d2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,10 +1,9 @@ --- name: Bug report about: Create a report to help us improve -title: '' -labels: 'bug' -assignees: 'AnandChowdhary' - +title: "" +labels: "bug" +assignees: "asharirfan" --- @@ -14,6 +13,7 @@ A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: + 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' @@ -26,15 +26,17 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] + +- OS: [e.g. iOS] +- Browser [e.g. chrome, safari] +- Version [e.g. 22] **Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] + +- Device: [e.g. iPhone6] +- OS: [e.g. iOS8.1] +- Browser [e.g. stock browser, safari] +- Version [e.g. 22] **Additional context** Add any other context about the problem here. diff --git a/.upptimerc.yml b/.upptimerc.yml index 9eeecf2c4..34e09f9f3 100644 --- a/.upptimerc.yml +++ b/.upptimerc.yml @@ -1,36 +1,24 @@ -# Change these first -owner: upptime # Your GitHub organization or username, where this repository lives -repo: upptime # The name of this repository +owner: CommandCodeAI +repo: commandcode-status sites: - - name: Google - url: https://www.google.com - - name: Wikipedia - url: https://en.wikipedia.org - - name: Hacker News - url: https://news.ycombinator.com - - name: Test Broken Site - url: https://thissitedoesnotexist.koj.co - - name: IPv6 test - url: forwardemail.net - port: 80 - check: "tcp-ping" - ipv6: true + - name: Command Code + url: https://api.commandcode.ai status-website: - # Add your custom domain name, or remove the `cname` line if you don't have a domain - # Uncomment the `baseUrl` line if you don't have a custom domain and add your repo name there - cname: demo.upptime.js.org - # baseUrl: /your-repo-name - logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg - name: Upptime - introTitle: "**Upptime** is the open-source uptime monitor and status page, powered entirely by GitHub." - introMessage: This is a sample status page which uses **real-time** data from our [GitHub repository](https://github.com/upptime/upptime). No server required — just GitHub Actions, Issues, and Pages. [**Get your own for free**](https://github.com/upptime/upptime) + cname: status.commandcode.ai + logoUrl: https://raw.githubusercontent.com/CommandCodeAI/docs-images/refs/heads/main/commandcode/logo/commandcode-light.svg + name: Command Code Status + introTitle: "**Command Code** Status" + introMessage: This is the status page for [Command Code](https://commandcode.ai), showing real-time uptime and incident history. navbar: + - title: Command Code + href: https://commandcode.ai - title: Status href: / - - title: GitHub - href: https://github.com/$OWNER/$REPO - -# Upptime also supports notifications, assigning issues, and more -# See https://upptime.js.org/docs/configuration + - title: Subscribe on GitHub + href: https://github.com/$OWNER/$REPO/issues +status-page: + faviconSvg: https://raw.githubusercontent.com/langbaseinc/status/master/assets/favicon.svg +i18n: + footer: '' diff --git a/README.md b/README.md index 5c61a8a4f..1d5c33c92 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,20 @@ -# [![Upptime](https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/logo.svg)](https://upptime.js.org) +# [📈 CommandCode Status](https://status.commandcode.ai) -**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 [Anand Chowdhary](https://anandchowdhary.com), supported by [Pabio](https://pabio.com). - -> 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 3,000+ people and teams to ensure they know when their endpoints go down. - -I built Upptime because, like many developers, I needed an uptime monitor and status page for my startup Pabio that was affordable, flexible, and completely under my control. At the time, existing services felt expensive, rigid, or closed-source. GitHub Actions had just launched, and I thought: hmm... what if I turned Actions into a self-hosted uptime monitor? - -Upptime runs scheduled checks using GitHub Actions (as often as every 5 minutes) to ping your endpoints and verify they're online. Response time data is recorded and committed to git, enabling long-term trend charts and historical insights. When downtime is detected, GitHub Issues are automatically opened and closed. A status page built with Svelte is hosted via GitHub Pages and shows uptime, response times, and incident history - so you get the full-stack uptime monitor and status page. - -I built it to be completely free if you're already using GitHub since there's no external server or subscription needed. All configuration lives in a single file, and your data is gone if you delete the repo. Plus, you get a git-native audit trail for all changes and events. - -Since launching, Upptime has grown to over 16,000 stars and is actively used by developers and teams to monitor their services. In fact, Upptime is used by [over 3,000+ people and teams](https://github.com/topics/upptime), including Ubuntu-maker Canonical and my preferred developer time tracker Wakatime. - -
+This is the uptime monitor and status page for [CommandCode.ai](https://commandcode.ai), powered by [Upptime](https://upptime.js.org). -[![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) +[![Uptime CI](https://github.com/CommandCodeAI/status/workflows/Uptime%20CI/badge.svg)](https://github.com/CommandCodeAI/status/actions?query=workflow%3A%22Uptime+CI%22) +[![Response Time CI](https://github.com/CommandCodeAI/status/workflows/Response%20Time%20CI/badge.svg)](https://github.com/CommandCodeAI/status/actions?query=workflow%3A%22Response+Time+CI%22) +[![Graphs CI](https://github.com/CommandCodeAI/status/workflows/Graphs%20CI/badge.svg)](https://github.com/CommandCodeAI/status/actions?query=workflow%3A%22Graphs+CI%22) +[![Static Site CI](https://github.com/CommandCodeAI/status/workflows/Static%20Site%20CI/badge.svg)](https://github.com/CommandCodeAI/status/actions?query=workflow%3A%22Static+Site+CI%22) +[![Summary CI](https://github.com/CommandCodeAI/status/workflows/Summary%20CI/badge.svg)](https://github.com/CommandCodeAI/status/actions?query=workflow%3A%22Summary+CI%22) + +## [📈 Live Status](https://status.commandcode.ai): **🟩 All systems operational** -## [📈 Live Status](https://demo.upptime.js.org): **🟧 Partial outage** +We use [Issues](https://github.com/CommandCodeAI/status/issues) as incident reports, [Actions](https://github.com/CommandCodeAI/status/actions) as uptime monitors, and [Pages](https://status.commandcode.ai/) for the status page. @@ -35,84 +22,10 @@ Since launching, Upptime has grown to over 16,000 stars and is actively used by | 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 107ms
Response time 126
24-hour response time 112
7-day response time 107
30-day response time 157
1-year response time 131
|
100.00%All-time uptime 99.99%
24-hour uptime 100.00%
7-day uptime 100.00%
30-day uptime 100.00%
1-year uptime 99.98%
-| [Wikipedia](https://en.wikipedia.org) | 🟩 Up | [wikipedia.yml](https://github.com/upptime/upptime/commits/HEAD/history/wikipedia.yml) |
Response time graph 280ms
Response time 217
24-hour response time 218
7-day response time 280
30-day response time 209
1-year response time 207
|
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 231ms
Response time 314
24-hour response time 147
7-day response time 231
30-day response time 267
1-year response time 312
|
100.00%All-time uptime 99.03%
24-hour uptime 100.00%
7-day uptime 100.00%
30-day uptime 100.00%
1-year uptime 99.98%
-| [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 0
24-hour response time 0
7-day response time 0
30-day response time 0
1-year response time 0
|
0.00%All-time uptime 0.00%
24-hour uptime 0.00%
7-day uptime 0.00%
30-day uptime 0.00%
1-year uptime 0.00%
-| [IPv6 test](forwardemail.net) | 🟥 Down | [i-pv6-test.yml](https://github.com/upptime/upptime/commits/HEAD/history/i-pv6-test.yml) |
Response time graph 0ms
Response time 0
24-hour response time 0
7-day response time 0
30-day response time 0
1-year response time 0
|
0.00%All-time uptime 0.00%
24-hour uptime 0.00%
7-day uptime 0.00%
30-day uptime 0.00%
1-year uptime 0.00%
- -## ⭐ 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 is 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 is 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 #67](https://github.com/upptime/upptime/issues/67)). 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 committed 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) © [Anand Chowdhary](https://anandchowdhary.com), supported by [Pabio](https://pabio.com) -- Data in the `./history` directory: [Open Database License](https://opendatacommons.org/licenses/odbl/1-0/) +[**Visit our status website →**](https://status.commandcode.ai/) diff --git a/assets/favicon.svg b/assets/favicon.svg new file mode 100644 index 000000000..293901583 --- /dev/null +++ b/assets/favicon.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/assets/upptime-icon.svg b/assets/upptime-icon.svg deleted file mode 100644 index f909d51a2..000000000 --- a/assets/upptime-icon.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/graphs/google.png b/graphs/google.png deleted file mode 100644 index 52f13e8d0..000000000 Binary files a/graphs/google.png and /dev/null differ diff --git a/graphs/google/response-time-day.png b/graphs/google/response-time-day.png deleted file mode 100644 index efd9c422c..000000000 Binary files a/graphs/google/response-time-day.png and /dev/null differ diff --git a/graphs/google/response-time-month.png b/graphs/google/response-time-month.png deleted file mode 100644 index ad2a0b49c..000000000 Binary files a/graphs/google/response-time-month.png and /dev/null differ diff --git a/graphs/google/response-time-week.png b/graphs/google/response-time-week.png deleted file mode 100644 index da0bc6f9e..000000000 Binary files a/graphs/google/response-time-week.png and /dev/null differ diff --git a/graphs/google/response-time-year.png b/graphs/google/response-time-year.png deleted file mode 100644 index 3e0ec3dc4..000000000 Binary files a/graphs/google/response-time-year.png and /dev/null differ diff --git a/graphs/google/response-time.png b/graphs/google/response-time.png deleted file mode 100644 index b24ce36b9..000000000 Binary files a/graphs/google/response-time.png and /dev/null differ diff --git a/graphs/hacker-news.png b/graphs/hacker-news.png deleted file mode 100644 index f87a4ab09..000000000 Binary files a/graphs/hacker-news.png and /dev/null differ diff --git a/graphs/hacker-news/response-time-day.png b/graphs/hacker-news/response-time-day.png deleted file mode 100644 index 6877d31a3..000000000 Binary files a/graphs/hacker-news/response-time-day.png and /dev/null differ diff --git a/graphs/hacker-news/response-time-month.png b/graphs/hacker-news/response-time-month.png deleted file mode 100644 index dc5a2ee56..000000000 Binary files a/graphs/hacker-news/response-time-month.png and /dev/null differ diff --git a/graphs/hacker-news/response-time-week.png b/graphs/hacker-news/response-time-week.png deleted file mode 100644 index 56183191f..000000000 Binary files a/graphs/hacker-news/response-time-week.png and /dev/null differ diff --git a/graphs/hacker-news/response-time-year.png b/graphs/hacker-news/response-time-year.png deleted file mode 100644 index 29c12a87a..000000000 Binary files a/graphs/hacker-news/response-time-year.png and /dev/null differ diff --git a/graphs/hacker-news/response-time.png b/graphs/hacker-news/response-time.png deleted file mode 100644 index ec6298fc8..000000000 Binary files a/graphs/hacker-news/response-time.png and /dev/null differ diff --git a/graphs/i-pv6-test/response-time-day.png b/graphs/i-pv6-test/response-time-day.png deleted file mode 100644 index 634087383..000000000 Binary files a/graphs/i-pv6-test/response-time-day.png and /dev/null differ diff --git a/graphs/i-pv6-test/response-time-month.png b/graphs/i-pv6-test/response-time-month.png deleted file mode 100644 index 634087383..000000000 Binary files a/graphs/i-pv6-test/response-time-month.png and /dev/null differ diff --git a/graphs/i-pv6-test/response-time-week.png b/graphs/i-pv6-test/response-time-week.png deleted file mode 100644 index 634087383..000000000 Binary files a/graphs/i-pv6-test/response-time-week.png and /dev/null differ diff --git a/graphs/i-pv6-test/response-time-year.png b/graphs/i-pv6-test/response-time-year.png deleted file mode 100644 index 634087383..000000000 Binary files a/graphs/i-pv6-test/response-time-year.png and /dev/null differ diff --git a/graphs/i-pv6-test/response-time.png b/graphs/i-pv6-test/response-time.png deleted file mode 100644 index 634087383..000000000 Binary files a/graphs/i-pv6-test/response-time.png and /dev/null differ diff --git a/graphs/test-broken-site/response-time-day.png b/graphs/test-broken-site/response-time-day.png deleted file mode 100644 index 634087383..000000000 Binary files a/graphs/test-broken-site/response-time-day.png and /dev/null differ diff --git a/graphs/test-broken-site/response-time-month.png b/graphs/test-broken-site/response-time-month.png deleted file mode 100644 index 634087383..000000000 Binary files a/graphs/test-broken-site/response-time-month.png and /dev/null differ diff --git a/graphs/test-broken-site/response-time-week.png b/graphs/test-broken-site/response-time-week.png deleted file mode 100644 index 634087383..000000000 Binary files a/graphs/test-broken-site/response-time-week.png and /dev/null differ diff --git a/graphs/test-broken-site/response-time-year.png b/graphs/test-broken-site/response-time-year.png deleted file mode 100644 index 634087383..000000000 Binary files a/graphs/test-broken-site/response-time-year.png and /dev/null differ diff --git a/graphs/test-broken-site/response-time.png b/graphs/test-broken-site/response-time.png deleted file mode 100644 index 634087383..000000000 Binary files a/graphs/test-broken-site/response-time.png and /dev/null differ diff --git a/graphs/wikipedia.png b/graphs/wikipedia.png deleted file mode 100644 index 2d7393a17..000000000 Binary files a/graphs/wikipedia.png and /dev/null differ diff --git a/graphs/wikipedia/response-time-day.png b/graphs/wikipedia/response-time-day.png deleted file mode 100644 index 8826e83e0..000000000 Binary files a/graphs/wikipedia/response-time-day.png and /dev/null differ diff --git a/graphs/wikipedia/response-time-month.png b/graphs/wikipedia/response-time-month.png deleted file mode 100644 index 3a5ee8084..000000000 Binary files a/graphs/wikipedia/response-time-month.png and /dev/null differ diff --git a/graphs/wikipedia/response-time-week.png b/graphs/wikipedia/response-time-week.png deleted file mode 100644 index c10602257..000000000 Binary files a/graphs/wikipedia/response-time-week.png and /dev/null differ diff --git a/graphs/wikipedia/response-time-year.png b/graphs/wikipedia/response-time-year.png deleted file mode 100644 index e6b6fd0e3..000000000 Binary files a/graphs/wikipedia/response-time-year.png and /dev/null differ diff --git a/graphs/wikipedia/response-time.png b/graphs/wikipedia/response-time.png deleted file mode 100644 index 0b783be6d..000000000 Binary files a/graphs/wikipedia/response-time.png and /dev/null differ diff --git a/history/google.yml b/history/google.yml deleted file mode 100644 index b3b55d31a..000000000 --- a/history/google.yml +++ /dev/null @@ -1,7 +0,0 @@ -url: https://www.google.com -status: up -code: 200 -responseTime: 112 -lastUpdated: 2026-02-23T23:25:53.311Z -startTime: 2020-08-10T07:54:39.000Z -generator: Upptime diff --git a/history/hacker-news.yml b/history/hacker-news.yml deleted file mode 100644 index c2f52720c..000000000 --- a/history/hacker-news.yml +++ /dev/null @@ -1,7 +0,0 @@ -url: https://news.ycombinator.com -status: up -code: 200 -responseTime: 147 -lastUpdated: 2026-02-23T23:25:54.043Z -startTime: 2020-08-10T07:54:43.000Z -generator: Upptime diff --git a/history/i-pv6-test.yml b/history/i-pv6-test.yml deleted file mode 100644 index 0a40166e3..000000000 --- a/history/i-pv6-test.yml +++ /dev/null @@ -1,7 +0,0 @@ -url: forwardemail.net -status: down -code: 0 -responseTime: 0 -lastUpdated: 2026-02-23T23:25:54.947Z -startTime: 2024-01-15T10:13:30.802Z -generator: Upptime diff --git a/history/summary.json b/history/summary.json index 229105286..e69de29bb 100644 --- a/history/summary.json +++ b/history/summary.json @@ -1,834 +0,0 @@ -[ - { - "name": "Google", - "url": "https://www.google.com", - "icon": "https://icons.duckduckgo.com/ip3/www.google.com.ico", - "slug": "google", - "status": "up", - "uptime": "99.99%", - "uptimeDay": "100.00%", - "uptimeWeek": "100.00%", - "uptimeMonth": "100.00%", - "uptimeYear": "99.98%", - "time": 126, - "timeDay": 112, - "timeWeek": 107, - "timeMonth": 157, - "timeYear": 131, - "dailyMinutesDown": { - "2026-01-05": 20, - "2026-01-04": 20, - "2025-12-14": 23, - "2025-10-14": 19, - "2025-06-28": 28 - } - }, - { - "name": "Wikipedia", - "url": "https://en.wikipedia.org", - "icon": "https://icons.duckduckgo.com/ip3/en.wikipedia.org.ico", - "slug": "wikipedia", - "status": "up", - "uptime": "100.00%", - "uptimeDay": "100.00%", - "uptimeWeek": "100.00%", - "uptimeMonth": "100.00%", - "uptimeYear": "100.00%", - "time": 217, - "timeDay": 218, - "timeWeek": 280, - "timeMonth": 209, - "timeYear": 207, - "dailyMinutesDown": {} - }, - { - "name": "Hacker News", - "url": "https://news.ycombinator.com", - "icon": "https://icons.duckduckgo.com/ip3/news.ycombinator.com.ico", - "slug": "hacker-news", - "status": "up", - "uptime": "99.03%", - "uptimeDay": "100.00%", - "uptimeWeek": "100.00%", - "uptimeMonth": "100.00%", - "uptimeYear": "99.98%", - "time": 314, - "timeDay": 147, - "timeWeek": 231, - "timeMonth": 267, - "timeYear": 312, - "dailyMinutesDown": { - "2025-05-27": 18, - "2025-05-11": 80, - "2025-05-10": 3 - } - }, - { - "name": "Test Broken Site", - "url": "https://thissitedoesnotexist.koj.co", - "icon": "https://icons.duckduckgo.com/ip3/thissitedoesnotexist.koj.co.ico", - "slug": "test-broken-site", - "status": "down", - "uptime": "0.00%", - "uptimeDay": "0.00%", - "uptimeWeek": "0.00%", - "uptimeMonth": "0.00%", - "uptimeYear": "0.00%", - "time": 0, - "timeDay": 0, - "timeWeek": 0, - "timeMonth": 0, - "timeYear": 0, - "dailyMinutesDown": { - "2026-02-24": 122, - "2026-02-23": 1440, - "2026-02-22": 1440, - "2026-02-21": 1440, - "2026-02-20": 1440, - "2026-02-19": 1440, - "2026-02-18": 1440, - "2026-02-17": 1440, - "2026-02-16": 1440, - "2026-02-15": 1440, - "2026-02-14": 1440, - "2026-02-13": 1440, - "2026-02-12": 1440, - "2026-02-11": 1440, - "2026-02-10": 1440, - "2026-02-09": 1440, - "2026-02-08": 1440, - "2026-02-07": 1440, - "2026-02-06": 1440, - "2026-02-05": 1440, - "2026-02-04": 1440, - "2026-02-03": 1440, - "2026-02-02": 1440, - "2026-02-01": 1440, - "2026-01-31": 1440, - "2026-01-30": 1440, - "2026-01-29": 1440, - "2026-01-28": 1440, - "2026-01-27": 1440, - "2026-01-26": 1440, - "2026-01-25": 1440, - "2026-01-24": 1440, - "2026-01-23": 1440, - "2026-01-22": 1440, - "2026-01-21": 1440, - "2026-01-20": 1440, - "2026-01-19": 1440, - "2026-01-18": 1440, - "2026-01-17": 1440, - "2026-01-16": 1440, - "2026-01-15": 1440, - "2026-01-14": 1440, - "2026-01-13": 1440, - "2026-01-12": 1440, - "2026-01-11": 1440, - "2026-01-10": 1440, - "2026-01-09": 1440, - "2026-01-08": 1440, - "2026-01-07": 1440, - "2026-01-06": 1440, - "2026-01-05": 1440, - "2026-01-04": 1440, - "2026-01-03": 1440, - "2026-01-02": 1440, - "2026-01-01": 1440, - "2025-12-31": 1440, - "2025-12-30": 1440, - "2025-12-29": 1440, - "2025-12-28": 1440, - "2025-12-27": 1440, - "2025-12-26": 1440, - "2025-12-25": 1440, - "2025-12-24": 1440, - "2025-12-23": 1440, - "2025-12-22": 1440, - "2025-12-21": 1440, - "2025-12-20": 1440, - "2025-12-19": 1440, - "2025-12-18": 1440, - "2025-12-17": 1440, - "2025-12-16": 1440, - "2025-12-15": 1440, - "2025-12-14": 1440, - "2025-12-13": 1440, - "2025-12-12": 1440, - "2025-12-11": 1440, - "2025-12-10": 1440, - "2025-12-09": 1440, - "2025-12-08": 1440, - "2025-12-07": 1440, - "2025-12-06": 1440, - "2025-12-05": 1440, - "2025-12-04": 1440, - "2025-12-03": 1440, - "2025-12-02": 1440, - "2025-12-01": 1440, - "2025-11-30": 1440, - "2025-11-29": 1440, - "2025-11-28": 1440, - "2025-11-27": 1440, - "2025-11-26": 1440, - "2025-11-25": 1440, - "2025-11-24": 1440, - "2025-11-23": 1440, - "2025-11-22": 1440, - "2025-11-21": 1440, - "2025-11-20": 1440, - "2025-11-19": 1440, - "2025-11-18": 1440, - "2025-11-17": 1440, - "2025-11-16": 1440, - "2025-11-15": 1440, - "2025-11-14": 1440, - "2025-11-13": 1440, - "2025-11-12": 1440, - "2025-11-11": 1440, - "2025-11-10": 1440, - "2025-11-09": 1440, - "2025-11-08": 1440, - "2025-11-07": 1440, - "2025-11-06": 1440, - "2025-11-05": 1440, - "2025-11-04": 1440, - "2025-11-03": 1440, - "2025-11-02": 1440, - "2025-11-01": 1440, - "2025-10-31": 1440, - "2025-10-30": 1440, - "2025-10-29": 1440, - "2025-10-28": 1440, - "2025-10-27": 1440, - "2025-10-26": 1440, - "2025-10-25": 1440, - "2025-10-24": 1440, - "2025-10-23": 1440, - "2025-10-22": 1440, - "2025-10-21": 1440, - "2025-10-20": 1440, - "2025-10-19": 1440, - "2025-10-18": 1440, - "2025-10-17": 1440, - "2025-10-16": 1440, - "2025-10-15": 1440, - "2025-10-14": 1440, - "2025-10-13": 1440, - "2025-10-12": 1440, - "2025-10-11": 1440, - "2025-10-10": 1440, - "2025-10-09": 1440, - "2025-10-08": 1440, - "2025-10-07": 1440, - "2025-10-06": 1440, - "2025-10-05": 1440, - "2025-10-04": 1440, - "2025-10-03": 1440, - "2025-10-02": 1440, - "2025-10-01": 1440, - "2025-09-30": 1440, - "2025-09-29": 1440, - "2025-09-28": 1440, - "2025-09-27": 1440, - "2025-09-26": 1440, - "2025-09-25": 1440, - "2025-09-24": 1440, - "2025-09-23": 1440, - "2025-09-22": 1440, - "2025-09-21": 1440, - "2025-09-20": 1440, - "2025-09-19": 1440, - "2025-09-18": 1440, - "2025-09-17": 1440, - "2025-09-16": 1440, - "2025-09-15": 1440, - "2025-09-14": 1440, - "2025-09-13": 1440, - "2025-09-12": 1440, - "2025-09-11": 1440, - "2025-09-10": 1440, - "2025-09-09": 1440, - "2025-09-08": 1440, - "2025-09-07": 1440, - "2025-09-06": 1440, - "2025-09-05": 1440, - "2025-09-04": 1440, - "2025-09-03": 1440, - "2025-09-02": 1440, - "2025-09-01": 1440, - "2025-08-31": 1440, - "2025-08-30": 1440, - "2025-08-29": 1440, - "2025-08-28": 1440, - "2025-08-27": 1440, - "2025-08-26": 1440, - "2025-08-25": 1440, - "2025-08-24": 1440, - "2025-08-23": 1440, - "2025-08-22": 1440, - "2025-08-21": 1440, - "2025-08-20": 1440, - "2025-08-19": 1440, - "2025-08-18": 1440, - "2025-08-17": 1440, - "2025-08-16": 1440, - "2025-08-15": 1440, - "2025-08-14": 1440, - "2025-08-13": 1440, - "2025-08-12": 1440, - "2025-08-11": 1440, - "2025-08-10": 1440, - "2025-08-09": 1440, - "2025-08-08": 1440, - "2025-08-07": 1440, - "2025-08-06": 1440, - "2025-08-05": 1440, - "2025-08-04": 1440, - "2025-08-03": 1440, - "2025-08-02": 1440, - "2025-08-01": 1440, - "2025-07-31": 1440, - "2025-07-30": 1440, - "2025-07-29": 1440, - "2025-07-28": 1440, - "2025-07-27": 1440, - "2025-07-26": 1440, - "2025-07-25": 1440, - "2025-07-24": 1440, - "2025-07-23": 1440, - "2025-07-22": 1440, - "2025-07-21": 1440, - "2025-07-20": 1440, - "2025-07-19": 1440, - "2025-07-18": 1440, - "2025-07-17": 1440, - "2025-07-16": 1440, - "2025-07-15": 1440, - "2025-07-14": 1440, - "2025-07-13": 1440, - "2025-07-12": 1440, - "2025-07-11": 1440, - "2025-07-10": 1440, - "2025-07-09": 1440, - "2025-07-08": 1440, - "2025-07-07": 1440, - "2025-07-06": 1440, - "2025-07-05": 1440, - "2025-07-04": 1440, - "2025-07-03": 1440, - "2025-07-02": 1440, - "2025-07-01": 1440, - "2025-06-30": 1440, - "2025-06-29": 1440, - "2025-06-28": 1440, - "2025-06-27": 1440, - "2025-06-26": 1440, - "2025-06-25": 1440, - "2025-06-24": 1440, - "2025-06-23": 1440, - "2025-06-22": 1440, - "2025-06-21": 1440, - "2025-06-20": 1440, - "2025-06-19": 1440, - "2025-06-18": 1440, - "2025-06-17": 1440, - "2025-06-16": 1440, - "2025-06-15": 1440, - "2025-06-14": 1440, - "2025-06-13": 1440, - "2025-06-12": 1440, - "2025-06-11": 1440, - "2025-06-10": 1440, - "2025-06-09": 1440, - "2025-06-08": 1440, - "2025-06-07": 1440, - "2025-06-06": 1440, - "2025-06-05": 1440, - "2025-06-04": 1440, - "2025-06-03": 1440, - "2025-06-02": 1440, - "2025-06-01": 1440, - "2025-05-31": 1440, - "2025-05-30": 1440, - "2025-05-29": 1440, - "2025-05-28": 1440, - "2025-05-27": 1440, - "2025-05-26": 1440, - "2025-05-25": 1440, - "2025-05-24": 1440, - "2025-05-23": 1440, - "2025-05-22": 1440, - "2025-05-21": 1440, - "2025-05-20": 1440, - "2025-05-19": 1440, - "2025-05-18": 1440, - "2025-05-17": 1440, - "2025-05-16": 1440, - "2025-05-15": 1440, - "2025-05-14": 1440, - "2025-05-13": 1440, - "2025-05-12": 1440, - "2025-05-11": 1440, - "2025-05-10": 1440, - "2025-05-09": 1440, - "2025-05-08": 1440, - "2025-05-07": 1440, - "2025-05-06": 1440, - "2025-05-05": 1440, - "2025-05-04": 1440, - "2025-05-03": 1440, - "2025-05-02": 1440, - "2025-05-01": 1440, - "2025-04-30": 1440, - "2025-04-29": 1440, - "2025-04-28": 1440, - "2025-04-27": 1440, - "2025-04-26": 1440, - "2025-04-25": 1440, - "2025-04-24": 1440, - "2025-04-23": 1440, - "2025-04-22": 1440, - "2025-04-21": 1440, - "2025-04-20": 1440, - "2025-04-19": 1440, - "2025-04-18": 1440, - "2025-04-17": 1440, - "2025-04-16": 1440, - "2025-04-15": 1440, - "2025-04-14": 1440, - "2025-04-13": 1440, - "2025-04-12": 1440, - "2025-04-11": 1440, - "2025-04-10": 1440, - "2025-04-09": 1440, - "2025-04-08": 1440, - "2025-04-07": 1440, - "2025-04-06": 1440, - "2025-04-05": 1440, - "2025-04-04": 1440, - "2025-04-03": 1440, - "2025-04-02": 1440, - "2025-04-01": 1440, - "2025-03-31": 1440, - "2025-03-30": 1440, - "2025-03-29": 1440, - "2025-03-28": 1440, - "2025-03-27": 1440, - "2025-03-26": 1440, - "2025-03-25": 1440, - "2025-03-24": 1440, - "2025-03-23": 1440, - "2025-03-22": 1440, - "2025-03-21": 1440, - "2025-03-20": 1440, - "2025-03-19": 1440, - "2025-03-18": 1440, - "2025-03-17": 1440, - "2025-03-16": 1440, - "2025-03-15": 1440, - "2025-03-14": 1440, - "2025-03-13": 1440, - "2025-03-12": 1440, - "2025-03-11": 1440, - "2025-03-10": 1440, - "2025-03-09": 1440, - "2025-03-08": 1440, - "2025-03-07": 1440, - "2025-03-06": 1440, - "2025-03-05": 1440, - "2025-03-04": 1440, - "2025-03-03": 1440, - "2025-03-02": 1440, - "2025-03-01": 1440, - "2025-02-28": 1440, - "2025-02-27": 1440, - "2025-02-26": 1440, - "2025-02-25": 1440 - } - }, - { - "name": "IPv6 test", - "url": "forwardemail.net", - "icon": "https://icons.duckduckgo.com/ip3/null.ico", - "slug": "i-pv6-test", - "status": "down", - "uptime": "0.00%", - "uptimeDay": "0.00%", - "uptimeWeek": "0.00%", - "uptimeMonth": "0.00%", - "uptimeYear": "0.00%", - "time": 0, - "timeDay": 0, - "timeWeek": 0, - "timeMonth": 0, - "timeYear": 0, - "dailyMinutesDown": { - "2026-02-24": 122, - "2026-02-23": 1440, - "2026-02-22": 1440, - "2026-02-21": 1440, - "2026-02-20": 1440, - "2026-02-19": 1440, - "2026-02-18": 1440, - "2026-02-17": 1440, - "2026-02-16": 1440, - "2026-02-15": 1440, - "2026-02-14": 1440, - "2026-02-13": 1440, - "2026-02-12": 1440, - "2026-02-11": 1440, - "2026-02-10": 1440, - "2026-02-09": 1440, - "2026-02-08": 1440, - "2026-02-07": 1440, - "2026-02-06": 1440, - "2026-02-05": 1440, - "2026-02-04": 1440, - "2026-02-03": 1440, - "2026-02-02": 1440, - "2026-02-01": 1440, - "2026-01-31": 1440, - "2026-01-30": 1440, - "2026-01-29": 1440, - "2026-01-28": 1440, - "2026-01-27": 1440, - "2026-01-26": 1440, - "2026-01-25": 1440, - "2026-01-24": 1440, - "2026-01-23": 1440, - "2026-01-22": 1440, - "2026-01-21": 1440, - "2026-01-20": 1440, - "2026-01-19": 1440, - "2026-01-18": 1440, - "2026-01-17": 1440, - "2026-01-16": 1440, - "2026-01-15": 1440, - "2026-01-14": 1440, - "2026-01-13": 1440, - "2026-01-12": 1440, - "2026-01-11": 1440, - "2026-01-10": 1440, - "2026-01-09": 1440, - "2026-01-08": 1440, - "2026-01-07": 1440, - "2026-01-06": 1440, - "2026-01-05": 1440, - "2026-01-04": 1440, - "2026-01-03": 1440, - "2026-01-02": 1440, - "2026-01-01": 1440, - "2025-12-31": 1440, - "2025-12-30": 1440, - "2025-12-29": 1440, - "2025-12-28": 1440, - "2025-12-27": 1440, - "2025-12-26": 1440, - "2025-12-25": 1440, - "2025-12-24": 1440, - "2025-12-23": 1440, - "2025-12-22": 1440, - "2025-12-21": 1440, - "2025-12-20": 1440, - "2025-12-19": 1440, - "2025-12-18": 1440, - "2025-12-17": 1440, - "2025-12-16": 1440, - "2025-12-15": 1440, - "2025-12-14": 1440, - "2025-12-13": 1440, - "2025-12-12": 1440, - "2025-12-11": 1440, - "2025-12-10": 1440, - "2025-12-09": 1440, - "2025-12-08": 1440, - "2025-12-07": 1440, - "2025-12-06": 1440, - "2025-12-05": 1440, - "2025-12-04": 1440, - "2025-12-03": 1440, - "2025-12-02": 1440, - "2025-12-01": 1440, - "2025-11-30": 1440, - "2025-11-29": 1440, - "2025-11-28": 1440, - "2025-11-27": 1440, - "2025-11-26": 1440, - "2025-11-25": 1440, - "2025-11-24": 1440, - "2025-11-23": 1440, - "2025-11-22": 1440, - "2025-11-21": 1440, - "2025-11-20": 1440, - "2025-11-19": 1440, - "2025-11-18": 1440, - "2025-11-17": 1440, - "2025-11-16": 1440, - "2025-11-15": 1440, - "2025-11-14": 1440, - "2025-11-13": 1440, - "2025-11-12": 1440, - "2025-11-11": 1440, - "2025-11-10": 1440, - "2025-11-09": 1440, - "2025-11-08": 1440, - "2025-11-07": 1440, - "2025-11-06": 1440, - "2025-11-05": 1440, - "2025-11-04": 1440, - "2025-11-03": 1440, - "2025-11-02": 1440, - "2025-11-01": 1440, - "2025-10-31": 1440, - "2025-10-30": 1440, - "2025-10-29": 1440, - "2025-10-28": 1440, - "2025-10-27": 1440, - "2025-10-26": 1440, - "2025-10-25": 1440, - "2025-10-24": 1440, - "2025-10-23": 1440, - "2025-10-22": 1440, - "2025-10-21": 1440, - "2025-10-20": 1440, - "2025-10-19": 1440, - "2025-10-18": 1440, - "2025-10-17": 1440, - "2025-10-16": 1440, - "2025-10-15": 1440, - "2025-10-14": 1440, - "2025-10-13": 1440, - "2025-10-12": 1440, - "2025-10-11": 1440, - "2025-10-10": 1440, - "2025-10-09": 1440, - "2025-10-08": 1440, - "2025-10-07": 1440, - "2025-10-06": 1440, - "2025-10-05": 1440, - "2025-10-04": 1440, - "2025-10-03": 1440, - "2025-10-02": 1440, - "2025-10-01": 1440, - "2025-09-30": 1440, - "2025-09-29": 1440, - "2025-09-28": 1440, - "2025-09-27": 1440, - "2025-09-26": 1440, - "2025-09-25": 1440, - "2025-09-24": 1440, - "2025-09-23": 1440, - "2025-09-22": 1440, - "2025-09-21": 1440, - "2025-09-20": 1440, - "2025-09-19": 1440, - "2025-09-18": 1440, - "2025-09-17": 1440, - "2025-09-16": 1440, - "2025-09-15": 1440, - "2025-09-14": 1440, - "2025-09-13": 1440, - "2025-09-12": 1440, - "2025-09-11": 1440, - "2025-09-10": 1440, - "2025-09-09": 1440, - "2025-09-08": 1440, - "2025-09-07": 1440, - "2025-09-06": 1440, - "2025-09-05": 1440, - "2025-09-04": 1440, - "2025-09-03": 1440, - "2025-09-02": 1440, - "2025-09-01": 1440, - "2025-08-31": 1440, - "2025-08-30": 1440, - "2025-08-29": 1440, - "2025-08-28": 1440, - "2025-08-27": 1440, - "2025-08-26": 1440, - "2025-08-25": 1440, - "2025-08-24": 1440, - "2025-08-23": 1440, - "2025-08-22": 1440, - "2025-08-21": 1440, - "2025-08-20": 1440, - "2025-08-19": 1440, - "2025-08-18": 1440, - "2025-08-17": 1440, - "2025-08-16": 1440, - "2025-08-15": 1440, - "2025-08-14": 1440, - "2025-08-13": 1440, - "2025-08-12": 1440, - "2025-08-11": 1440, - "2025-08-10": 1440, - "2025-08-09": 1440, - "2025-08-08": 1440, - "2025-08-07": 1440, - "2025-08-06": 1440, - "2025-08-05": 1440, - "2025-08-04": 1440, - "2025-08-03": 1440, - "2025-08-02": 1440, - "2025-08-01": 1440, - "2025-07-31": 1440, - "2025-07-30": 1440, - "2025-07-29": 1440, - "2025-07-28": 1440, - "2025-07-27": 1440, - "2025-07-26": 1440, - "2025-07-25": 1440, - "2025-07-24": 1440, - "2025-07-23": 1440, - "2025-07-22": 1440, - "2025-07-21": 1440, - "2025-07-20": 1440, - "2025-07-19": 1440, - "2025-07-18": 1440, - "2025-07-17": 1440, - "2025-07-16": 1440, - "2025-07-15": 1440, - "2025-07-14": 1440, - "2025-07-13": 1440, - "2025-07-12": 1440, - "2025-07-11": 1440, - "2025-07-10": 1440, - "2025-07-09": 1440, - "2025-07-08": 1440, - "2025-07-07": 1440, - "2025-07-06": 1440, - "2025-07-05": 1440, - "2025-07-04": 1440, - "2025-07-03": 1440, - "2025-07-02": 1440, - "2025-07-01": 1440, - "2025-06-30": 1440, - "2025-06-29": 1440, - "2025-06-28": 1440, - "2025-06-27": 1440, - "2025-06-26": 1440, - "2025-06-25": 1440, - "2025-06-24": 1440, - "2025-06-23": 1440, - "2025-06-22": 1440, - "2025-06-21": 1440, - "2025-06-20": 1440, - "2025-06-19": 1440, - "2025-06-18": 1440, - "2025-06-17": 1440, - "2025-06-16": 1440, - "2025-06-15": 1440, - "2025-06-14": 1440, - "2025-06-13": 1440, - "2025-06-12": 1440, - "2025-06-11": 1440, - "2025-06-10": 1440, - "2025-06-09": 1440, - "2025-06-08": 1440, - "2025-06-07": 1440, - "2025-06-06": 1440, - "2025-06-05": 1440, - "2025-06-04": 1440, - "2025-06-03": 1440, - "2025-06-02": 1440, - "2025-06-01": 1440, - "2025-05-31": 1440, - "2025-05-30": 1440, - "2025-05-29": 1440, - "2025-05-28": 1440, - "2025-05-27": 1440, - "2025-05-26": 1440, - "2025-05-25": 1440, - "2025-05-24": 1440, - "2025-05-23": 1440, - "2025-05-22": 1440, - "2025-05-21": 1440, - "2025-05-20": 1440, - "2025-05-19": 1440, - "2025-05-18": 1440, - "2025-05-17": 1440, - "2025-05-16": 1440, - "2025-05-15": 1440, - "2025-05-14": 1440, - "2025-05-13": 1440, - "2025-05-12": 1440, - "2025-05-11": 1440, - "2025-05-10": 1440, - "2025-05-09": 1440, - "2025-05-08": 1440, - "2025-05-07": 1440, - "2025-05-06": 1440, - "2025-05-05": 1440, - "2025-05-04": 1440, - "2025-05-03": 1440, - "2025-05-02": 1440, - "2025-05-01": 1440, - "2025-04-30": 1440, - "2025-04-29": 1440, - "2025-04-28": 1440, - "2025-04-27": 1440, - "2025-04-26": 1440, - "2025-04-25": 1440, - "2025-04-24": 1440, - "2025-04-23": 1440, - "2025-04-22": 1440, - "2025-04-21": 1440, - "2025-04-20": 1440, - "2025-04-19": 1440, - "2025-04-18": 1440, - "2025-04-17": 1440, - "2025-04-16": 1440, - "2025-04-15": 1440, - "2025-04-14": 1440, - "2025-04-13": 1440, - "2025-04-12": 1440, - "2025-04-11": 1440, - "2025-04-10": 1440, - "2025-04-09": 1440, - "2025-04-08": 1440, - "2025-04-07": 1440, - "2025-04-06": 1440, - "2025-04-05": 1440, - "2025-04-04": 1440, - "2025-04-03": 1440, - "2025-04-02": 1440, - "2025-04-01": 1440, - "2025-03-31": 1440, - "2025-03-30": 1440, - "2025-03-29": 1440, - "2025-03-28": 1440, - "2025-03-27": 1440, - "2025-03-26": 1440, - "2025-03-25": 1440, - "2025-03-24": 1440, - "2025-03-23": 1440, - "2025-03-22": 1440, - "2025-03-21": 1440, - "2025-03-20": 1440, - "2025-03-19": 1440, - "2025-03-18": 1440, - "2025-03-17": 1440, - "2025-03-16": 1440, - "2025-03-15": 1440, - "2025-03-14": 1440, - "2025-03-13": 1440, - "2025-03-12": 1440, - "2025-03-11": 1440, - "2025-03-10": 1440, - "2025-03-09": 1440, - "2025-03-08": 1440, - "2025-03-07": 1440, - "2025-03-06": 1440, - "2025-03-05": 1440, - "2025-03-04": 1440, - "2025-03-03": 1440, - "2025-03-02": 1440, - "2025-03-01": 1440, - "2025-02-28": 1440, - "2025-02-27": 1440, - "2025-02-26": 1440, - "2025-02-25": 1440 - } - } -] \ No newline at end of file diff --git a/history/test-broken-site.yml b/history/test-broken-site.yml deleted file mode 100644 index b8b83f842..000000000 --- a/history/test-broken-site.yml +++ /dev/null @@ -1,7 +0,0 @@ -url: https://thissitedoesnotexist.koj.co -status: down -code: 0 -responseTime: 0 -lastUpdated: 2026-02-23T23:25:54.327Z -startTime: 2021-04-20T09:46:06.000Z -generator: Upptime diff --git a/history/wikipedia.yml b/history/wikipedia.yml deleted file mode 100644 index 1d7bf3bf2..000000000 --- a/history/wikipedia.yml +++ /dev/null @@ -1,7 +0,0 @@ -url: https://en.wikipedia.org -status: up -code: 200 -responseTime: 218 -lastUpdated: 2026-02-23T23:25:53.716Z -startTime: 2020-08-10T07:54:40.000Z -generator: Upptime