Skip to content

Commit

Permalink
[#2] Update Upptime monitoring config
Browse files Browse the repository at this point in the history
The monitoring configuration has been updated to consolidate the Onetime Secret homepage and staging site under a common "Homepage" name and ensure consistent health checks. The staging site check was revised to match the homepage using max response time and expected status codes instead of TCP ping for parity.
  • Loading branch information
delano committed May 25, 2024
1 parent b2ad06f commit 00fd65e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,22 @@ owner: onetimesecret
repo: status

sites:
- name: Onetime Secret
- name: Homepage
url: https://onetimesecret.com/
maxResponseTime: 5000
expectedStatusCodes:
- 200
- 201
headers:
- "OTS-VIA: upptime"
- name: Staging
- name: Homepage (staging)
url: $STAGING_HOST
port: 443
check: "tcp-ping"
ipv6: true
maxResponseTime: 5000
expectedStatusCodes:
- 200
- 201
headers:
- "OTS-VIA: upptime"
- name: App Support
url: https://app.onetimesecret.com/
- name: API (v1)
Expand Down

0 comments on commit 00fd65e

Please sign in to comment.