Skip to content

Commit

Permalink
Merge pull request #216 from onetimesecret/delano/20250110-update-sites
Browse files Browse the repository at this point in the history
Update .upptimerc.yml
  • Loading branch information
delano authored Jan 10, 2025
2 parents 9ec967a + 818a413 commit 866c590
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ sites:
- name: API Status (v1)
url: https://onetimesecret.com/api/v1/status
__dangerous__body_down_if_text_missing: '"status":"nominal"'
- name: API Status (v2)
url: https://onetimesecret.com/api/v2/status
__dangerous__body_down_if_text_missing: '"status":"nominal"'
- name: API - Create secret
method: POST
url: https://onetimesecret.com/api/v1/share
Expand All @@ -33,6 +36,22 @@ sites:
expectedStatusCodes:
- 200
- 201
url: https://us.onetimesecret.com/
maxResponseTime: 5000
expectedStatusCodes:
- 200
- 201
- name: Blog
url: https://blog.onetimesecret.com/
maxResponseTime: 5000
expectedStatusCodes:
- 200
- 201
- name: Documentation
url: https://docs.onetimesecret.com/
maxResponseTime: 5000
expectedStatusCodes:
- 200

# Delay (in milliseconds) that will occur between checking each
# configured endpoint. Default: 0.
Expand Down

0 comments on commit 866c590

Please sign in to comment.