Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Include Gemini-2 and Gemini-3 RPC, archives and squid endpoints #10

Merged
merged 17 commits into from
Feb 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
55b2370
Include Gemini-II and Gemini-III RPC endpoints, as well as block expl…
isSerge Feb 17, 2023
bfd2adc
add fallback `github.token`
isSerge Feb 20, 2023
ef002b3
update `checkout` to v3
isSerge Feb 20, 2023
38d187e
🟩 Gemini-II EU-0 RPC endpoint is up (200 in 115 ms) [skip ci] [upptime]
upptime-bot Feb 20, 2023
a89c8cd
🟩 Gemini-II EU-1 RPC endpoint is up (200 in 0 ms) [skip ci] [upptime]
upptime-bot Feb 20, 2023
7a76ccf
🟩 Gemini-II EU-2 RPC endpoint is up (200 in 0 ms) [skip ci] [upptime]
upptime-bot Feb 20, 2023
0a13e9b
🟩 Gemini-III EU-0 RPC endpoint is up (200 in 115 ms) [skip ci] [upptime]
upptime-bot Feb 20, 2023
91de8ae
🟩 Gemini-III EU-1 RPC endpoint is up (200 in 115 ms) [skip ci] [upptime]
upptime-bot Feb 20, 2023
6fd194c
🟩 Gemini-III EU-2 RPC endpoint is up (200 in 115 ms) [skip ci] [upptime]
upptime-bot Feb 20, 2023
500b4b6
🟩 Gemini-II Subsquid archive GraphQL endpoint is up (200 in 452 ms) […
upptime-bot Feb 20, 2023
383fa13
🟩 Gemini-III Subsquid archive GraphQL endpoint is up (200 in 454 ms) …
upptime-bot Feb 20, 2023
93fec50
🟩 Gemini-II block explorer squid GraphQL endpoint is up (200 in 727 m…
upptime-bot Feb 20, 2023
996c1e0
🟩 Gemini-III block explorer squid GraphQL endpoint is up (200 in 451 …
upptime-bot Feb 20, 2023
a2aac3b
:pencil: Update summary in README [skip ci] [upptime]
upptime-bot Feb 20, 2023
3642f1b
:card_file_box: Update status summary [skip ci] [upptime]
upptime-bot Feb 20, 2023
a953355
update upptime monitor version
isSerge Feb 23, 2023
b0cea34
Merge branch 'include-gemini-rpc-archives-and-squid-endpoints' of git…
isSerge Feb 23, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/graphs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated by upptime/uptime-monitor@v1.26.4
# This file was generated by upptime/uptime-monitor@v1.29.0
#
# ===============================
# Do not edit this file directly!
Expand All @@ -20,13 +20,13 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.3
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
token: ${{ secrets.GH_PAT || github.token }}
- name: Generate graphs
uses: upptime/uptime-monitor@v1.26.4
uses: upptime/uptime-monitor@v1.29.0
with:
command: "graphs"
env:
GH_PAT: ${{ secrets.GH_PAT }}
GH_PAT: ${{ secrets.GH_PAT || github.token }}
10 changes: 5 additions & 5 deletions .github/workflows/response-time.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated by upptime/uptime-monitor@v1.26.4
# This file was generated by upptime/uptime-monitor@v1.29.0
#
# ===============================
# Do not edit this file directly!
Expand All @@ -20,14 +20,14 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.3
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
token: ${{ secrets.GH_PAT || github.token }}
- name: Update response time
uses: upptime/uptime-monitor@v1.26.4
uses: upptime/uptime-monitor@v1.29.0
with:
command: "response-time"
env:
GH_PAT: ${{ secrets.GH_PAT }}
GH_PAT: ${{ secrets.GH_PAT || github.token }}
SECRETS_CONTEXT: ${{ toJson(secrets) }}
26 changes: 13 additions & 13 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated by upptime/uptime-monitor@v1.26.4
# This file was generated by upptime/uptime-monitor@v1.29.0
#
# ===============================
# Do not edit this file directly!
Expand All @@ -21,44 +21,44 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.3
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
token: ${{ secrets.GH_PAT || github.token }}
- name: Update template
uses: upptime/uptime-monitor@v1.26.4
uses: upptime/uptime-monitor@v1.29.0
with:
command: "update-template"
env:
GH_PAT: ${{ secrets.GH_PAT }}
GH_PAT: ${{ secrets.GH_PAT || github.token }}
- name: Update response time
uses: upptime/uptime-monitor@v1.26.4
uses: upptime/uptime-monitor@v1.29.0
with:
command: "response-time"
env:
GH_PAT: ${{ secrets.GH_PAT }}
GH_PAT: ${{ secrets.GH_PAT || github.token }}
SECRETS_CONTEXT: ${{ toJson(secrets) }}
- name: Update summary in README
uses: upptime/uptime-monitor@v1.26.4
uses: upptime/uptime-monitor@v1.29.0
with:
command: "readme"
env:
GH_PAT: ${{ secrets.GH_PAT }}
GH_PAT: ${{ secrets.GH_PAT || github.token }}
- name: Generate graphs
uses: benc-uk/workflow-dispatch@v1
with:
workflow: Graphs CI
token: ${{ secrets.GH_PAT }}
token: ${{ secrets.GH_PAT || github.token }}
- name: Generate site
uses: upptime/uptime-monitor@v1.26.4
uses: upptime/uptime-monitor@v1.29.0
with:
command: "site"
env:
GH_PAT: ${{ secrets.GH_PAT }}
GH_PAT: ${{ secrets.GH_PAT || github.token }}
- uses: peaceiris/[email protected]
name: GitHub Pages Deploy
with:
github_token: ${{ secrets.GH_PAT }}
github_token: ${{ secrets.GH_PAT || github.token }}
publish_dir: "site/status-page/__sapper__/export/"
user_name: "Upptime Bot"
user_email: "[email protected]"
12 changes: 6 additions & 6 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated by upptime/uptime-monitor@v1.26.4
# This file was generated by upptime/uptime-monitor@v1.29.0
#
# ===============================
# Do not edit this file directly!
Expand All @@ -21,20 +21,20 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
uses: actions/checkout@v2.3.3
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
token: ${{ secrets.GH_PAT || github.token }}
- name: Generate site
uses: upptime/uptime-monitor@v1.26.4
uses: upptime/uptime-monitor@v1.29.0
with:
command: "site"
env:
GH_PAT: ${{ secrets.GH_PAT }}
GH_PAT: ${{ secrets.GH_PAT || github.token }}
- uses: peaceiris/[email protected]
name: GitHub Pages Deploy
with:
github_token: ${{ secrets.GH_PAT }}
github_token: ${{ secrets.GH_PAT || github.token }}
publish_dir: "site/status-page/__sapper__/export/"
user_name: "Upptime Bot"
user_email: "[email protected]"
12 changes: 6 additions & 6 deletions .github/workflows/summary.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated by upptime/uptime-monitor@v1.26.4
# This file was generated by upptime/uptime-monitor@v1.29.0
#
# ===============================
# Do not edit this file directly!
Expand All @@ -20,20 +20,20 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.3
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
token: ${{ secrets.GH_PAT || github.token }}
- name: Update summary in README
uses: upptime/uptime-monitor@v1.26.4
uses: upptime/uptime-monitor@v1.29.0
with:
command: "readme"
env:
GH_PAT: ${{ secrets.GH_PAT }}
GH_PAT: ${{ secrets.GH_PAT || github.token }}
- name: Run readme-repos-list
uses: koj-co/readme-repos-list@master
with:
token: ${{ secrets.GH_PAT }}
token: ${{ secrets.GH_PAT || github.token }}
query: "topic:upptime"
size: 20
max: 1000
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/update-template.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated by upptime/uptime-monitor@v1.26.4
# This file was generated by upptime/uptime-monitor@v1.29.0
#
# ===============================
# Do not edit this file directly!
Expand All @@ -20,13 +20,13 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.3
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
token: ${{ secrets.GH_PAT || github.token }}
- name: Update template
uses: upptime/uptime-monitor@master
with:
command: "update-template"
env:
GH_PAT: ${{ secrets.GH_PAT }}
GH_PAT: ${{ secrets.GH_PAT || github.token }}
8 changes: 4 additions & 4 deletions .github/workflows/updates.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated by upptime/uptime-monitor@v1.26.4
# This file was generated by upptime/uptime-monitor@v1.29.0
#
# ===============================
# Do not edit this file directly!
Expand All @@ -20,11 +20,11 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.3
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
token: ${{ secrets.GH_PAT || github.token }}
- name: Update code
uses: upptime/updates@master
env:
GH_PAT: ${{ secrets.GH_PAT }}
GH_PAT: ${{ secrets.GH_PAT || github.token }}
10 changes: 5 additions & 5 deletions .github/workflows/uptime.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was generated by upptime/uptime-monitor@v1.26.4
# This file was generated by upptime/uptime-monitor@v1.29.0
#
# ===============================
# Do not edit this file directly!
Expand All @@ -20,14 +20,14 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.3
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
token: ${{ secrets.GH_PAT || github.token }}
- name: Check endpoint status
uses: upptime/uptime-monitor@v1.26.4
uses: upptime/uptime-monitor@v1.29.0
with:
command: "update"
env:
GH_PAT: ${{ secrets.GH_PAT }}
GH_PAT: ${{ secrets.GH_PAT || github.token }}
SECRETS_CONTEXT: ${{ toJson(secrets) }}
36 changes: 25 additions & 11 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,38 @@ repo: status # The name of this repository

assignees:
- ImmaZoni
- isSerge
sites:
- name: Subspace Labs Website
url: https://www.subspace.network
#icon: https://uploads-ssl.webflow.com/6108908c3729aa7f2ffe5c29/610890e755d89332b2d39351_cee1c0fb-subspace-logo_102e02c000000000000028.png
- name: Spartan Testnet
- name: "Gemini-II EU-0 RPC endpoint"
check: "tcp-ping"
url: 165.232.157.230
port: 30333
#icon: https://uploads-ssl.webflow.com/6108908c3729aa7f2ffe5c29/610890e755d89332b2d39351_cee1c0fb-subspace-logo_102e02c000000000000028.png
- name: "Polkadot-App"
url: "eu-0.gemini-2a.subspace.network"
- name: "Gemini-II EU-1 RPC endpoint"
check: "tcp-ping"
url: dev-polkadotapp.subspace.network
- name: "Polkascan-App"
url: "eu-1.gemini-2a.subspace.network"
- name: "Gemini-II EU-2 RPC endpoint"
check: "tcp-ping"
url: "dev-polkascan.subspace.network"
- name: "Development RPC Endpoint"
url: "eu-2.gemini-2a.subspace.network"
- name: "Gemini-III EU-0 RPC endpoint"
check: "tcp-ping"
url: "dev-rpc.subspace.network"
url: "eu-0.gemini-3c.subspace.network"
- name: "Gemini-III EU-1 RPC endpoint"
check: "tcp-ping"
url: "eu-1.gemini-3c.subspace.network"
- name: "Gemini-III EU-2 RPC endpoint"
check: "tcp-ping"
url: "eu-2.gemini-3c.subspace.network"
# perform easiest queries for GraphQL endpoints
# for more details: https://www.apollographql.com/docs/apollo-server/monitoring/health-checks/#graphql-level-health-checks
- name: "Gemini-II Subsquid archive GraphQL endpoint"
url: "archive.gemini-2a.subspace.network/graphql?query=%7B__typename%7D"
- name: "Gemini-III Subsquid archive GraphQL endpoint"
url: "archive.gemini-3b.subspace.network/graphql?query=%7B__typename%7D"
- name: "Gemini-II block explorer squid GraphQL endpoint"
url: "squid.gemini-2a.subspace.network/graphql?query=%7B__typename%7D"
- name: "Gemini-III block explorer squid GraphQL endpoint"
url: "squid.gemini-3b.subspace.network/graphql?query=%7B__typename%7D"

status-website:
# Add your custom domain name, or remove the `cname` line if you don't have a domain
Expand Down
Loading