-
Notifications
You must be signed in to change notification settings - Fork 147
Expand file tree
/
Copy path.upptimerc.yml
More file actions
40 lines (32 loc) · 915 Bytes
/
Copy path.upptimerc.yml
File metadata and controls
40 lines (32 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
owner: firstJOASH
repo: StellarKraal-
sites:
- name: Frontend
url: $FRONTEND_URL
- name: Backend API Health
url: $BACKEND_URL/api/health
expectedStatusCodes:
- 200
- name: Stellar RPC
url: https://soroban-testnet.stellar.org
expectedStatusCodes:
- 200
- 405 # POST-only endpoint returns 405 on GET
status-website:
cname: status.stellarkraal.io # update to your domain or remove for *.github.io
name: StellarKraal Status
introTitle: StellarKraal Service Status
introMessage: Real-time and historical uptime for StellarKraal services.
navbar:
- title: GitHub
href: https://github.com/firstJOASH/StellarKraal-
notifications:
- type: slack
webhook: $SLACK_WEBHOOK
- type: email
to: $NOTIFICATION_EMAIL
# Alert after 2 consecutive failures
maximumResponseTime: 30000
consecutiveFailures: 2
# Retain 30 days of history
historyDays: 30