From 6de545f498c084a3e7ce7b3eaaa2c5c96ec2d184 Mon Sep 17 00:00:00 2001 From: Anthony Lukach Date: Sun, 28 Apr 2024 21:15:47 -0700 Subject: [PATCH] Update config --- .upptimerc.yml | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/.upptimerc.yml b/.upptimerc.yml index 9eeecf2c4..6c1e70b20 100644 --- a/.upptimerc.yml +++ b/.upptimerc.yml @@ -1,34 +1,35 @@ # Change these first -owner: upptime # Your GitHub organization or username, where this repository lives -repo: upptime # The name of this repository +owner: NASA-IMPACT # Your GitHub organization or username, where this repository lives +repo: csdap-status # The name of this repository sites: - - name: Google - url: https://www.google.com - - name: Wikipedia - url: https://en.wikipedia.org - - name: Hacker News - url: https://news.ycombinator.com - - name: Test Broken Site - url: https://thissitedoesnotexist.koj.co - - name: IPv6 test - url: forwardemail.net - port: 80 - check: "tcp-ping" - ipv6: true + - name: SDX + url: https://csdap.earthdata.nasa.gov + - name: STAC API + url: https://csdap.earthdata.nasa.gov/stac/_mgmt/ping + - name: Orders API - Server + url: https://csdap.earthdata.nasa.gov/api/v1/health/server + - name: Orders API - Database + url: https://csdap.earthdata.nasa.gov/api/v1/health/db + - name: Orders API - Data + url: https://csdap.earthdata.nasa.gov/api/v1/health/data + - name: Data Authorization System + url: https://csdap.earthdata.nasa.gov/signup status-website: # Add your custom domain name, or remove the `cname` line if you don't have a domain # Uncomment the `baseUrl` line if you don't have a custom domain and add your repo name there - cname: demo.upptime.js.org + # cname: demo.upptime.js.org # baseUrl: /your-repo-name - logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg - name: Upptime + logoUrl: https://csdap.earthdata.nasa.gov/images/CSDA_logo.png + name: CSDAP Status introTitle: "**Upptime** is the open-source uptime monitor and status page, powered entirely by GitHub." introMessage: This is a sample status page which uses **real-time** data from our [GitHub repository](https://github.com/upptime/upptime). No server required — just GitHub Actions, Issues, and Pages. [**Get your own for free**](https://github.com/upptime/upptime) navbar: - title: Status href: / + - title: SDX + href: https://csdap.earthdata.nasa.gov - title: GitHub href: https://github.com/$OWNER/$REPO