generated from upptime/upptime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.upptimerc.yml
54 lines (49 loc) · 1.38 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
# Change these first
owner: Martijn-van-Kekem-Development # Your GitHub organization or username, where this repository lives
repo: MatchGear-Monitor # The name of this repository
workflowSchedule:
responseTime: "0 * * * *"
graphs: "5 * * * *"
summary: "5 * * * *"
sites:
- name: Production API
url: https://api-prod.matchgear.app/app-info
method: GET
maxResponseTime: 2000
expectedStatusCodes:
- 200
- name: Beta API
url: https://api-beta.matchgear.app/app-info
method: GET
maxResponseTime: 2000
expectedStatusCodes:
- 200
- name: Website
url: https://www.matchgear.app/en/
maxResponseTime: 5000
- name: Documentation website
url: https://docs.matchgear.app/en/
maxResponseTime: 5000
assignees:
- martijnvankekem
status-website:
cname: status.matchgear.app
logoUrl: https://status.matchgear.app/logo.png
favicon: https://status.matchgear.app/logo.png
links:
- rel: stylesheet
href: https://status.matchgear.app/custom-style.css
name: MatchGear Status
introTitle: "**MatchGear**"
navbar:
- title: Status
href: /
- title: Website
href: https://www.matchgear.app
- title: Help
href: https://docs.matchgear.app
i18n:
footer: Copyright © - Martijn van Kekem Development
up: Online
down: Offline
incidentCommentSummary: <span class="subtext">Posted at $DATE by $AUTHOR</span>