Skip to content

Commit

Permalink
Added uptime workflows for 11-14 minutes to try and reduce the time i…
Browse files Browse the repository at this point in the history
…n between checks.
  • Loading branch information
Christopher Moriarty committed Jun 27, 2024
1 parent 5db67fb commit b72d044
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,37 @@ repo: upptime # The name of this repository
user-agent: ChrisMoriarty

sites:
- name: MPC Homepage
url: https://www.minorplanetcenter.net
- name: NEOCP
url: https://minorplanetcenter.net/iau/NEO/toconfirm_tabular.html
- name: Data Subdomain
- name: MPC Homepage
url: https://www.minorplanetcenter.net
- name: MPC Data Services Homepage
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
- name: MPC Explorer
url: https://data.minorplanetcenter.net/explorer/
- name: Designation Identifier
method: GET
url: https://data.minorplanetcenter.net/api/query-identifier
headers:
- "Content-Type: application/text"
- name: Public VM Test
url: https://mpc-vm10.cfa.harvard.edu
__dangerous__disable_verify_peer: true
body: "Ceres"
- name: Data Subdomain Server
- name: (PING) MPC Data Services Server
check: "tcp-ping"
url: mpcweb6.cfa.harvard.edu

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

skipDeleteIssues: false # Skip deleting the downtime issues after recovery

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
theme: ocean
baseUrl: /upptime
logoUrl: https://www.iau.org/static/archives/images/large/mpc-logo.jpg
name: MPC Status
Expand All @@ -44,6 +49,3 @@ status-website:
href: https://minorplanetcenter.net
- title: MPC Helpdesk
href: https://mpc-service.atlassian.net/servicedesk/customer/portals

# Upptime also supports notifications, assigning issues, and more
# See https://upptime.js.org/docs/configuration

0 comments on commit b72d044

Please sign in to comment.