Compare commits
14 Commits
8467b28960
...
71c28edef1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
71c28edef1 | ||
|
|
efaffc7602 | ||
|
|
811521f255 | ||
|
|
777c9a57ba | ||
|
|
08f8b3c330 | ||
|
|
10a798519a | ||
|
|
1e81bae9f9 | ||
|
|
4ddb0b1ab2 | ||
|
|
b13bf182ba | ||
|
|
137fd93974 | ||
|
|
570c7f2329 | ||
|
|
3b3d0ff7e6 | ||
|
|
9582bddcd4 | ||
|
|
58964e92e4 |
4
.github/workflows/graphs.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.41.3
|
# 🔼 Upptime @v1.41.4
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Generate graphs
|
- name: Generate graphs
|
||||||
uses: upptime/uptime-monitor@v1.41.3
|
uses: upptime/uptime-monitor@v1.41.4
|
||||||
with:
|
with:
|
||||||
command: "graphs"
|
command: "graphs"
|
||||||
env:
|
env:
|
||||||
|
|||||||
4
.github/workflows/response-time.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.41.3
|
# 🔼 Upptime @v1.41.4
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Update response time
|
- name: Update response time
|
||||||
uses: upptime/uptime-monitor@v1.41.3
|
uses: upptime/uptime-monitor@v1.41.4
|
||||||
with:
|
with:
|
||||||
command: "response-time"
|
command: "response-time"
|
||||||
env:
|
env:
|
||||||
|
|||||||
10
.github/workflows/setup.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.41.3
|
# 🔼 Upptime @v1.41.4
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -33,20 +33,20 @@ jobs:
|
|||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Update template
|
- name: Update template
|
||||||
uses: upptime/uptime-monitor@v1.41.3
|
uses: upptime/uptime-monitor@v1.41.4
|
||||||
with:
|
with:
|
||||||
command: "update-template"
|
command: "update-template"
|
||||||
env:
|
env:
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Update response time
|
- name: Update response time
|
||||||
uses: upptime/uptime-monitor@v1.41.3
|
uses: upptime/uptime-monitor@v1.41.4
|
||||||
with:
|
with:
|
||||||
command: "response-time"
|
command: "response-time"
|
||||||
env:
|
env:
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||||
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
||||||
- name: Update summary in README
|
- name: Update summary in README
|
||||||
uses: upptime/uptime-monitor@v1.41.3
|
uses: upptime/uptime-monitor@v1.41.4
|
||||||
with:
|
with:
|
||||||
command: "readme"
|
command: "readme"
|
||||||
env:
|
env:
|
||||||
@ -57,7 +57,7 @@ jobs:
|
|||||||
workflow: Graphs CI
|
workflow: Graphs CI
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Generate site
|
- name: Generate site
|
||||||
uses: upptime/uptime-monitor@v1.41.3
|
uses: upptime/uptime-monitor@v1.41.4
|
||||||
with:
|
with:
|
||||||
command: "site"
|
command: "site"
|
||||||
env:
|
env:
|
||||||
|
|||||||
4
.github/workflows/site.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.41.3
|
# 🔼 Upptime @v1.41.4
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -33,7 +33,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Generate site
|
- name: Generate site
|
||||||
uses: upptime/uptime-monitor@v1.41.3
|
uses: upptime/uptime-monitor@v1.41.4
|
||||||
with:
|
with:
|
||||||
command: "site"
|
command: "site"
|
||||||
env:
|
env:
|
||||||
|
|||||||
4
.github/workflows/summary.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.41.3
|
# 🔼 Upptime @v1.41.4
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Update summary in README
|
- name: Update summary in README
|
||||||
uses: upptime/uptime-monitor@v1.41.3
|
uses: upptime/uptime-monitor@v1.41.4
|
||||||
with:
|
with:
|
||||||
command: "readme"
|
command: "readme"
|
||||||
env:
|
env:
|
||||||
|
|||||||
2
.github/workflows/update-template.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.41.3
|
# 🔼 Upptime @v1.41.4
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
|
|||||||
2
.github/workflows/updates.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.41.3
|
# 🔼 Upptime @v1.41.4
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
|
|||||||
4
.github/workflows/uptime.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.41.3
|
# 🔼 Upptime @v1.41.4
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Check endpoint status
|
- name: Check endpoint status
|
||||||
uses: upptime/uptime-monitor@v1.41.3
|
uses: upptime/uptime-monitor@v1.41.4
|
||||||
with:
|
with:
|
||||||
command: "update"
|
command: "update"
|
||||||
env:
|
env:
|
||||||
|
|||||||
20
README.md
@ -14,16 +14,16 @@ This repository contains the open-source uptime monitor and status page for [PWS
|
|||||||
<!-- prettier-ignore -->
|
<!-- prettier-ignore -->
|
||||||
| URL | Status | History | Response Time | Uptime |
|
| URL | Status | History | Response Time | Uptime |
|
||||||
| --- | ------ | ------- | ------------- | ------ |
|
| --- | ------ | ------- | ------------- | ------ |
|
||||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/www.whitney.rip.ico" height="13"> [PWS Homepage](https://www.whitney.rip) | 🟩 Up | [pws-homepage.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-homepage.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-homepage/response-time-week.png" height="20"> 339ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="Response time 471" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="24-hour response time 405" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="7-day response time 339" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="30-day response time 370" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="1-year response time 468" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-homepage">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="All-time uptime 96.89%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="30-day uptime 95.99%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="1-year uptime 97.09%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fuptime-year.json"></a></details>
|
| <img alt="" src="https://icons.duckduckgo.com/ip3/www.whitney.rip.ico" height="13"> [PWS Homepage](https://www.whitney.rip) | 🟩 Up | [pws-homepage.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-homepage.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-homepage/response-time-week.png" height="20"> 405ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="Response time 471" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="24-hour response time 515" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="7-day response time 405" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="30-day response time 376" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="1-year response time 468" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-homepage">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="All-time uptime 96.90%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="30-day uptime 95.99%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="1-year uptime 97.09%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fuptime-year.json"></a></details>
|
||||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/jake.runyan.dev.ico" height="13"> [Jake Runyan Portfolio](https://jake.runyan.dev) | 🟩 Up | [jake-runyan-portfolio.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/jake-runyan-portfolio.yml) | <details><summary><img alt="Response time graph" src="./graphs/jake-runyan-portfolio/response-time-week.png" height="20"> 333ms</summary><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="Response time 325" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="24-hour response time 473" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="7-day response time 333" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="30-day response time 359" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="1-year response time 337" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="All-time uptime 91.42%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="30-day uptime 96.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="1-year uptime 90.60%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fuptime-year.json"></a></details>
|
| <img alt="" src="https://icons.duckduckgo.com/ip3/jake.runyan.dev.ico" height="13"> [Jake Runyan Portfolio](https://jake.runyan.dev) | 🟩 Up | [jake-runyan-portfolio.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/jake-runyan-portfolio.yml) | <details><summary><img alt="Response time graph" src="./graphs/jake-runyan-portfolio/response-time-week.png" height="20"> 362ms</summary><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="Response time 325" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="24-hour response time 409" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="7-day response time 362" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="30-day response time 364" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="1-year response time 338" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="All-time uptime 91.44%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="30-day uptime 96.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="1-year uptime 90.60%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fuptime-year.json"></a></details>
|
||||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/jakesphotos.whitney.rip.ico" height="13"> [Jake Runyan Photography](https://jakesphotos.whitney.rip) | 🟥 Down | [jake-runyan-photography.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/jake-runyan-photography.yml) | <details><summary><img alt="Response time graph" src="./graphs/jake-runyan-photography/response-time-week.png" height="20"> 287ms</summary><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="Response time 443" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="24-hour response time 395" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="7-day response time 287" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="30-day response time 399" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="1-year response time 438" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography">0.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="All-time uptime 87.43%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="24-hour uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="7-day uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="30-day uptime 45.96%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="1-year uptime 85.87%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fuptime-year.json"></a></details>
|
| <img alt="" src="https://icons.duckduckgo.com/ip3/jakesphotos.whitney.rip.ico" height="13"> [Jake Runyan Photography](https://jakesphotos.whitney.rip) | 🟥 Down | [jake-runyan-photography.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/jake-runyan-photography.yml) | <details><summary><img alt="Response time graph" src="./graphs/jake-runyan-photography/response-time-week.png" height="20"> 307ms</summary><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="Response time 442" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="24-hour response time 184" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="7-day response time 307" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="30-day response time 396" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="1-year response time 437" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography">0.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="All-time uptime 87.22%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="24-hour uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="7-day uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="30-day uptime 42.65%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="1-year uptime 85.59%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fuptime-year.json"></a></details>
|
||||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/git.whitney.rip.ico" height="13"> [PWS Git](https://git.whitney.rip) | 🟩 Up | [pws-git.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-git.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-git/response-time-week.png" height="20"> 368ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="Response time 473" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="24-hour response time 484" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="7-day response time 368" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="30-day response time 446" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="1-year response time 470" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-git">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="All-time uptime 96.87%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="30-day uptime 96.03%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="1-year uptime 97.09%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fuptime-year.json"></a></details>
|
| <img alt="" src="https://icons.duckduckgo.com/ip3/git.whitney.rip.ico" height="13"> [PWS Git](https://git.whitney.rip) | 🟩 Up | [pws-git.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-git.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-git/response-time-week.png" height="20"> 415ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="Response time 473" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="24-hour response time 385" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="7-day response time 415" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="30-day response time 448" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="1-year response time 471" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-git">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="All-time uptime 96.88%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="30-day uptime 96.03%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="1-year uptime 97.09%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fuptime-year.json"></a></details>
|
||||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/images.whitney.rip.ico" height="13"> [PWS Photos](https://images.whitney.rip) | 🟩 Up | [pws-photos.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-photos.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-photos/response-time-week.png" height="20"> 255ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="Response time 397" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="24-hour response time 357" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="7-day response time 255" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="30-day response time 322" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="1-year response time 395" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-photos">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="All-time uptime 96.87%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="30-day uptime 96.04%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="1-year uptime 97.08%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fuptime-year.json"></a></details>
|
| <img alt="" src="https://icons.duckduckgo.com/ip3/images.whitney.rip.ico" height="13"> [PWS Photos](https://images.whitney.rip) | 🟩 Up | [pws-photos.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-photos.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-photos/response-time-week.png" height="20"> 316ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="Response time 397" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="24-hour response time 470" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="7-day response time 316" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="30-day response time 329" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="1-year response time 396" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-photos">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="All-time uptime 96.87%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="30-day uptime 96.04%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="1-year uptime 97.08%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fuptime-year.json"></a></details>
|
||||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/recipes.whitney.rip.ico" height="13"> [PWS Recipes](https://recipes.whitney.rip) | 🟩 Up | [pws-recipes.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-recipes.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-recipes/response-time-week.png" height="20"> 302ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="Response time 401" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="24-hour response time 508" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="7-day response time 302" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="30-day response time 343" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="1-year response time 395" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-recipes">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="All-time uptime 96.87%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="30-day uptime 96.05%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="1-year uptime 97.08%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fuptime-year.json"></a></details>
|
| <img alt="" src="https://icons.duckduckgo.com/ip3/recipes.whitney.rip.ico" height="13"> [PWS Recipes](https://recipes.whitney.rip) | 🟩 Up | [pws-recipes.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-recipes.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-recipes/response-time-week.png" height="20"> 383ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="Response time 402" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="24-hour response time 630" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="7-day response time 383" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="30-day response time 356" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="1-year response time 397" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-recipes">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="All-time uptime 96.87%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="30-day uptime 96.05%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="1-year uptime 97.08%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fuptime-year.json"></a></details>
|
||||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/grafana.whitney.rip.ico" height="13"> [PWS Grafana](https://grafana.whitney.rip) | 🟩 Up | [pws-grafana.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-grafana.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-grafana/response-time-week.png" height="20"> 361ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="Response time 515" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="24-hour response time 683" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="7-day response time 361" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="30-day response time 439" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="1-year response time 513" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-grafana">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="All-time uptime 96.84%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="30-day uptime 96.07%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="1-year uptime 97.09%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fuptime-year.json"></a></details>
|
| <img alt="" src="https://icons.duckduckgo.com/ip3/grafana.whitney.rip.ico" height="13"> [PWS Grafana](https://grafana.whitney.rip) | 🟩 Up | [pws-grafana.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-grafana.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-grafana/response-time-week.png" height="20"> 391ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="Response time 514" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="24-hour response time 341" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="7-day response time 391" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="30-day response time 442" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="1-year response time 514" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-grafana">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="All-time uptime 96.85%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="30-day uptime 96.07%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="1-year uptime 97.09%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fuptime-year.json"></a></details>
|
||||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/jakeswestcoast.com.ico" height="13"> [Jakes West Coast Site](https://jakeswestcoast.com) | 🟥 Down | [jakes-west-coast-site.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/jakes-west-coast-site.yml) | <details><summary><img alt="Response time graph" src="./graphs/jakes-west-coast-site/response-time-week.png" height="20"> 163ms</summary><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="Response time 529" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="24-hour response time 255" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="7-day response time 163" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="30-day response time 202" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="1-year response time 365" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site">0.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="All-time uptime 83.23%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="24-hour uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="7-day uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="30-day uptime 46.02%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="1-year uptime 81.23%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fuptime-year.json"></a></details>
|
| <img alt="" src="https://icons.duckduckgo.com/ip3/jakeswestcoast.com.ico" height="13"> [Jakes West Coast Site](https://jakeswestcoast.com) | 🟥 Down | [jakes-west-coast-site.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/jakes-west-coast-site.yml) | <details><summary><img alt="Response time graph" src="./graphs/jakes-west-coast-site/response-time-week.png" height="20"> 181ms</summary><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="Response time 529" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="24-hour response time 167" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="7-day response time 181" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="30-day response time 202" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="1-year response time 365" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site">0.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="All-time uptime 83.04%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="24-hour uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="7-day uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="30-day uptime 42.71%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="1-year uptime 80.95%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fuptime-year.json"></a></details>
|
||||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/workouts.whitney.rip.ico" height="13"> [PWS Workouts](https://workouts.whitney.rip) | 🟩 Up | [pws-workouts.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-workouts.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-workouts/response-time-week.png" height="20"> 305ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="Response time 319" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="24-hour response time 264" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="7-day response time 305" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="30-day response time 306" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="1-year response time 319" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-workouts">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="All-time uptime 96.02%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="30-day uptime 96.09%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="1-year uptime 96.02%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fuptime-year.json"></a></details>
|
| <img alt="" src="https://icons.duckduckgo.com/ip3/workouts.whitney.rip.ico" height="13"> [PWS Workouts](https://workouts.whitney.rip) | 🟩 Up | [pws-workouts.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-workouts.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-workouts/response-time-week.png" height="20"> 350ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="Response time 319" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="24-hour response time 374" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="7-day response time 350" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="30-day response time 313" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="1-year response time 319" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-workouts">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="All-time uptime 96.09%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="30-day uptime 96.09%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="1-year uptime 96.09%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fuptime-year.json"></a></details>
|
||||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/apply.whitney.rip.ico" height="13"> [PWS Applications](https://apply.whitney.rip) | 🟩 Up | [pws-applications.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-applications.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-applications/response-time-week.png" height="20"> 242ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="Response time 282" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="24-hour response time 473" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="7-day response time 242" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="30-day response time 282" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="1-year response time 282" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-applications">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="All-time uptime 99.28%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="30-day uptime 99.28%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="1-year uptime 99.28%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fuptime-year.json"></a></details>
|
| <img alt="" src="https://icons.duckduckgo.com/ip3/apply.whitney.rip.ico" height="13"> [PWS Applications](https://apply.whitney.rip) | 🟩 Up | [pws-applications.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-applications.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-applications/response-time-week.png" height="20"> 266ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="Response time 277" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="24-hour response time 209" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="7-day response time 266" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="30-day response time 277" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="1-year response time 277" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-applications">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="All-time uptime 99.34%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="30-day uptime 99.34%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="1-year uptime 99.34%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fuptime-year.json"></a></details>
|
||||||
|
|
||||||
<!--end: status pages-->
|
<!--end: status pages-->
|
||||||
|
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"221 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 24h","message":"395 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"395 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 30d","message":"399 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"290 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 7d","message":"287 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 30d","message":"49.24%","color":"red"}
|
{"schemaVersion":1,"label":"uptime 30d","message":"45.96%","color":"red"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 7d","message":"7.37%","color":"red"}
|
{"schemaVersion":1,"label":"uptime 7d","message":"0%","color":"red"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 1y","message":"86.14%","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"uptime 1y","message":"85.87%","color":"yellowgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime","message":"87.63%","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"uptime","message":"87.43%","color":"yellowgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"435 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 24h","message":"473 ms","color":"yellowgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"357 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 30d","message":"359 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"350 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 7d","message":"333 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 7d","message":"97.63%","color":"brightgreen"}
|
{"schemaVersion":1,"label":"uptime 7d","message":"100%","color":"brightgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime","message":"91.4%","color":"green"}
|
{"schemaVersion":1,"label":"uptime","message":"91.42%","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"282 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 24h","message":"255 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"161 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 7d","message":"163 ms","color":"brightgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time","message":"530 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time","message":"529 ms","color":"yellowgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 30d","message":"49.3%","color":"red"}
|
{"schemaVersion":1,"label":"uptime 30d","message":"46.02%","color":"red"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 7d","message":"7.61%","color":"red"}
|
{"schemaVersion":1,"label":"uptime 7d","message":"0%","color":"red"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 1y","message":"81.5%","color":"yellow"}
|
{"schemaVersion":1,"label":"uptime 1y","message":"81.23%","color":"yellow"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime","message":"83.43%","color":"yellow"}
|
{"schemaVersion":1,"label":"uptime","message":"83.23%","color":"yellow"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"493 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 24h","message":"473 ms","color":"yellowgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"268 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 30d","message":"282 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"185 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 7d","message":"242 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 1y","message":"268 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 1y","message":"282 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time","message":"268 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time","message":"282 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 30d","message":"99.22%","color":"brightgreen"}
|
{"schemaVersion":1,"label":"uptime 30d","message":"99.28%","color":"brightgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 7d","message":"98.76%","color":"brightgreen"}
|
{"schemaVersion":1,"label":"uptime 7d","message":"100%","color":"brightgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 1y","message":"99.22%","color":"brightgreen"}
|
{"schemaVersion":1,"label":"uptime 1y","message":"99.28%","color":"brightgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime","message":"99.22%","color":"brightgreen"}
|
{"schemaVersion":1,"label":"uptime","message":"99.28%","color":"brightgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"442 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 30d","message":"446 ms","color":"yellowgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"411 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 7d","message":"368 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 7d","message":"97.73%","color":"brightgreen"}
|
{"schemaVersion":1,"label":"uptime 7d","message":"100%","color":"brightgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime","message":"96.86%","color":"brightgreen"}
|
{"schemaVersion":1,"label":"uptime","message":"96.87%","color":"brightgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"633 ms","color":"yellow"}
|
{"schemaVersion":1,"label":"response time 24h","message":"683 ms","color":"yellow"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"432 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 30d","message":"439 ms","color":"yellowgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"363 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 7d","message":"361 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time","message":"514 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time","message":"515 ms","color":"yellowgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 7d","message":"97.87%","color":"brightgreen"}
|
{"schemaVersion":1,"label":"uptime 7d","message":"100%","color":"brightgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime","message":"96.83%","color":"brightgreen"}
|
{"schemaVersion":1,"label":"uptime","message":"96.84%","color":"brightgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"271 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 24h","message":"405 ms","color":"yellowgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"371 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 30d","message":"370 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"327 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 7d","message":"339 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 7d","message":"97.58%","color":"brightgreen"}
|
{"schemaVersion":1,"label":"uptime 7d","message":"100%","color":"brightgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime","message":"96.88%","color":"brightgreen"}
|
{"schemaVersion":1,"label":"uptime","message":"96.89%","color":"brightgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"377 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 24h","message":"357 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"320 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 30d","message":"322 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"282 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 7d","message":"255 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 1y","message":"396 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 1y","message":"395 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 7d","message":"97.77%","color":"brightgreen"}
|
{"schemaVersion":1,"label":"uptime 7d","message":"100%","color":"brightgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime","message":"96.86%","color":"brightgreen"}
|
{"schemaVersion":1,"label":"uptime","message":"96.87%","color":"brightgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"495 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 24h","message":"508 ms","color":"yellowgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"342 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 30d","message":"343 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"356 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 7d","message":"302 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 7d","message":"97.82%","color":"brightgreen"}
|
{"schemaVersion":1,"label":"uptime 7d","message":"100%","color":"brightgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime","message":"96.86%","color":"brightgreen"}
|
{"schemaVersion":1,"label":"uptime","message":"96.87%","color":"brightgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"461 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 24h","message":"264 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"307 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 30d","message":"306 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"350 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 7d","message":"305 ms","color":"green"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 7d","message":"97.97%","color":"brightgreen"}
|
{"schemaVersion":1,"label":"uptime 7d","message":"100%","color":"brightgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 1y","message":"95.94%","color":"brightgreen"}
|
{"schemaVersion":1,"label":"uptime 1y","message":"96.02%","color":"brightgreen"}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime","message":"95.94%","color":"brightgreen"}
|
{"schemaVersion":1,"label":"uptime","message":"96.02%","color":"brightgreen"}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
|
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 76 KiB |
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 9.1 KiB |
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 8.7 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 114 KiB |
|
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 102 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 64 KiB |
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 5.3 KiB |