Compare commits
11 Commits
012f478dbe
...
35416d98e7
Author | SHA1 | Date | |
---|---|---|---|
|
35416d98e7 | ||
|
14017c79b3 | ||
|
68515a94ca | ||
|
9df638cb11 | ||
|
3ba26d5def | ||
|
83598354df | ||
|
ee7dc126be | ||
|
d1b8d2b7d1 | ||
|
b656e775ea | ||
|
7b635f4f69 | ||
31c5f0510b |
@ -38,3 +38,68 @@ status-website:
|
|||||||
|
|
||||||
# Upptime also supports notifications, assigning issues, and more
|
# Upptime also supports notifications, assigning issues, and more
|
||||||
# See https://upptime.js.org/docs/configuration
|
# See https://upptime.js.org/docs/configuration
|
||||||
|
#
|
||||||
|
i18n:
|
||||||
|
activeIncidents: Incidentes activos
|
||||||
|
allSystemsOperational: 🟩 Todos los sistemas funcionan correctamente
|
||||||
|
degradedPerformance: 🟨 Rendimiento degradado
|
||||||
|
completeOutage: 🟥 Falla masiva de los sistemas
|
||||||
|
partialOutage: 🟧 Corte parcial
|
||||||
|
incidentReport: Informe del incidente n.º $NUMBER →
|
||||||
|
activeIncidentSummary: Abierto el $DATE con $POSTS publicaciones
|
||||||
|
incidentTitle: Detalles del incidente $NUMBER
|
||||||
|
incidentDetails: Detalles del incidente
|
||||||
|
incidentFixed: Solucionado
|
||||||
|
incidentOngoing: En curso
|
||||||
|
incidentOpenedAt: Abierto el
|
||||||
|
incidentClosedAt: Cerrado el
|
||||||
|
incidentViewOnGitHub: Ver y suscribirse en GitHub
|
||||||
|
incidentCommentSummary: Publicado el $DATE por $AUTHOR
|
||||||
|
incidentBack: ← Volver a todos los incidentes
|
||||||
|
pastIncidents: Incidentes pasados
|
||||||
|
pastIncidentsResolved: Resuelto en $MINUTES minutos con $POSTS publicaciones
|
||||||
|
liveStatus: Estado en vivo
|
||||||
|
overallUptime: "Tiempo de actividad general: $UPTIME"
|
||||||
|
overallUptimeTitle: Tiempo de actividad general
|
||||||
|
averageResponseTime: "Tiempo de respuesta promedio: $TIMEms"
|
||||||
|
averageResponseTimeTitle: Respuesta promedio
|
||||||
|
sevelDayResponseTime: Tiempo de respuesta de 7 días
|
||||||
|
responseTimeMs: Tiempo de respuesta (ms)
|
||||||
|
up: 🟩 Activo
|
||||||
|
down: 🟥 Inactivo
|
||||||
|
degraded: 🟨 Degradado
|
||||||
|
ms: ms
|
||||||
|
loading: Cargando
|
||||||
|
navGitHub: GitHub
|
||||||
|
# footer: Esta página es [código abierto]($REPO), impulsada por [Upptime](https://upptime.js.org)
|
||||||
|
rateLimitExceededTitle: Límite de tasa excedido
|
||||||
|
rateLimitExceededIntro: Has excedido el número de solicitudes que puedes hacer en una hora, por lo que tendrás que esperar antes de volver a acceder a este sitio web. Alternativamente, puedes agregar un token de acceso personal de GitHub para seguir utilizando este sitio web.
|
||||||
|
rateLimitExceededWhatDoesErrorMean: ¿Qué significa este error?
|
||||||
|
rateLimitExceededErrorMeaning: Este sitio web utiliza la API de GitHub para acceder a datos en tiempo real sobre el estado de nuestros sitios web. Por defecto, GitHub permite 60 solicitudes por hora a cada dirección IP, las cuales has consumido.
|
||||||
|
rateLimitExceededErrorHowCanFix: ¿Cómo puedo solucionarlo?
|
||||||
|
rateLimitExceededErrorFix: Puedes esperar otra hora y el límite de tu dirección IP se restaurará. Alternativamente, puedes agregar tu token de acceso personal de GitHub, que te da 5000 solicitudes adicionales por hora.
|
||||||
|
rateLimitExceededGeneratePAT: Aprende cómo generar un token de acceso personal
|
||||||
|
rateLimitExceededHasSet: Tienes un token de acceso personal configurado.
|
||||||
|
rateLimitExceededRemoveToken: Eliminar token
|
||||||
|
rateLimitExceededGitHubPAT: Token de acceso personal de GitHub
|
||||||
|
rateLimitExceededCopyPastePAT: Copia y pega tu token
|
||||||
|
rateLimitExceededSaveToken: Guardar token
|
||||||
|
errorTitle: Se produjo un error
|
||||||
|
errorIntro: Se produjo un error al intentar obtener los detalles del estado más reciente.
|
||||||
|
errorText: Puedes volver a intentarlo en unos minutos.
|
||||||
|
errorHome: Ir a la página principal
|
||||||
|
pastScheduledMaintenance: Mantenimiento programado anterior
|
||||||
|
scheduledMaintenance: Mantenimiento programado
|
||||||
|
scheduledMaintenanceSummaryStarted: Empezó el $DATE durante $DURATION minutos
|
||||||
|
scheduledMaintenanceSummaryStarts: Empezará el $DATE durante $DURATION minutos
|
||||||
|
startedAt: Empezó el
|
||||||
|
startsAt: Empezará el
|
||||||
|
duration: Duración
|
||||||
|
durationMin: $DURATION minutos
|
||||||
|
incidentCompleted: Completado
|
||||||
|
incidentScheduled: Programado
|
||||||
|
duration24H: 24h
|
||||||
|
duration7D: 7d
|
||||||
|
duration30D: 30d
|
||||||
|
duration1Y: 1y
|
||||||
|
durationAll: todo
|
||||||
|
16
README.md
@ -1,4 +1,4 @@
|
|||||||
# [📈 Live Status](https://status.condorbs.net): <!--live status--> **🟧 Partial outage**
|
# [📈 Live Status](https://status.condorbs.net): <!--live status--> **🟧 Corte parcial**
|
||||||
|
|
||||||
This repository contains the open-source uptime monitor and status page for [TheSL18](https://status.condorbs.net), powered by [Upptime](https://github.com/upptime/upptime).
|
This repository contains the open-source uptime monitor and status page for [TheSL18](https://status.condorbs.net), powered by [Upptime](https://github.com/upptime/upptime).
|
||||||
|
|
||||||
@ -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"> 196ms</summary><br><a href="https://status.condorbs.net/history/api-listas-negras-globalists"><img alt="Response time 211" 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 196" 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 211" 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 211" 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 | 🟩 Activo | [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"> 186ms</summary><br><a href="https://status.condorbs.net/history/api-listas-negras-globalists"><img alt="Response time 207" 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 184" 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 186" 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 207" 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 207" 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"> 187ms</summary><br><a href="https://status.condorbs.net/history/api-login-globalists"><img alt="Response time 220" 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 185" 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 187" 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 220" 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 220" 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 | 🟩 Activo | [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"> 174ms</summary><br><a href="https://status.condorbs.net/history/api-login-globalists"><img alt="Response time 214" 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 148" 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 174" 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 214" 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 214" 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 218" 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 219" 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 218" 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 218" 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 | 🟩 Activo | [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"> 193ms</summary><br><a href="https://status.condorbs.net/history/api-s3-condor"><img alt="Response time 213" 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 176" 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 193" 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 213" 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 213" 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"> 191ms</summary><br><a href="https://status.condorbs.net/history/s3-condor"><img alt="Response time 204" 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 215" 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 191" 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 204" 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 204" 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 | 🟩 Activo | [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"> 176ms</summary><br><a href="https://status.condorbs.net/history/s3-condor"><img alt="Response time 198" 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 161" 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 176" 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 198" 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 198" 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"> 76ms</summary><br><a href="https://status.condorbs.net/history/api-s3-draggane"><img alt="Response time 95" 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 58" 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 76" 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 95" 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 95" 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.05%" 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.05%" 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.05%" 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 | 🟥 Inactivo | [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"> 78ms</summary><br><a href="https://status.condorbs.net/history/api-s3-draggane"><img alt="Response time 95" 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 71" 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 78" 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 95" 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 95" 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.05%" 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.05%" 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.05%" 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"> 83ms</summary><br><a href="https://status.condorbs.net/history/s3-draggane"><img alt="Response time 94" 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 68" 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 83" 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 94" 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 94" 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.05%" 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.05%" 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.05%" 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 | 🟥 Inactivo | [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"> 85ms</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 78" 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 85" 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.05%" 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.05%" 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.05%" 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"> 183ms</summary><br><a href="https://status.condorbs.net/history/servicios-globalists"><img alt="Response time 203" 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 181" 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 183" 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 203" 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 203" 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 | 🟩 Activo | [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"> 168ms</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 136" 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 168" 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>
|
||||||
|
|
||||||
<!--end: status pages-->
|
<!--end: status pages-->
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"107 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 24h","message":"184 ms","color":"brightgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"210 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 30d","message":"207 ms","color":"green"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"194 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 7d","message":"186 ms","color":"brightgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 1y","message":"210 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 1y","message":"207 ms","color":"green"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time","message":"210 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time","message":"207 ms","color":"green"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"87 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 24h","message":"148 ms","color":"brightgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"223 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 30d","message":"214 ms","color":"green"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"189 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 7d","message":"174 ms","color":"brightgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 1y","message":"223 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 1y","message":"214 ms","color":"green"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time","message":"223 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time","message":"214 ms","color":"green"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"111 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 24h","message":"176 ms","color":"brightgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"218 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 30d","message":"213 ms","color":"green"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"199 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 7d","message":"193 ms","color":"brightgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 1y","message":"218 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 1y","message":"213 ms","color":"green"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time","message":"218 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time","message":"213 ms","color":"green"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"108 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 24h","message":"71 ms","color":"brightgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"98 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 30d","message":"95 ms","color":"brightgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"81 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 7d","message":"78 ms","color":"brightgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 1y","message":"98 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 1y","message":"95 ms","color":"brightgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time","message":"98 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time","message":"95 ms","color":"brightgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 30d","message":"0.06%","color":"red"}
|
{"schemaVersion":1,"label":"uptime 30d","message":"0.05%","color":"red"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 1y","message":"0.06%","color":"red"}
|
{"schemaVersion":1,"label":"uptime 1y","message":"0.05%","color":"red"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime","message":"0.06%","color":"red"}
|
{"schemaVersion":1,"label":"uptime","message":"0.05%","color":"red"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"101 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 24h","message":"161 ms","color":"brightgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"203 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 30d","message":"198 ms","color":"brightgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"181 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 7d","message":"176 ms","color":"brightgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 1y","message":"203 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 1y","message":"198 ms","color":"brightgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time","message":"203 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time","message":"198 ms","color":"brightgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"55 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 24h","message":"78 ms","color":"brightgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"97 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 30d","message":"95 ms","color":"brightgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"87 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 7d","message":"85 ms","color":"brightgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 1y","message":"97 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 1y","message":"95 ms","color":"brightgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time","message":"97 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time","message":"95 ms","color":"brightgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 30d","message":"0.06%","color":"red"}
|
{"schemaVersion":1,"label":"uptime 30d","message":"0.05%","color":"red"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime 1y","message":"0.06%","color":"red"}
|
{"schemaVersion":1,"label":"uptime 1y","message":"0.05%","color":"red"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"uptime","message":"0.06%","color":"red"}
|
{"schemaVersion":1,"label":"uptime","message":"0.05%","color":"red"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"44 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 24h","message":"136 ms","color":"brightgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"205 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 30d","message":"196 ms","color":"brightgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"181 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 7d","message":"168 ms","color":"brightgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 1y","message":"205 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 1y","message":"196 ms","color":"brightgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time","message":"205 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time","message":"196 ms","color":"brightgreen"}
|
||||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
@ -1,7 +1,7 @@
|
|||||||
url: $API_LISTAS_NEGRAS_GLOBALISTS
|
url: $API_LISTAS_NEGRAS_GLOBALISTS
|
||||||
status: up
|
status: up
|
||||||
code: 301
|
code: 301
|
||||||
responseTime: 218
|
responseTime: 99
|
||||||
lastUpdated: 2024-02-08T12:56:00.992Z
|
lastUpdated: 2024-02-08T17:05:36.232Z
|
||||||
startTime: 2024-01-22T21:59:06.851Z
|
startTime: 2024-01-22T21:59:06.851Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
url: $API_LOGIN_GLOBALISTS
|
url: $API_LOGIN_GLOBALISTS
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 190
|
responseTime: 74
|
||||||
lastUpdated: 2024-02-08T12:56:01.430Z
|
lastUpdated: 2024-02-08T17:05:36.545Z
|
||||||
startTime: 2024-01-22T21:32:17.946Z
|
startTime: 2024-01-22T21:32:17.946Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
url: $API_S3_CONDOR
|
url: $API_S3_CONDOR
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 219
|
responseTime: 91
|
||||||
lastUpdated: 2024-02-08T12:56:01.900Z
|
lastUpdated: 2024-02-08T17:05:36.880Z
|
||||||
startTime: 2024-01-22T21:32:20.024Z
|
startTime: 2024-01-22T21:32:20.024Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
url: $API_S3_DRAGGANE
|
url: $API_S3_DRAGGANE
|
||||||
status: down
|
status: down
|
||||||
code: 403
|
code: 403
|
||||||
responseTime: 61
|
responseTime: 97
|
||||||
lastUpdated: 2024-02-08T12:56:02.706Z
|
lastUpdated: 2024-02-08T17:05:37.527Z
|
||||||
startTime: 2024-01-22T21:32:24.546Z
|
startTime: 2024-01-22T21:32:24.546Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
url: $S3_CONDOR_WEB
|
url: $S3_CONDOR_WEB
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 227
|
responseTime: 55
|
||||||
lastUpdated: 2024-02-08T12:56:02.372Z
|
lastUpdated: 2024-02-08T17:05:37.171Z
|
||||||
startTime: 2024-01-22T21:32:22.648Z
|
startTime: 2024-01-22T21:32:22.648Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
url: $S3_DRAGGANE_WEB
|
url: $S3_DRAGGANE_WEB
|
||||||
status: down
|
status: down
|
||||||
code: 403
|
code: 403
|
||||||
responseTime: 102
|
responseTime: 98
|
||||||
lastUpdated: 2024-02-08T12:56:03.072Z
|
lastUpdated: 2024-02-08T17:05:37.879Z
|
||||||
startTime: 2024-01-22T21:32:26.544Z
|
startTime: 2024-01-22T21:32:26.544Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
url: $GLOBALISTS_WEB
|
url: $GLOBALISTS_WEB
|
||||||
status: up
|
status: up
|
||||||
code: 204
|
code: 204
|
||||||
responseTime: 176
|
responseTime: 48
|
||||||
lastUpdated: 2024-02-08T12:56:03.503Z
|
lastUpdated: 2024-02-08T17:05:38.166Z
|
||||||
startTime: 2024-01-22T21:59:09.718Z
|
startTime: 2024-01-22T21:59:09.718Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
@ -10,11 +10,11 @@
|
|||||||
"uptimeWeek": "100.00%",
|
"uptimeWeek": "100.00%",
|
||||||
"uptimeMonth": "100.00%",
|
"uptimeMonth": "100.00%",
|
||||||
"uptimeYear": "100.00%",
|
"uptimeYear": "100.00%",
|
||||||
"time": 211,
|
"time": 207,
|
||||||
"timeDay": 227,
|
"timeDay": 184,
|
||||||
"timeWeek": 196,
|
"timeWeek": 186,
|
||||||
"timeMonth": 211,
|
"timeMonth": 207,
|
||||||
"timeYear": 211,
|
"timeYear": 207,
|
||||||
"dailyMinutesDown": {}
|
"dailyMinutesDown": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -28,11 +28,11 @@
|
|||||||
"uptimeWeek": "100.00%",
|
"uptimeWeek": "100.00%",
|
||||||
"uptimeMonth": "100.00%",
|
"uptimeMonth": "100.00%",
|
||||||
"uptimeYear": "100.00%",
|
"uptimeYear": "100.00%",
|
||||||
"time": 220,
|
"time": 214,
|
||||||
"timeDay": 185,
|
"timeDay": 148,
|
||||||
"timeWeek": 187,
|
"timeWeek": 174,
|
||||||
"timeMonth": 220,
|
"timeMonth": 214,
|
||||||
"timeYear": 220,
|
"timeYear": 214,
|
||||||
"dailyMinutesDown": {}
|
"dailyMinutesDown": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -46,11 +46,11 @@
|
|||||||
"uptimeWeek": "100.00%",
|
"uptimeWeek": "100.00%",
|
||||||
"uptimeMonth": "100.00%",
|
"uptimeMonth": "100.00%",
|
||||||
"uptimeYear": "100.00%",
|
"uptimeYear": "100.00%",
|
||||||
"time": 218,
|
"time": 213,
|
||||||
"timeDay": 219,
|
"timeDay": 176,
|
||||||
"timeWeek": 206,
|
"timeWeek": 193,
|
||||||
"timeMonth": 218,
|
"timeMonth": 213,
|
||||||
"timeYear": 218,
|
"timeYear": 213,
|
||||||
"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": 204,
|
"time": 198,
|
||||||
"timeDay": 215,
|
"timeDay": 161,
|
||||||
"timeWeek": 191,
|
"timeWeek": 176,
|
||||||
"timeMonth": 204,
|
"timeMonth": 198,
|
||||||
"timeYear": 204,
|
"timeYear": 198,
|
||||||
"dailyMinutesDown": {}
|
"dailyMinutesDown": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -83,12 +83,12 @@
|
|||||||
"uptimeMonth": "0.05%",
|
"uptimeMonth": "0.05%",
|
||||||
"uptimeYear": "0.05%",
|
"uptimeYear": "0.05%",
|
||||||
"time": 95,
|
"time": 95,
|
||||||
"timeDay": 58,
|
"timeDay": 71,
|
||||||
"timeWeek": 76,
|
"timeWeek": 78,
|
||||||
"timeMonth": 95,
|
"timeMonth": 95,
|
||||||
"timeYear": 95,
|
"timeYear": 95,
|
||||||
"dailyMinutesDown": {
|
"dailyMinutesDown": {
|
||||||
"2024-02-08": 776,
|
"2024-02-08": 1026,
|
||||||
"2024-02-07": 1440,
|
"2024-02-07": 1440,
|
||||||
"2024-02-06": 1440,
|
"2024-02-06": 1440,
|
||||||
"2024-02-05": 1440,
|
"2024-02-05": 1440,
|
||||||
@ -119,13 +119,13 @@
|
|||||||
"uptimeWeek": "0.00%",
|
"uptimeWeek": "0.00%",
|
||||||
"uptimeMonth": "0.05%",
|
"uptimeMonth": "0.05%",
|
||||||
"uptimeYear": "0.05%",
|
"uptimeYear": "0.05%",
|
||||||
"time": 94,
|
"time": 95,
|
||||||
"timeDay": 68,
|
"timeDay": 78,
|
||||||
"timeWeek": 83,
|
"timeWeek": 85,
|
||||||
"timeMonth": 94,
|
"timeMonth": 95,
|
||||||
"timeYear": 94,
|
"timeYear": 95,
|
||||||
"dailyMinutesDown": {
|
"dailyMinutesDown": {
|
||||||
"2024-02-08": 776,
|
"2024-02-08": 1026,
|
||||||
"2024-02-07": 1440,
|
"2024-02-07": 1440,
|
||||||
"2024-02-06": 1440,
|
"2024-02-06": 1440,
|
||||||
"2024-02-05": 1440,
|
"2024-02-05": 1440,
|
||||||
@ -156,11 +156,11 @@
|
|||||||
"uptimeWeek": "100.00%",
|
"uptimeWeek": "100.00%",
|
||||||
"uptimeMonth": "100.00%",
|
"uptimeMonth": "100.00%",
|
||||||
"uptimeYear": "100.00%",
|
"uptimeYear": "100.00%",
|
||||||
"time": 203,
|
"time": 196,
|
||||||
"timeDay": 181,
|
"timeDay": 136,
|
||||||
"timeWeek": 183,
|
"timeWeek": 168,
|
||||||
"timeMonth": 203,
|
"timeMonth": 196,
|
||||||
"timeYear": 203,
|
"timeYear": 196,
|
||||||
"dailyMinutesDown": {}
|
"dailyMinutesDown": {}
|
||||||
}
|
}
|
||||||
]
|
]
|