-
Notifications
You must be signed in to change notification settings - Fork 1
/
.upptimerc.yml
55 lines (48 loc) · 1.46 KB
/
.upptimerc.yml
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Change these first
owner: stormkit-io # Your GitHub organization or username, where this repository lives
repo: stormkit-status # The name of this repository
sites:
- name: Stormkit Landing Page
url: https://www.stormkit.io/
maxResponseTime: 3000
delay: 2000
- name: Stormkit Docs
url: https://www.stormkit.io/docs
maxResponseTime: 5000
delay: 2000
- name: Stormkit Application
url: https://app.stormkit.io
maxResponseTime: 3000
delay: 2000
- name: Stormkit API
url: https://api.stormkit.io
maxResponseTime: 3000
delay: 2000
# - name: Stormkit Api Canary
# url: https://api.stormkit.io/?sk_canary=true
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: light
baseUrl: /stormkit-status
favicon: https://www.stormkit.io/favicon.png
logoUrl: https://avatars.githubusercontent.com/u/41553612?s=200&v=4
name: Stormkit
introTitle: "Stormkit services"
# introMessage: Services
navbar:
- title: Status
href: /
- title: Stormkit
href: http://stormkit.io/
- title: Github
href: https://github.com/stormkit-io
workflowSchedule:
graphs: "0 0 * * *"
responseTime: "0 23 * * *"
staticSite: "0 1 * * *"
summary: "0 0 * * *"
updateTemplate: "0 0 * * *"
updates: "0 3 * * *"
uptime: "*/15 * * * *"