generated from upptime/upptime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.upptimerc.yml
53 lines (47 loc) · 1.69 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
# Change these first
owner: ahernandez411 # Your GitHub organization or username, where this repository lives
repo: upptime-testing # The name of this repository
sites:
- name: My API Limit Check
url: https://api.github.com/rate_limit
method: GET
headers:
- "Accept: application/vnd.github+json"
- "Authorization: Bearer $GH_PAT"
- "X-GitHub-Api-Version: 2022-11-28"
expectedStatusCodes:
- 200
- name: Other API Limit Check
url: https://api.github.com/rate_limit
method: GET
headers:
- "Accept: application/vnd.github+json"
- "Authorization: Bearer $GH_PAT_2"
- "X-GitHub-Api-Version: 2022-11-28"
expectedStatusCodes:
- 200
- name: My Other API Limit Check
url: https://api.github.com/rate_limit
method: GET
headers:
- "Accept: application/vnd.github+json"
- "Authorization: Bearer $GH_PAT"
- "X-GitHub-Api-Version: 2022-11-28"
expectedStatusCodes:
- 200
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
baseUrl: /upptime-testing
logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg
name: UppTime Testing
introTitle: "This is a test status page"
introMessage: Nothing special to say here. Testing to see how this works! Did not work last time.
navbar:
- title: Status
href: /
- title: GitHub
href: https://github.com/$OWNER/$REPO
# Upptime also supports notifications, assigning issues, and more
# See https://upptime.js.org/docs/configuration