mirror of
https://github.com/whitney-server/upptime.git
synced 2026-05-27 11:19:02 -07:00
Compare commits
3 Commits
11d7255213
...
8a27ee3e8b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a27ee3e8b | ||
|
|
b8312aa6e8 | ||
|
|
6072f115bc |
4
.github/workflows/graphs.yml
vendored
4
.github/workflows/graphs.yml
vendored
@ -6,7 +6,7 @@
|
||||
# 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.
|
||||
#
|
||||
# 🔼 Upptime @v1.41.7
|
||||
# 🔼 Upptime @v1.41.8
|
||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||
|
||||
# * Source: https://github.com/upptime/upptime
|
||||
@ -32,7 +32,7 @@ jobs:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Generate graphs
|
||||
uses: upptime/uptime-monitor@v1.41.7
|
||||
uses: upptime/uptime-monitor@v1.41.8
|
||||
with:
|
||||
command: "graphs"
|
||||
env:
|
||||
|
||||
4
.github/workflows/response-time.yml
vendored
4
.github/workflows/response-time.yml
vendored
@ -6,7 +6,7 @@
|
||||
# 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.
|
||||
#
|
||||
# 🔼 Upptime @v1.41.7
|
||||
# 🔼 Upptime @v1.41.8
|
||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||
|
||||
# * Source: https://github.com/upptime/upptime
|
||||
@ -32,7 +32,7 @@ jobs:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Update response time
|
||||
uses: upptime/uptime-monitor@v1.41.7
|
||||
uses: upptime/uptime-monitor@v1.41.8
|
||||
with:
|
||||
command: "response-time"
|
||||
env:
|
||||
|
||||
10
.github/workflows/setup.yml
vendored
10
.github/workflows/setup.yml
vendored
@ -6,7 +6,7 @@
|
||||
# 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.
|
||||
#
|
||||
# 🔼 Upptime @v1.41.7
|
||||
# 🔼 Upptime @v1.41.8
|
||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||
|
||||
# * Source: https://github.com/upptime/upptime
|
||||
@ -33,20 +33,20 @@ jobs:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Update template
|
||||
uses: upptime/uptime-monitor@v1.41.7
|
||||
uses: upptime/uptime-monitor@v1.41.8
|
||||
with:
|
||||
command: "update-template"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Update response time
|
||||
uses: upptime/uptime-monitor@v1.41.7
|
||||
uses: upptime/uptime-monitor@v1.41.8
|
||||
with:
|
||||
command: "response-time"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
||||
- name: Update summary in README
|
||||
uses: upptime/uptime-monitor@v1.41.7
|
||||
uses: upptime/uptime-monitor@v1.41.8
|
||||
with:
|
||||
command: "readme"
|
||||
env:
|
||||
@ -57,7 +57,7 @@ jobs:
|
||||
workflow: Graphs CI
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Generate site
|
||||
uses: upptime/uptime-monitor@v1.41.7
|
||||
uses: upptime/uptime-monitor@v1.41.8
|
||||
with:
|
||||
command: "site"
|
||||
env:
|
||||
|
||||
7
.github/workflows/site.yml
vendored
7
.github/workflows/site.yml
vendored
@ -6,7 +6,7 @@
|
||||
# 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.
|
||||
#
|
||||
# 🔼 Upptime @v1.41.7
|
||||
# 🔼 Upptime @v1.41.8
|
||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||
|
||||
# * Source: https://github.com/upptime/upptime
|
||||
@ -16,6 +16,9 @@
|
||||
|
||||
name: Static Site CI
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "assets/**"
|
||||
schedule:
|
||||
- cron: "0 1 * * *"
|
||||
repository_dispatch:
|
||||
@ -33,7 +36,7 @@ jobs:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Generate site
|
||||
uses: upptime/uptime-monitor@v1.41.7
|
||||
uses: upptime/uptime-monitor@v1.41.8
|
||||
with:
|
||||
command: "site"
|
||||
env:
|
||||
|
||||
4
.github/workflows/summary.yml
vendored
4
.github/workflows/summary.yml
vendored
@ -6,7 +6,7 @@
|
||||
# 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.
|
||||
#
|
||||
# 🔼 Upptime @v1.41.7
|
||||
# 🔼 Upptime @v1.41.8
|
||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||
|
||||
# * Source: https://github.com/upptime/upptime
|
||||
@ -32,7 +32,7 @@ jobs:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Update summary in README
|
||||
uses: upptime/uptime-monitor@v1.41.7
|
||||
uses: upptime/uptime-monitor@v1.41.8
|
||||
with:
|
||||
command: "readme"
|
||||
env:
|
||||
|
||||
2
.github/workflows/update-template.yml
vendored
2
.github/workflows/update-template.yml
vendored
@ -6,7 +6,7 @@
|
||||
# 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.
|
||||
#
|
||||
# 🔼 Upptime @v1.41.7
|
||||
# 🔼 Upptime @v1.41.8
|
||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||
|
||||
# * Source: https://github.com/upptime/upptime
|
||||
|
||||
2
.github/workflows/updates.yml
vendored
2
.github/workflows/updates.yml
vendored
@ -6,7 +6,7 @@
|
||||
# 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.
|
||||
#
|
||||
# 🔼 Upptime @v1.41.7
|
||||
# 🔼 Upptime @v1.41.8
|
||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||
|
||||
# * Source: https://github.com/upptime/upptime
|
||||
|
||||
4
.github/workflows/uptime.yml
vendored
4
.github/workflows/uptime.yml
vendored
@ -6,7 +6,7 @@
|
||||
# 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.
|
||||
#
|
||||
# 🔼 Upptime @v1.41.7
|
||||
# 🔼 Upptime @v1.41.8
|
||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||
|
||||
# * Source: https://github.com/upptime/upptime
|
||||
@ -32,7 +32,7 @@ jobs:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
- name: Check endpoint status
|
||||
uses: upptime/uptime-monitor@v1.41.7
|
||||
uses: upptime/uptime-monitor@v1.41.8
|
||||
with:
|
||||
command: "update"
|
||||
env:
|
||||
|
||||
20
README.md
20
README.md
@ -14,16 +14,16 @@ This repository contains the open-source uptime monitor and status page for [PWS
|
||||
<!-- prettier-ignore -->
|
||||
| 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"> 458ms</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 476" 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 458" 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 391" 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 467" 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.93%" 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 97.58%" 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"> 388ms</summary><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="Response time 326" 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 323" 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 388" 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 377" 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 340" 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.54%" 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 97.59%" 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"> 280ms</summary><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="Response time 440" 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 354" 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 280" 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 359" 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 434" 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 86.23%" 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 27.82%" 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 84.23%" 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"> 404ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="Response time 472" 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 389" 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 404" 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 445" 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.91%" 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 97.61%" 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"> 354ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="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.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="24-hour response time 487" 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 354" 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 334" 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 394" 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.91%" 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 97.63%" 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"> 456ms</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 445" 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 456" 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 365" 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 396" 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.91%" 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 97.64%" 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"> 528ms</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 691" 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 528" 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 456" 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 516" 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.88%" 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 97.65%" 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"> 218ms</summary><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="Response time 525" 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 209" 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 218" 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 204" 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 364" 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 82.08%" 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 27.88%" 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 79.58%" 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"> 244ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="Response time 312" 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 191" 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 244" 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 300" 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 312" 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.41%" 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 97.67%" 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.41%" 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"> 250ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="Response time 262" 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 218" 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 250" 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 262" 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 262" 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.52%" 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.52%" 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.52%" 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/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"> 451ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="Response time 470" 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 357" 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 451" 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 391" 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.94%" 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 97.58%" 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"> 370ms</summary><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="Response time 326" 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 351" 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 370" 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 381" 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 340" 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.56%" 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 97.59%" 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"> 252ms</summary><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="Response time 440" 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 199" 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 252" 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 349" 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 434" 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 86.03%" 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 24.50%" 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 83.95%" 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 472" 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 234" 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 445" 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.92%" 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 97.61%" 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"> 387ms</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 591" 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 387" 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 349" 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.92%" 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 97.63%" 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"> 442ms</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 413" 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 442" 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 375" 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 396" 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.92%" 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 97.64%" 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"> 504ms</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 518" 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 504" 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 468" 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 517" 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.89%" 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 97.65%" 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"> 210ms</summary><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="Response time 524" 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 199" 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 210" 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 208" 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 364" 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 81.88%" 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 24.56%" 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 79.31%" 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"> 265ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="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.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><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-workouts%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="7-day response time 265" 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 304" 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 313" 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.47%" 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 97.67%" 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.47%" 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"> 208ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="Response time 258" 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 178" 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 208" 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 258" 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 258" 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.55%" 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.55%" 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.55%" 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-->
|
||||
|
||||
|
||||
@ -5,16 +5,16 @@
|
||||
"icon": "https://icons.duckduckgo.com/ip3/www.whitney.rip.ico",
|
||||
"slug": "pws-homepage",
|
||||
"status": "up",
|
||||
"uptime": "96.93%",
|
||||
"uptime": "96.94%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "97.58%",
|
||||
"uptimeYear": "97.09%",
|
||||
"time": 471,
|
||||
"timeDay": 476,
|
||||
"timeWeek": 458,
|
||||
"time": 470,
|
||||
"timeDay": 357,
|
||||
"timeWeek": 451,
|
||||
"timeMonth": 391,
|
||||
"timeYear": 467,
|
||||
"timeYear": 468,
|
||||
"dailyMinutesDown": {
|
||||
"2025-09-03": 214,
|
||||
"2026-03-17": 208,
|
||||
@ -41,15 +41,15 @@
|
||||
"icon": "https://icons.duckduckgo.com/ip3/jake.runyan.dev.ico",
|
||||
"slug": "jake-runyan-portfolio",
|
||||
"status": "up",
|
||||
"uptime": "91.54%",
|
||||
"uptime": "91.56%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "97.59%",
|
||||
"uptimeYear": "90.60%",
|
||||
"time": 326,
|
||||
"timeDay": 323,
|
||||
"timeWeek": 388,
|
||||
"timeMonth": 377,
|
||||
"timeDay": 351,
|
||||
"timeWeek": 370,
|
||||
"timeMonth": 381,
|
||||
"timeYear": 340,
|
||||
"dailyMinutesDown": {
|
||||
"2025-07-02": 1313,
|
||||
@ -103,15 +103,15 @@
|
||||
"icon": "https://icons.duckduckgo.com/ip3/jakesphotos.whitney.rip.ico",
|
||||
"slug": "jake-runyan-photography",
|
||||
"status": "down",
|
||||
"uptime": "86.23%",
|
||||
"uptime": "86.03%",
|
||||
"uptimeDay": "0.00%",
|
||||
"uptimeWeek": "0.00%",
|
||||
"uptimeMonth": "27.82%",
|
||||
"uptimeYear": "84.23%",
|
||||
"uptimeMonth": "24.50%",
|
||||
"uptimeYear": "83.95%",
|
||||
"time": 440,
|
||||
"timeDay": 354,
|
||||
"timeWeek": 280,
|
||||
"timeMonth": 359,
|
||||
"timeDay": 199,
|
||||
"timeWeek": 252,
|
||||
"timeMonth": 349,
|
||||
"timeYear": 434,
|
||||
"dailyMinutesDown": {
|
||||
"2025-07-07": 538,
|
||||
@ -167,7 +167,8 @@
|
||||
"2026-04-27": 764,
|
||||
"2026-05-10": 1233,
|
||||
"2026-05-09": 353,
|
||||
"2026-05-26": 231,
|
||||
"2026-05-27": 244,
|
||||
"2026-05-26": 1440,
|
||||
"2026-05-25": 1440,
|
||||
"2026-05-24": 1440,
|
||||
"2026-05-23": 1440,
|
||||
@ -190,14 +191,14 @@
|
||||
"icon": "https://icons.duckduckgo.com/ip3/git.whitney.rip.ico",
|
||||
"slug": "pws-git",
|
||||
"status": "up",
|
||||
"uptime": "96.91%",
|
||||
"uptime": "96.92%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "97.61%",
|
||||
"uptimeYear": "97.09%",
|
||||
"time": 472,
|
||||
"timeDay": 389,
|
||||
"timeWeek": 404,
|
||||
"timeDay": 234,
|
||||
"timeWeek": 368,
|
||||
"timeMonth": 445,
|
||||
"timeYear": 470,
|
||||
"dailyMinutesDown": {
|
||||
@ -227,16 +228,16 @@
|
||||
"icon": "https://icons.duckduckgo.com/ip3/images.whitney.rip.ico",
|
||||
"slug": "pws-photos",
|
||||
"status": "up",
|
||||
"uptime": "96.91%",
|
||||
"uptime": "96.92%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "97.63%",
|
||||
"uptimeYear": "97.08%",
|
||||
"time": 396,
|
||||
"timeDay": 487,
|
||||
"timeWeek": 354,
|
||||
"timeMonth": 334,
|
||||
"timeYear": 394,
|
||||
"time": 397,
|
||||
"timeDay": 591,
|
||||
"timeWeek": 387,
|
||||
"timeMonth": 349,
|
||||
"timeYear": 395,
|
||||
"dailyMinutesDown": {
|
||||
"2025-08-16": 55,
|
||||
"2025-09-03": 212,
|
||||
@ -264,15 +265,15 @@
|
||||
"icon": "https://icons.duckduckgo.com/ip3/recipes.whitney.rip.ico",
|
||||
"slug": "pws-recipes",
|
||||
"status": "up",
|
||||
"uptime": "96.91%",
|
||||
"uptime": "96.92%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "97.64%",
|
||||
"uptimeYear": "97.08%",
|
||||
"time": 402,
|
||||
"timeDay": 445,
|
||||
"timeWeek": 456,
|
||||
"timeMonth": 365,
|
||||
"timeDay": 413,
|
||||
"timeWeek": 442,
|
||||
"timeMonth": 375,
|
||||
"timeYear": 396,
|
||||
"dailyMinutesDown": {
|
||||
"2025-08-16": 54,
|
||||
@ -301,16 +302,16 @@
|
||||
"icon": "https://icons.duckduckgo.com/ip3/grafana.whitney.rip.ico",
|
||||
"slug": "pws-grafana",
|
||||
"status": "up",
|
||||
"uptime": "96.88%",
|
||||
"uptime": "96.89%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "97.65%",
|
||||
"uptimeYear": "97.09%",
|
||||
"time": 515,
|
||||
"timeDay": 691,
|
||||
"timeWeek": 528,
|
||||
"timeMonth": 456,
|
||||
"timeYear": 516,
|
||||
"timeDay": 518,
|
||||
"timeWeek": 504,
|
||||
"timeMonth": 468,
|
||||
"timeYear": 517,
|
||||
"dailyMinutesDown": {
|
||||
"2025-08-16": 21,
|
||||
"2025-09-03": 211,
|
||||
@ -338,15 +339,15 @@
|
||||
"icon": "https://icons.duckduckgo.com/ip3/jakeswestcoast.com.ico",
|
||||
"slug": "jakes-west-coast-site",
|
||||
"status": "down",
|
||||
"uptime": "82.08%",
|
||||
"uptime": "81.88%",
|
||||
"uptimeDay": "0.00%",
|
||||
"uptimeWeek": "0.00%",
|
||||
"uptimeMonth": "27.88%",
|
||||
"uptimeYear": "79.58%",
|
||||
"time": 525,
|
||||
"timeDay": 209,
|
||||
"timeWeek": 218,
|
||||
"timeMonth": 204,
|
||||
"uptimeMonth": "24.56%",
|
||||
"uptimeYear": "79.31%",
|
||||
"time": 524,
|
||||
"timeDay": 199,
|
||||
"timeWeek": 210,
|
||||
"timeMonth": 208,
|
||||
"timeYear": 364,
|
||||
"dailyMinutesDown": {
|
||||
"2025-10-15": 1254,
|
||||
@ -417,7 +418,8 @@
|
||||
"2026-04-27": 763,
|
||||
"2026-05-10": 1233,
|
||||
"2026-05-09": 353,
|
||||
"2026-05-26": 231,
|
||||
"2026-05-27": 245,
|
||||
"2026-05-26": 1440,
|
||||
"2026-05-25": 1440,
|
||||
"2026-05-24": 1440,
|
||||
"2026-05-23": 1440,
|
||||
@ -440,16 +442,16 @@
|
||||
"icon": "https://icons.duckduckgo.com/ip3/workouts.whitney.rip.ico",
|
||||
"slug": "pws-workouts",
|
||||
"status": "up",
|
||||
"uptime": "96.41%",
|
||||
"uptime": "96.47%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "97.67%",
|
||||
"uptimeYear": "96.41%",
|
||||
"time": 312,
|
||||
"timeDay": 191,
|
||||
"timeWeek": 244,
|
||||
"timeMonth": 300,
|
||||
"timeYear": 312,
|
||||
"uptimeYear": "96.47%",
|
||||
"time": 313,
|
||||
"timeDay": 405,
|
||||
"timeWeek": 265,
|
||||
"timeMonth": 304,
|
||||
"timeYear": 313,
|
||||
"dailyMinutesDown": {
|
||||
"2026-04-13": 1293,
|
||||
"2026-04-12": 153,
|
||||
@ -465,16 +467,16 @@
|
||||
"icon": "https://icons.duckduckgo.com/ip3/apply.whitney.rip.ico",
|
||||
"slug": "pws-applications",
|
||||
"status": "up",
|
||||
"uptime": "99.52%",
|
||||
"uptime": "99.55%",
|
||||
"uptimeDay": "100.00%",
|
||||
"uptimeWeek": "100.00%",
|
||||
"uptimeMonth": "99.52%",
|
||||
"uptimeYear": "99.52%",
|
||||
"time": 262,
|
||||
"timeDay": 218,
|
||||
"timeWeek": 250,
|
||||
"timeMonth": 262,
|
||||
"timeYear": 262,
|
||||
"uptimeMonth": "99.55%",
|
||||
"uptimeYear": "99.55%",
|
||||
"time": 258,
|
||||
"timeDay": 178,
|
||||
"timeWeek": 208,
|
||||
"timeMonth": 258,
|
||||
"timeYear": 258,
|
||||
"dailyMinutesDown": {
|
||||
"2026-05-12": 125
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user