Skip to content

Commit

Permalink
Update .upptimerc.yml
Browse files Browse the repository at this point in the history
added lots of new endpoints, a user-agent, and assignee (me)
  • Loading branch information
ChrisMoriarty authored Jun 26, 2024
1 parent 88f2370 commit 074f407
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .upptimerc.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,35 @@
# Change these first
owner: Smithsonian # Your GitHub organization or username, where this repository lives
repo: upptime # The name of this repository
user-agent: ChrisMoriarty

sites:
- name: Minor Planet Center Homepage
- name: MPC Homepage
url: https://www.minorplanetcenter.net
- name: NEOCP
url: https://minorplanetcenter.net/iau/NEO/toconfirm_tabular.html
- name: Data Subdomain
url: https://data.minorplanetcenter.net/
- name: Public VM Test
url: https://mpc-vm10.cfa.harvard.edu
__dangerous__disable_verify_peer: true
- name: Designation Identifier API
method: GET
url: "https://data.minorplanetcenter.net/api/query-identifier"
headers:
- "Content-Type: application/json"
body: '{ "data": "Ceres" }'
- name: Website Server
check: "tcp-ping"
url: $MPC_WEBSITE_SERVER
port: 53
- name: Data Subdomain Server
check: "tcp-ping"
url: $MPC_DATA_SUBDOMAIN_SERVER
port: 53

assignees: # Users to assign downtime issues (optional)
- ChrisMoriarty

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

0 comments on commit 074f407

Please sign in to comment.