Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach authored Apr 29, 2024
1 parent e635aae commit 6de545f
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 6de545f

Please sign in to comment.