mirror of
https://github.com/TheSL18/upptime.git
synced 2025-02-27 20:01:05 -06:00
Compare commits
3 Commits
aec8c2cd95
...
fb375a24f9
Author | SHA1 | Date | |
---|---|---|---|
|
fb375a24f9 | ||
|
501d545e8e | ||
|
71855d9297 |
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)
|
# 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.36.2
|
# 🔼 Upptime @v1.36.4
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Generate graphs
|
- name: Generate graphs
|
||||||
uses: upptime/uptime-monitor@v1.36.2
|
uses: upptime/uptime-monitor@v1.36.4
|
||||||
with:
|
with:
|
||||||
command: "graphs"
|
command: "graphs"
|
||||||
env:
|
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)
|
# 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.36.2
|
# 🔼 Upptime @v1.36.4
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Update response time
|
- name: Update response time
|
||||||
uses: upptime/uptime-monitor@v1.36.2
|
uses: upptime/uptime-monitor@v1.36.4
|
||||||
with:
|
with:
|
||||||
command: "response-time"
|
command: "response-time"
|
||||||
env:
|
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)
|
# 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.36.2
|
# 🔼 Upptime @v1.36.4
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -33,20 +33,20 @@ jobs:
|
|||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Update template
|
- name: Update template
|
||||||
uses: upptime/uptime-monitor@v1.36.2
|
uses: upptime/uptime-monitor@v1.36.4
|
||||||
with:
|
with:
|
||||||
command: "update-template"
|
command: "update-template"
|
||||||
env:
|
env:
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Update response time
|
- name: Update response time
|
||||||
uses: upptime/uptime-monitor@v1.36.2
|
uses: upptime/uptime-monitor@v1.36.4
|
||||||
with:
|
with:
|
||||||
command: "response-time"
|
command: "response-time"
|
||||||
env:
|
env:
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||||
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
||||||
- name: Update summary in README
|
- name: Update summary in README
|
||||||
uses: upptime/uptime-monitor@v1.36.2
|
uses: upptime/uptime-monitor@v1.36.4
|
||||||
with:
|
with:
|
||||||
command: "readme"
|
command: "readme"
|
||||||
env:
|
env:
|
||||||
@ -57,7 +57,7 @@ jobs:
|
|||||||
workflow: Graphs CI
|
workflow: Graphs CI
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Generate site
|
- name: Generate site
|
||||||
uses: upptime/uptime-monitor@v1.36.2
|
uses: upptime/uptime-monitor@v1.36.4
|
||||||
with:
|
with:
|
||||||
command: "site"
|
command: "site"
|
||||||
env:
|
env:
|
||||||
|
4
.github/workflows/site.yml
vendored
4
.github/workflows/site.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.36.2
|
# 🔼 Upptime @v1.36.4
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -33,7 +33,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Generate site
|
- name: Generate site
|
||||||
uses: upptime/uptime-monitor@v1.36.2
|
uses: upptime/uptime-monitor@v1.36.4
|
||||||
with:
|
with:
|
||||||
command: "site"
|
command: "site"
|
||||||
env:
|
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)
|
# 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.36.2
|
# 🔼 Upptime @v1.36.4
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Update summary in README
|
- name: Update summary in README
|
||||||
uses: upptime/uptime-monitor@v1.36.2
|
uses: upptime/uptime-monitor@v1.36.4
|
||||||
with:
|
with:
|
||||||
command: "readme"
|
command: "readme"
|
||||||
env:
|
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)
|
# 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.36.2
|
# 🔼 Upptime @v1.36.4
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
|
2
.github/workflows/updates.yml
vendored
2
.github/workflows/updates.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.36.2
|
# 🔼 Upptime @v1.36.4
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
|
4
.github/workflows/uptime.yml
vendored
4
.github/workflows/uptime.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.36.2
|
# 🔼 Upptime @v1.36.4
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Check endpoint status
|
- name: Check endpoint status
|
||||||
uses: upptime/uptime-monitor@v1.36.2
|
uses: upptime/uptime-monitor@v1.36.4
|
||||||
with:
|
with:
|
||||||
command: "update"
|
command: "update"
|
||||||
env:
|
env:
|
||||||
|
14
README.md
14
README.md
@ -16,13 +16,13 @@ With [Upptime](https://upptime.js.org), you can get your own unlimited and free
|
|||||||
<!-- prettier-ignore -->
|
<!-- prettier-ignore -->
|
||||||
| URL | Status | History | Response Time | Uptime |
|
| URL | Status | History | Response Time | Uptime |
|
||||||
| --- | ------ | ------- | ------------- | ------ |
|
| --- | ------ | ------- | ------------- | ------ |
|
||||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/null.ico" height="13"> API Listas Negras Globalists | 🟩 Up | [api-listas-negras-globalists.yml](https://github.com/TheSL18/upptime/commits/HEAD/history/api-listas-negras-globalists.yml) | <details><summary><img alt="Response time graph" src="./graphs/api-listas-negras-globalists/response-time-week.png" height="20"> 197ms</summary><br><a href="https://status.condorbs.net/history/api-listas-negras-globalists"><img alt="Response time 197" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-listas-negras-globalists%2Fresponse-time.json"></a><br><a href="https://status.condorbs.net/history/api-listas-negras-globalists"><img alt="24-hour response time 200" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-listas-negras-globalists%2Fresponse-time-day.json"></a><br><a href="https://status.condorbs.net/history/api-listas-negras-globalists"><img alt="7-day response time 197" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-listas-negras-globalists%2Fresponse-time-week.json"></a><br><a href="https://status.condorbs.net/history/api-listas-negras-globalists"><img alt="30-day response time 197" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-listas-negras-globalists%2Fresponse-time-month.json"></a><br><a href="https://status.condorbs.net/history/api-listas-negras-globalists"><img alt="1-year response time 197" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-listas-negras-globalists%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://status.condorbs.net/history/api-listas-negras-globalists">100.00%</a></summary><a href="https://status.condorbs.net/history/api-listas-negras-globalists"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-listas-negras-globalists%2Fuptime.json"></a><br><a href="https://status.condorbs.net/history/api-listas-negras-globalists"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-listas-negras-globalists%2Fuptime-day.json"></a><br><a href="https://status.condorbs.net/history/api-listas-negras-globalists"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-listas-negras-globalists%2Fuptime-week.json"></a><br><a href="https://status.condorbs.net/history/api-listas-negras-globalists"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-listas-negras-globalists%2Fuptime-month.json"></a><br><a href="https://status.condorbs.net/history/api-listas-negras-globalists"><img alt="1-year uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-listas-negras-globalists%2Fuptime-year.json"></a></details>
|
| <img alt="" src="https://icons.duckduckgo.com/ip3/null.ico" height="13"> API Listas Negras Globalists | 🟩 Up | [api-listas-negras-globalists.yml](https://github.com/TheSL18/upptime/commits/HEAD/history/api-listas-negras-globalists.yml) | <details><summary><img alt="Response time graph" src="./graphs/api-listas-negras-globalists/response-time-week.png" height="20"> 201ms</summary><br><a href="https://status.condorbs.net/history/api-listas-negras-globalists"><img alt="Response time 201" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-listas-negras-globalists%2Fresponse-time.json"></a><br><a href="https://status.condorbs.net/history/api-listas-negras-globalists"><img alt="24-hour response time 227" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-listas-negras-globalists%2Fresponse-time-day.json"></a><br><a href="https://status.condorbs.net/history/api-listas-negras-globalists"><img alt="7-day response time 201" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-listas-negras-globalists%2Fresponse-time-week.json"></a><br><a href="https://status.condorbs.net/history/api-listas-negras-globalists"><img alt="30-day response time 201" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-listas-negras-globalists%2Fresponse-time-month.json"></a><br><a href="https://status.condorbs.net/history/api-listas-negras-globalists"><img alt="1-year response time 201" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-listas-negras-globalists%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://status.condorbs.net/history/api-listas-negras-globalists">100.00%</a></summary><a href="https://status.condorbs.net/history/api-listas-negras-globalists"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-listas-negras-globalists%2Fuptime.json"></a><br><a href="https://status.condorbs.net/history/api-listas-negras-globalists"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-listas-negras-globalists%2Fuptime-day.json"></a><br><a href="https://status.condorbs.net/history/api-listas-negras-globalists"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-listas-negras-globalists%2Fuptime-week.json"></a><br><a href="https://status.condorbs.net/history/api-listas-negras-globalists"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-listas-negras-globalists%2Fuptime-month.json"></a><br><a href="https://status.condorbs.net/history/api-listas-negras-globalists"><img alt="1-year uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-listas-negras-globalists%2Fuptime-year.json"></a></details>
|
||||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/null.ico" height="13"> API Login Globalists | 🟩 Up | [api-login-globalists.yml](https://github.com/TheSL18/upptime/commits/HEAD/history/api-login-globalists.yml) | <details><summary><img alt="Response time graph" src="./graphs/api-login-globalists/response-time-week.png" height="20"> 227ms</summary><br><a href="https://status.condorbs.net/history/api-login-globalists"><img alt="Response time 227" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-login-globalists%2Fresponse-time.json"></a><br><a href="https://status.condorbs.net/history/api-login-globalists"><img alt="24-hour response time 245" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-login-globalists%2Fresponse-time-day.json"></a><br><a href="https://status.condorbs.net/history/api-login-globalists"><img alt="7-day response time 227" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-login-globalists%2Fresponse-time-week.json"></a><br><a href="https://status.condorbs.net/history/api-login-globalists"><img alt="30-day response time 227" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-login-globalists%2Fresponse-time-month.json"></a><br><a href="https://status.condorbs.net/history/api-login-globalists"><img alt="1-year response time 227" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-login-globalists%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://status.condorbs.net/history/api-login-globalists">100.00%</a></summary><a href="https://status.condorbs.net/history/api-login-globalists"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-login-globalists%2Fuptime.json"></a><br><a href="https://status.condorbs.net/history/api-login-globalists"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-login-globalists%2Fuptime-day.json"></a><br><a href="https://status.condorbs.net/history/api-login-globalists"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-login-globalists%2Fuptime-week.json"></a><br><a href="https://status.condorbs.net/history/api-login-globalists"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-login-globalists%2Fuptime-month.json"></a><br><a href="https://status.condorbs.net/history/api-login-globalists"><img alt="1-year uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-login-globalists%2Fuptime-year.json"></a></details>
|
| <img alt="" src="https://icons.duckduckgo.com/ip3/null.ico" height="13"> API Login Globalists | 🟩 Up | [api-login-globalists.yml](https://github.com/TheSL18/upptime/commits/HEAD/history/api-login-globalists.yml) | <details><summary><img alt="Response time graph" src="./graphs/api-login-globalists/response-time-week.png" height="20"> 227ms</summary><br><a href="https://status.condorbs.net/history/api-login-globalists"><img alt="Response time 227" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-login-globalists%2Fresponse-time.json"></a><br><a href="https://status.condorbs.net/history/api-login-globalists"><img alt="24-hour response time 256" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-login-globalists%2Fresponse-time-day.json"></a><br><a href="https://status.condorbs.net/history/api-login-globalists"><img alt="7-day response time 227" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-login-globalists%2Fresponse-time-week.json"></a><br><a href="https://status.condorbs.net/history/api-login-globalists"><img alt="30-day response time 227" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-login-globalists%2Fresponse-time-month.json"></a><br><a href="https://status.condorbs.net/history/api-login-globalists"><img alt="1-year response time 227" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-login-globalists%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://status.condorbs.net/history/api-login-globalists">100.00%</a></summary><a href="https://status.condorbs.net/history/api-login-globalists"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-login-globalists%2Fuptime.json"></a><br><a href="https://status.condorbs.net/history/api-login-globalists"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-login-globalists%2Fuptime-day.json"></a><br><a href="https://status.condorbs.net/history/api-login-globalists"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-login-globalists%2Fuptime-week.json"></a><br><a href="https://status.condorbs.net/history/api-login-globalists"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-login-globalists%2Fuptime-month.json"></a><br><a href="https://status.condorbs.net/history/api-login-globalists"><img alt="1-year uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-login-globalists%2Fuptime-year.json"></a></details>
|
||||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/null.ico" height="13"> API S3 Condor | 🟩 Up | [api-s3-condor.yml](https://github.com/TheSL18/upptime/commits/HEAD/history/api-s3-condor.yml) | <details><summary><img alt="Response time graph" src="./graphs/api-s3-condor/response-time-week.png" height="20"> 206ms</summary><br><a href="https://status.condorbs.net/history/api-s3-condor"><img alt="Response time 206" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-condor%2Fresponse-time.json"></a><br><a href="https://status.condorbs.net/history/api-s3-condor"><img alt="24-hour response time 231" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-condor%2Fresponse-time-day.json"></a><br><a href="https://status.condorbs.net/history/api-s3-condor"><img alt="7-day response time 206" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-condor%2Fresponse-time-week.json"></a><br><a href="https://status.condorbs.net/history/api-s3-condor"><img alt="30-day response time 206" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-condor%2Fresponse-time-month.json"></a><br><a href="https://status.condorbs.net/history/api-s3-condor"><img alt="1-year response time 206" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-condor%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://status.condorbs.net/history/api-s3-condor">100.00%</a></summary><a href="https://status.condorbs.net/history/api-s3-condor"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-condor%2Fuptime.json"></a><br><a href="https://status.condorbs.net/history/api-s3-condor"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-condor%2Fuptime-day.json"></a><br><a href="https://status.condorbs.net/history/api-s3-condor"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-condor%2Fuptime-week.json"></a><br><a href="https://status.condorbs.net/history/api-s3-condor"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-condor%2Fuptime-month.json"></a><br><a href="https://status.condorbs.net/history/api-s3-condor"><img alt="1-year uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-condor%2Fuptime-year.json"></a></details>
|
| <img alt="" src="https://icons.duckduckgo.com/ip3/null.ico" height="13"> API S3 Condor | 🟩 Up | [api-s3-condor.yml](https://github.com/TheSL18/upptime/commits/HEAD/history/api-s3-condor.yml) | <details><summary><img alt="Response time graph" src="./graphs/api-s3-condor/response-time-week.png" height="20"> 214ms</summary><br><a href="https://status.condorbs.net/history/api-s3-condor"><img alt="Response time 214" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-condor%2Fresponse-time.json"></a><br><a href="https://status.condorbs.net/history/api-s3-condor"><img alt="24-hour response time 257" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-condor%2Fresponse-time-day.json"></a><br><a href="https://status.condorbs.net/history/api-s3-condor"><img alt="7-day response time 214" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-condor%2Fresponse-time-week.json"></a><br><a href="https://status.condorbs.net/history/api-s3-condor"><img alt="30-day response time 214" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-condor%2Fresponse-time-month.json"></a><br><a href="https://status.condorbs.net/history/api-s3-condor"><img alt="1-year response time 214" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-condor%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://status.condorbs.net/history/api-s3-condor">100.00%</a></summary><a href="https://status.condorbs.net/history/api-s3-condor"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-condor%2Fuptime.json"></a><br><a href="https://status.condorbs.net/history/api-s3-condor"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-condor%2Fuptime-day.json"></a><br><a href="https://status.condorbs.net/history/api-s3-condor"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-condor%2Fuptime-week.json"></a><br><a href="https://status.condorbs.net/history/api-s3-condor"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-condor%2Fuptime-month.json"></a><br><a href="https://status.condorbs.net/history/api-s3-condor"><img alt="1-year uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-condor%2Fuptime-year.json"></a></details>
|
||||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/null.ico" height="13"> S3 Condor | 🟩 Up | [s3-condor.yml](https://github.com/TheSL18/upptime/commits/HEAD/history/s3-condor.yml) | <details><summary><img alt="Response time graph" src="./graphs/s3-condor/response-time-week.png" height="20"> 196ms</summary><br><a href="https://status.condorbs.net/history/s3-condor"><img alt="Response time 196" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-condor%2Fresponse-time.json"></a><br><a href="https://status.condorbs.net/history/s3-condor"><img alt="24-hour response time 202" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-condor%2Fresponse-time-day.json"></a><br><a href="https://status.condorbs.net/history/s3-condor"><img alt="7-day response time 196" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-condor%2Fresponse-time-week.json"></a><br><a href="https://status.condorbs.net/history/s3-condor"><img alt="30-day response time 196" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-condor%2Fresponse-time-month.json"></a><br><a href="https://status.condorbs.net/history/s3-condor"><img alt="1-year response time 196" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-condor%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://status.condorbs.net/history/s3-condor">100.00%</a></summary><a href="https://status.condorbs.net/history/s3-condor"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-condor%2Fuptime.json"></a><br><a href="https://status.condorbs.net/history/s3-condor"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-condor%2Fuptime-day.json"></a><br><a href="https://status.condorbs.net/history/s3-condor"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-condor%2Fuptime-week.json"></a><br><a href="https://status.condorbs.net/history/s3-condor"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-condor%2Fuptime-month.json"></a><br><a href="https://status.condorbs.net/history/s3-condor"><img alt="1-year uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-condor%2Fuptime-year.json"></a></details>
|
| <img alt="" src="https://icons.duckduckgo.com/ip3/null.ico" height="13"> S3 Condor | 🟩 Up | [s3-condor.yml](https://github.com/TheSL18/upptime/commits/HEAD/history/s3-condor.yml) | <details><summary><img alt="Response time graph" src="./graphs/s3-condor/response-time-week.png" height="20"> 203ms</summary><br><a href="https://status.condorbs.net/history/s3-condor"><img alt="Response time 203" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-condor%2Fresponse-time.json"></a><br><a href="https://status.condorbs.net/history/s3-condor"><img alt="24-hour response time 251" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-condor%2Fresponse-time-day.json"></a><br><a href="https://status.condorbs.net/history/s3-condor"><img alt="7-day response time 203" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-condor%2Fresponse-time-week.json"></a><br><a href="https://status.condorbs.net/history/s3-condor"><img alt="30-day response time 203" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-condor%2Fresponse-time-month.json"></a><br><a href="https://status.condorbs.net/history/s3-condor"><img alt="1-year response time 203" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-condor%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://status.condorbs.net/history/s3-condor">100.00%</a></summary><a href="https://status.condorbs.net/history/s3-condor"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-condor%2Fuptime.json"></a><br><a href="https://status.condorbs.net/history/s3-condor"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-condor%2Fuptime-day.json"></a><br><a href="https://status.condorbs.net/history/s3-condor"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-condor%2Fuptime-week.json"></a><br><a href="https://status.condorbs.net/history/s3-condor"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-condor%2Fuptime-month.json"></a><br><a href="https://status.condorbs.net/history/s3-condor"><img alt="1-year uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-condor%2Fuptime-year.json"></a></details>
|
||||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/null.ico" height="13"> API S3 Draggane | 🟥 Down | [api-s3-draggane.yml](https://github.com/TheSL18/upptime/commits/HEAD/history/api-s3-draggane.yml) | <details><summary><img alt="Response time graph" src="./graphs/api-s3-draggane/response-time-week.png" height="20"> 99ms</summary><br><a href="https://status.condorbs.net/history/api-s3-draggane"><img alt="Response time 99" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-draggane%2Fresponse-time.json"></a><br><a href="https://status.condorbs.net/history/api-s3-draggane"><img alt="24-hour response time 96" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-draggane%2Fresponse-time-day.json"></a><br><a href="https://status.condorbs.net/history/api-s3-draggane"><img alt="7-day response time 99" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-draggane%2Fresponse-time-week.json"></a><br><a href="https://status.condorbs.net/history/api-s3-draggane"><img alt="30-day response time 99" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-draggane%2Fresponse-time-month.json"></a><br><a href="https://status.condorbs.net/history/api-s3-draggane"><img alt="1-year response time 99" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-draggane%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://status.condorbs.net/history/api-s3-draggane">0.00%</a></summary><a href="https://status.condorbs.net/history/api-s3-draggane"><img alt="All-time uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-draggane%2Fuptime.json"></a><br><a href="https://status.condorbs.net/history/api-s3-draggane"><img alt="24-hour uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-draggane%2Fuptime-day.json"></a><br><a href="https://status.condorbs.net/history/api-s3-draggane"><img alt="7-day uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-draggane%2Fuptime-week.json"></a><br><a href="https://status.condorbs.net/history/api-s3-draggane"><img alt="30-day uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-draggane%2Fuptime-month.json"></a><br><a href="https://status.condorbs.net/history/api-s3-draggane"><img alt="1-year uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-draggane%2Fuptime-year.json"></a></details>
|
| <img alt="" src="https://icons.duckduckgo.com/ip3/null.ico" height="13"> API S3 Draggane | 🟥 Down | [api-s3-draggane.yml](https://github.com/TheSL18/upptime/commits/HEAD/history/api-s3-draggane.yml) | <details><summary><img alt="Response time graph" src="./graphs/api-s3-draggane/response-time-week.png" height="20"> 100ms</summary><br><a href="https://status.condorbs.net/history/api-s3-draggane"><img alt="Response time 100" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-draggane%2Fresponse-time.json"></a><br><a href="https://status.condorbs.net/history/api-s3-draggane"><img alt="24-hour response time 106" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-draggane%2Fresponse-time-day.json"></a><br><a href="https://status.condorbs.net/history/api-s3-draggane"><img alt="7-day response time 100" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-draggane%2Fresponse-time-week.json"></a><br><a href="https://status.condorbs.net/history/api-s3-draggane"><img alt="30-day response time 100" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-draggane%2Fresponse-time-month.json"></a><br><a href="https://status.condorbs.net/history/api-s3-draggane"><img alt="1-year response time 100" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-draggane%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://status.condorbs.net/history/api-s3-draggane">0.00%</a></summary><a href="https://status.condorbs.net/history/api-s3-draggane"><img alt="All-time uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-draggane%2Fuptime.json"></a><br><a href="https://status.condorbs.net/history/api-s3-draggane"><img alt="24-hour uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-draggane%2Fuptime-day.json"></a><br><a href="https://status.condorbs.net/history/api-s3-draggane"><img alt="7-day uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-draggane%2Fuptime-week.json"></a><br><a href="https://status.condorbs.net/history/api-s3-draggane"><img alt="30-day uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-draggane%2Fuptime-month.json"></a><br><a href="https://status.condorbs.net/history/api-s3-draggane"><img alt="1-year uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fapi-s3-draggane%2Fuptime-year.json"></a></details>
|
||||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/null.ico" height="13"> S3 Draggane | 🟥 Down | [s3-draggane.yml](https://github.com/TheSL18/upptime/commits/HEAD/history/s3-draggane.yml) | <details><summary><img alt="Response time graph" src="./graphs/s3-draggane/response-time-week.png" height="20"> 89ms</summary><br><a href="https://status.condorbs.net/history/s3-draggane"><img alt="Response time 89" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-draggane%2Fresponse-time.json"></a><br><a href="https://status.condorbs.net/history/s3-draggane"><img alt="24-hour response time 88" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-draggane%2Fresponse-time-day.json"></a><br><a href="https://status.condorbs.net/history/s3-draggane"><img alt="7-day response time 89" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-draggane%2Fresponse-time-week.json"></a><br><a href="https://status.condorbs.net/history/s3-draggane"><img alt="30-day response time 89" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-draggane%2Fresponse-time-month.json"></a><br><a href="https://status.condorbs.net/history/s3-draggane"><img alt="1-year response time 89" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-draggane%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://status.condorbs.net/history/s3-draggane">0.00%</a></summary><a href="https://status.condorbs.net/history/s3-draggane"><img alt="All-time uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-draggane%2Fuptime.json"></a><br><a href="https://status.condorbs.net/history/s3-draggane"><img alt="24-hour uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-draggane%2Fuptime-day.json"></a><br><a href="https://status.condorbs.net/history/s3-draggane"><img alt="7-day uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-draggane%2Fuptime-week.json"></a><br><a href="https://status.condorbs.net/history/s3-draggane"><img alt="30-day uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-draggane%2Fuptime-month.json"></a><br><a href="https://status.condorbs.net/history/s3-draggane"><img alt="1-year uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-draggane%2Fuptime-year.json"></a></details>
|
| <img alt="" src="https://icons.duckduckgo.com/ip3/null.ico" height="13"> S3 Draggane | 🟥 Down | [s3-draggane.yml](https://github.com/TheSL18/upptime/commits/HEAD/history/s3-draggane.yml) | <details><summary><img alt="Response time graph" src="./graphs/s3-draggane/response-time-week.png" height="20"> 95ms</summary><br><a href="https://status.condorbs.net/history/s3-draggane"><img alt="Response time 95" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-draggane%2Fresponse-time.json"></a><br><a href="https://status.condorbs.net/history/s3-draggane"><img alt="24-hour response time 124" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-draggane%2Fresponse-time-day.json"></a><br><a href="https://status.condorbs.net/history/s3-draggane"><img alt="7-day response time 95" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-draggane%2Fresponse-time-week.json"></a><br><a href="https://status.condorbs.net/history/s3-draggane"><img alt="30-day response time 95" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-draggane%2Fresponse-time-month.json"></a><br><a href="https://status.condorbs.net/history/s3-draggane"><img alt="1-year response time 95" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-draggane%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://status.condorbs.net/history/s3-draggane">0.00%</a></summary><a href="https://status.condorbs.net/history/s3-draggane"><img alt="All-time uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-draggane%2Fuptime.json"></a><br><a href="https://status.condorbs.net/history/s3-draggane"><img alt="24-hour uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-draggane%2Fuptime-day.json"></a><br><a href="https://status.condorbs.net/history/s3-draggane"><img alt="7-day uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-draggane%2Fuptime-week.json"></a><br><a href="https://status.condorbs.net/history/s3-draggane"><img alt="30-day uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-draggane%2Fuptime-month.json"></a><br><a href="https://status.condorbs.net/history/s3-draggane"><img alt="1-year uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fs3-draggane%2Fuptime-year.json"></a></details>
|
||||||
| <img alt="" src="https://icons.duckduckgo.com/ip3/null.ico" height="13"> Servicios Globalists | 🟩 Up | [servicios-globalists.yml](https://github.com/TheSL18/upptime/commits/HEAD/history/servicios-globalists.yml) | <details><summary><img alt="Response time graph" src="./graphs/servicios-globalists/response-time-week.png" height="20"> 196ms</summary><br><a href="https://status.condorbs.net/history/servicios-globalists"><img alt="Response time 196" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fservicios-globalists%2Fresponse-time.json"></a><br><a href="https://status.condorbs.net/history/servicios-globalists"><img alt="24-hour response time 193" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fservicios-globalists%2Fresponse-time-day.json"></a><br><a href="https://status.condorbs.net/history/servicios-globalists"><img alt="7-day response time 196" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fservicios-globalists%2Fresponse-time-week.json"></a><br><a href="https://status.condorbs.net/history/servicios-globalists"><img alt="30-day response time 196" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fservicios-globalists%2Fresponse-time-month.json"></a><br><a href="https://status.condorbs.net/history/servicios-globalists"><img alt="1-year response time 196" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fservicios-globalists%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://status.condorbs.net/history/servicios-globalists">100.00%</a></summary><a href="https://status.condorbs.net/history/servicios-globalists"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fservicios-globalists%2Fuptime.json"></a><br><a href="https://status.condorbs.net/history/servicios-globalists"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fservicios-globalists%2Fuptime-day.json"></a><br><a href="https://status.condorbs.net/history/servicios-globalists"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fservicios-globalists%2Fuptime-week.json"></a><br><a href="https://status.condorbs.net/history/servicios-globalists"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fservicios-globalists%2Fuptime-month.json"></a><br><a href="https://status.condorbs.net/history/servicios-globalists"><img alt="1-year uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fservicios-globalists%2Fuptime-year.json"></a></details>
|
| <img alt="" src="https://icons.duckduckgo.com/ip3/null.ico" height="13"> Servicios Globalists | 🟩 Up | [servicios-globalists.yml](https://github.com/TheSL18/upptime/commits/HEAD/history/servicios-globalists.yml) | <details><summary><img alt="Response time graph" src="./graphs/servicios-globalists/response-time-week.png" height="20"> 206ms</summary><br><a href="https://status.condorbs.net/history/servicios-globalists"><img alt="Response time 206" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fservicios-globalists%2Fresponse-time.json"></a><br><a href="https://status.condorbs.net/history/servicios-globalists"><img alt="24-hour response time 250" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fservicios-globalists%2Fresponse-time-day.json"></a><br><a href="https://status.condorbs.net/history/servicios-globalists"><img alt="7-day response time 206" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fservicios-globalists%2Fresponse-time-week.json"></a><br><a href="https://status.condorbs.net/history/servicios-globalists"><img alt="30-day response time 206" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fservicios-globalists%2Fresponse-time-month.json"></a><br><a href="https://status.condorbs.net/history/servicios-globalists"><img alt="1-year response time 206" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fservicios-globalists%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://status.condorbs.net/history/servicios-globalists">100.00%</a></summary><a href="https://status.condorbs.net/history/servicios-globalists"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fservicios-globalists%2Fuptime.json"></a><br><a href="https://status.condorbs.net/history/servicios-globalists"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fservicios-globalists%2Fuptime-day.json"></a><br><a href="https://status.condorbs.net/history/servicios-globalists"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fservicios-globalists%2Fuptime-week.json"></a><br><a href="https://status.condorbs.net/history/servicios-globalists"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fservicios-globalists%2Fuptime-month.json"></a><br><a href="https://status.condorbs.net/history/servicios-globalists"><img alt="1-year uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FTheSL18%2Fupptime%2FHEAD%2Fapi%2Fservicios-globalists%2Fuptime-year.json"></a></details>
|
||||||
|
|
||||||
<!--end: status pages-->
|
<!--end: status pages-->
|
||||||
|
|
||||||
|
@ -10,11 +10,11 @@
|
|||||||
"uptimeWeek": "100.00%",
|
"uptimeWeek": "100.00%",
|
||||||
"uptimeMonth": "100.00%",
|
"uptimeMonth": "100.00%",
|
||||||
"uptimeYear": "100.00%",
|
"uptimeYear": "100.00%",
|
||||||
"time": 197,
|
"time": 201,
|
||||||
"timeDay": 200,
|
"timeDay": 227,
|
||||||
"timeWeek": 197,
|
"timeWeek": 201,
|
||||||
"timeMonth": 197,
|
"timeMonth": 201,
|
||||||
"timeYear": 197,
|
"timeYear": 201,
|
||||||
"dailyMinutesDown": {}
|
"dailyMinutesDown": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -29,7 +29,7 @@
|
|||||||
"uptimeMonth": "100.00%",
|
"uptimeMonth": "100.00%",
|
||||||
"uptimeYear": "100.00%",
|
"uptimeYear": "100.00%",
|
||||||
"time": 227,
|
"time": 227,
|
||||||
"timeDay": 245,
|
"timeDay": 256,
|
||||||
"timeWeek": 227,
|
"timeWeek": 227,
|
||||||
"timeMonth": 227,
|
"timeMonth": 227,
|
||||||
"timeYear": 227,
|
"timeYear": 227,
|
||||||
@ -46,11 +46,11 @@
|
|||||||
"uptimeWeek": "100.00%",
|
"uptimeWeek": "100.00%",
|
||||||
"uptimeMonth": "100.00%",
|
"uptimeMonth": "100.00%",
|
||||||
"uptimeYear": "100.00%",
|
"uptimeYear": "100.00%",
|
||||||
"time": 206,
|
"time": 214,
|
||||||
"timeDay": 231,
|
"timeDay": 257,
|
||||||
"timeWeek": 206,
|
"timeWeek": 214,
|
||||||
"timeMonth": 206,
|
"timeMonth": 214,
|
||||||
"timeYear": 206,
|
"timeYear": 214,
|
||||||
"dailyMinutesDown": {}
|
"dailyMinutesDown": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -64,11 +64,11 @@
|
|||||||
"uptimeWeek": "100.00%",
|
"uptimeWeek": "100.00%",
|
||||||
"uptimeMonth": "100.00%",
|
"uptimeMonth": "100.00%",
|
||||||
"uptimeYear": "100.00%",
|
"uptimeYear": "100.00%",
|
||||||
"time": 196,
|
"time": 203,
|
||||||
"timeDay": 202,
|
"timeDay": 251,
|
||||||
"timeWeek": 196,
|
"timeWeek": 203,
|
||||||
"timeMonth": 196,
|
"timeMonth": 203,
|
||||||
"timeYear": 196,
|
"timeYear": 203,
|
||||||
"dailyMinutesDown": {}
|
"dailyMinutesDown": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -82,13 +82,14 @@
|
|||||||
"uptimeWeek": "0.00%",
|
"uptimeWeek": "0.00%",
|
||||||
"uptimeMonth": "0.00%",
|
"uptimeMonth": "0.00%",
|
||||||
"uptimeYear": "0.00%",
|
"uptimeYear": "0.00%",
|
||||||
"time": 99,
|
"time": 100,
|
||||||
"timeDay": 96,
|
"timeDay": 106,
|
||||||
"timeWeek": 99,
|
"timeWeek": 100,
|
||||||
"timeMonth": 99,
|
"timeMonth": 100,
|
||||||
"timeYear": 99,
|
"timeYear": 100,
|
||||||
"dailyMinutesDown": {
|
"dailyMinutesDown": {
|
||||||
"2024-01-25": 154,
|
"2024-01-26": 46,
|
||||||
|
"2024-01-25": 1440,
|
||||||
"2024-01-24": 1440,
|
"2024-01-24": 1440,
|
||||||
"2024-01-23": 1440,
|
"2024-01-23": 1440,
|
||||||
"2024-01-22": 148
|
"2024-01-22": 148
|
||||||
@ -105,13 +106,14 @@
|
|||||||
"uptimeWeek": "0.00%",
|
"uptimeWeek": "0.00%",
|
||||||
"uptimeMonth": "0.00%",
|
"uptimeMonth": "0.00%",
|
||||||
"uptimeYear": "0.00%",
|
"uptimeYear": "0.00%",
|
||||||
"time": 89,
|
"time": 95,
|
||||||
"timeDay": 88,
|
"timeDay": 124,
|
||||||
"timeWeek": 89,
|
"timeWeek": 95,
|
||||||
"timeMonth": 89,
|
"timeMonth": 95,
|
||||||
"timeYear": 89,
|
"timeYear": 95,
|
||||||
"dailyMinutesDown": {
|
"dailyMinutesDown": {
|
||||||
"2024-01-25": 154,
|
"2024-01-26": 46,
|
||||||
|
"2024-01-25": 1440,
|
||||||
"2024-01-24": 1440,
|
"2024-01-24": 1440,
|
||||||
"2024-01-23": 1440,
|
"2024-01-23": 1440,
|
||||||
"2024-01-22": 148
|
"2024-01-22": 148
|
||||||
@ -128,11 +130,11 @@
|
|||||||
"uptimeWeek": "100.00%",
|
"uptimeWeek": "100.00%",
|
||||||
"uptimeMonth": "100.00%",
|
"uptimeMonth": "100.00%",
|
||||||
"uptimeYear": "100.00%",
|
"uptimeYear": "100.00%",
|
||||||
"time": 196,
|
"time": 206,
|
||||||
"timeDay": 193,
|
"timeDay": 250,
|
||||||
"timeWeek": 196,
|
"timeWeek": 206,
|
||||||
"timeMonth": 196,
|
"timeMonth": 206,
|
||||||
"timeYear": 196,
|
"timeYear": 206,
|
||||||
"dailyMinutesDown": {}
|
"dailyMinutesDown": {}
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
x
Reference in New Issue
Block a user