mirror of
https://github.com/whitney-server/upptime.git
synced 2026-08-12 06:43:38 -07:00
Compare commits
No commits in common. "ebf71cb919e09f088ebe37401a70484bbcc32d78" and "e6de9e32e2e8dcedafeca653b45868aca47e1fb0" have entirely different histories.
ebf71cb919
...
e6de9e32e2
9
.github/workflows/graphs.yml
vendored
9
.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.10
|
# 🔼 Upptime @v1.41.9
|
||||||
# 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
|
||||||
@ -21,9 +21,6 @@ on:
|
|||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: [graphs]
|
types: [graphs]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
concurrency:
|
|
||||||
group: ${{ github.repository }}-${{ github.head_ref || github.ref_name }}-upptime
|
|
||||||
cancel-in-progress: false
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
name: Generate graphs
|
name: Generate graphs
|
||||||
@ -32,10 +29,10 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref || github.ref_name }}
|
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.10
|
uses: upptime/uptime-monitor@v1.41.9
|
||||||
with:
|
with:
|
||||||
command: "graphs"
|
command: "graphs"
|
||||||
env:
|
env:
|
||||||
|
|||||||
9
.github/workflows/response-time.yml
vendored
9
.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.10
|
# 🔼 Upptime @v1.41.9
|
||||||
# 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
|
||||||
@ -21,9 +21,6 @@ on:
|
|||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: [response_time]
|
types: [response_time]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
concurrency:
|
|
||||||
group: ${{ github.repository }}-${{ github.head_ref || github.ref_name }}-upptime
|
|
||||||
cancel-in-progress: false
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
name: Check status
|
name: Check status
|
||||||
@ -32,10 +29,10 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref || github.ref_name }}
|
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.10
|
uses: upptime/uptime-monitor@v1.41.9
|
||||||
with:
|
with:
|
||||||
command: "response-time"
|
command: "response-time"
|
||||||
env:
|
env:
|
||||||
|
|||||||
15
.github/workflows/setup.yml
vendored
15
.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.10
|
# 🔼 Upptime @v1.41.9
|
||||||
# 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
|
||||||
@ -22,9 +22,6 @@ on:
|
|||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: [setup]
|
types: [setup]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
concurrency:
|
|
||||||
group: ${{ github.repository }}-${{ github.head_ref || github.ref_name }}-upptime
|
|
||||||
cancel-in-progress: false
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
name: Setup Upptime
|
name: Setup Upptime
|
||||||
@ -33,23 +30,23 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref || github.ref_name }}
|
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.10
|
uses: upptime/uptime-monitor@v1.41.9
|
||||||
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.10
|
uses: upptime/uptime-monitor@v1.41.9
|
||||||
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.10
|
uses: upptime/uptime-monitor@v1.41.9
|
||||||
with:
|
with:
|
||||||
command: "readme"
|
command: "readme"
|
||||||
env:
|
env:
|
||||||
@ -60,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.10
|
uses: upptime/uptime-monitor@v1.41.9
|
||||||
with:
|
with:
|
||||||
command: "site"
|
command: "site"
|
||||||
env:
|
env:
|
||||||
|
|||||||
9
.github/workflows/site.yml
vendored
9
.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.10
|
# 🔼 Upptime @v1.41.9
|
||||||
# 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
|
||||||
@ -24,9 +24,6 @@ on:
|
|||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: [static_site]
|
types: [static_site]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
concurrency:
|
|
||||||
group: ${{ github.repository }}-${{ github.head_ref || github.ref_name }}-upptime
|
|
||||||
cancel-in-progress: false
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
name: Build and deploy site
|
name: Build and deploy site
|
||||||
@ -36,10 +33,10 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref || github.ref_name }}
|
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.10
|
uses: upptime/uptime-monitor@v1.41.9
|
||||||
with:
|
with:
|
||||||
command: "site"
|
command: "site"
|
||||||
env:
|
env:
|
||||||
|
|||||||
9
.github/workflows/summary.yml
vendored
9
.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.10
|
# 🔼 Upptime @v1.41.9
|
||||||
# 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
|
||||||
@ -21,9 +21,6 @@ on:
|
|||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: [summary]
|
types: [summary]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
concurrency:
|
|
||||||
group: ${{ github.repository }}-${{ github.head_ref || github.ref_name }}-upptime
|
|
||||||
cancel-in-progress: false
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
name: Generate README
|
name: Generate README
|
||||||
@ -32,10 +29,10 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref || github.ref_name }}
|
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.10
|
uses: upptime/uptime-monitor@v1.41.9
|
||||||
with:
|
with:
|
||||||
command: "readme"
|
command: "readme"
|
||||||
env:
|
env:
|
||||||
|
|||||||
7
.github/workflows/update-template.yml
vendored
7
.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.10
|
# 🔼 Upptime @v1.41.9
|
||||||
# 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
|
||||||
@ -21,9 +21,6 @@ on:
|
|||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: [update_template]
|
types: [update_template]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
concurrency:
|
|
||||||
group: ${{ github.repository }}-${{ github.head_ref || github.ref_name }}-upptime
|
|
||||||
cancel-in-progress: false
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
name: Build
|
name: Build
|
||||||
@ -32,7 +29,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref || github.ref_name }}
|
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@master
|
uses: upptime/uptime-monitor@master
|
||||||
|
|||||||
7
.github/workflows/updates.yml
vendored
7
.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.10
|
# 🔼 Upptime @v1.41.9
|
||||||
# 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
|
||||||
@ -21,9 +21,6 @@ on:
|
|||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: [updates]
|
types: [updates]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
concurrency:
|
|
||||||
group: ${{ github.repository }}-${{ github.head_ref || github.ref_name }}-upptime
|
|
||||||
cancel-in-progress: false
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
name: Deploy updates
|
name: Deploy updates
|
||||||
@ -32,7 +29,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref || github.ref_name }}
|
ref: ${{ github.head_ref }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Update code
|
- name: Update code
|
||||||
uses: upptime/updates@master
|
uses: upptime/updates@master
|
||||||
|
|||||||
9
.github/workflows/uptime.yml
vendored
9
.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.10
|
# 🔼 Upptime @v1.41.9
|
||||||
# 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
|
||||||
@ -21,9 +21,6 @@ on:
|
|||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: [uptime]
|
types: [uptime]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
concurrency:
|
|
||||||
group: ${{ github.repository }}-${{ github.head_ref || github.ref_name }}-upptime
|
|
||||||
cancel-in-progress: false
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
name: Check status
|
name: Check status
|
||||||
@ -32,10 +29,10 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref || github.ref_name }}
|
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.10
|
uses: upptime/uptime-monitor@v1.41.9
|
||||||
with:
|
with:
|
||||||
command: "update"
|
command: "update"
|
||||||
env:
|
env:
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://jakesphotos.whitney.rip
|
url: https://jakesphotos.whitney.rip
|
||||||
status: down
|
status: down
|
||||||
code: 404
|
code: 404
|
||||||
responseTime: 225
|
responseTime: 185
|
||||||
lastUpdated: 2026-05-30T00:02:10.130Z
|
lastUpdated: 2026-05-29T00:03:53.791Z
|
||||||
startTime: 2025-03-12T23:19:10.667Z
|
startTime: 2025-03-12T23:19:10.667Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://jake.runyan.dev
|
url: https://jake.runyan.dev
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 493
|
responseTime: 375
|
||||||
lastUpdated: 2026-05-30T00:01:56.955Z
|
lastUpdated: 2026-05-29T00:03:41.010Z
|
||||||
startTime: 2025-03-12T23:19:09.991Z
|
startTime: 2025-03-12T23:19:09.991Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://jakeswestcoast.com
|
url: https://jakeswestcoast.com
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 250
|
responseTime: 283
|
||||||
lastUpdated: 2026-05-30T00:02:12.187Z
|
lastUpdated: 2026-05-29T00:03:55.955Z
|
||||||
startTime: 2025-03-20T08:14:43.020Z
|
startTime: 2025-03-20T08:14:43.020Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://apply.whitney.rip
|
url: https://apply.whitney.rip
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 534
|
responseTime: 423
|
||||||
lastUpdated: 2026-05-30T00:02:13.450Z
|
lastUpdated: 2026-05-29T00:03:56.753Z
|
||||||
startTime: 2026-05-08T01:56:05.765Z
|
startTime: 2026-05-08T01:56:05.765Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://git.whitney.rip
|
url: https://git.whitney.rip
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 344
|
responseTime: 401
|
||||||
lastUpdated: 2026-05-30T00:02:10.501Z
|
lastUpdated: 2026-05-29T00:03:54.219Z
|
||||||
startTime: 2025-03-15T08:56:56.728Z
|
startTime: 2025-03-15T08:56:56.728Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://grafana.whitney.rip
|
url: https://grafana.whitney.rip
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 468
|
responseTime: 475
|
||||||
lastUpdated: 2026-05-30T00:02:11.900Z
|
lastUpdated: 2026-05-29T00:03:55.636Z
|
||||||
startTime: 2025-03-20T08:14:41.508Z
|
startTime: 2025-03-20T08:14:41.508Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://www.whitney.rip
|
url: https://www.whitney.rip
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 379
|
responseTime: 457
|
||||||
lastUpdated: 2026-05-30T00:01:56.421Z
|
lastUpdated: 2026-05-29T00:03:40.596Z
|
||||||
startTime: 2025-03-12T23:19:09.215Z
|
startTime: 2025-03-12T23:19:09.215Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://images.whitney.rip
|
url: https://images.whitney.rip
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 409
|
responseTime: 415
|
||||||
lastUpdated: 2026-05-30T00:02:10.939Z
|
lastUpdated: 2026-05-29T00:03:54.660Z
|
||||||
startTime: 2025-03-15T08:56:57.696Z
|
startTime: 2025-03-15T08:56:57.696Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://recipes.whitney.rip
|
url: https://recipes.whitney.rip
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 438
|
responseTime: 445
|
||||||
lastUpdated: 2026-05-30T00:02:11.404Z
|
lastUpdated: 2026-05-29T00:03:55.131Z
|
||||||
startTime: 2025-03-15T08:56:58.220Z
|
startTime: 2025-03-15T08:56:58.220Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://workouts.whitney.rip
|
url: https://workouts.whitney.rip
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 672
|
responseTime: 323
|
||||||
lastUpdated: 2026-05-30T00:02:12.888Z
|
lastUpdated: 2026-05-29T00:03:56.305Z
|
||||||
startTime: 2026-03-26T02:51:06.168Z
|
startTime: 2026-03-26T02:51:06.168Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user