This repository has been archived by the owner on Dec 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.upptimerc.yml
84 lines (80 loc) · 2.75 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
owner: rovergulf-ops
repo: health
sites:
# inkbe
- name: inkbe.com
url: https://inkbe.com
icon: https://inkbe.com/assets/favicons/favicon.ico
# rovergulf
- name: rovergulf.net
url: https://rovergulf.net
icon: https://rovergulf.net/favicon.ico
- name: NGX Slice Kit
url: https://slice.rovergulf.net
icon: https://slice.rovergulf.net/assets/favicon/favicon.ico
# inkbe.com api
# - name: Inkbe Auth API
# url: https://api.inkbe.com/auth/health
# maxResponseTime: 5000
# - name: Inkbe Engine API
# url: https://api.inkbe.com/engine/health
# maxResponseTime: 5000
# - name: Inkbe Media API
# url: https://api.inkbe.com/media/health
# maxResponseTime: 5000
# - name: Inkbe Events API
# url: https://api.inkbe.com/events/health
# dev api
- name: Rovergulf NFT API
url: https://api.rovergulf.net/nft/health
icon: https://rovergulf.net/favicon.ico
maxResponseTime: 5000
- name: Dev Auth API
url: https://api-dev.rovergulf.net/auth/health
icon: https://rovergulf.net/favicon.ico
maxResponseTime: 5000
- name: Dev Engine API
url: https://api-dev.rovergulf.net/engine/health
icon: https://rovergulf.net/favicon.ico
maxResponseTime: 5000
- name: Dev Media API
url: https://api-dev.rovergulf.net/media/health
icon: https://rovergulf.net/favicon.ico
maxResponseTime: 5000
- name: Dev Events API
url: https://api-dev.rovergulf.net/events/health
icon: https://rovergulf.net/favicon.ico
maxResponseTime: 5000
status-website:
theme: dark
cname: status.rovergulf.net
# baseUrl: /health
apiBaseUrl: https://api.github.com
logoUrl: https://avatars.githubusercontent.com/u/56350485?s=400&u=4edbcfa8024d85b7f6745ead98c97778bf291034&v=4
favicon: https://rovergulf.net/favicon.ico
faviconSvg: https://rovergulf.net/assets/favicon/safari-pinned-tab.svg
name: Rovergulf Operations
introTitle: "Rovergulf Engineers Services Status"
introMessage: "Public API and websites uptime status"
navbar:
- title: Status
href: /
- title: GitHub
href: https://github.com/rovergulf-ops/health
- title: Discord
href: https://discord.com/invite/REcNxVNQjT
#commitMessages:
# readmeContent: ":pencil: Update summary in README [skip ci] [upptime]"
# summaryJson: ":card_file_box: Update status summary [skip ci] [upptime]"
# statusChange: "$EMOJI $SITE_NAME is $STATUS ($RESPONSE_CODE in $RESPONSE_TIME ms) [skip ci] [upptime]"
# graphsUpdate: ":bento: Update graphs [skip ci] [upptime]"
# commitAuthorName: "Upptime Bot"
# commitAuthorEmail: "[email protected]"
#workflowSchedule:
# graphs: "0 0 * * *"
# responseTime: "0 23 * * *"
# staticSite: "0 1 * * *"
# summary: "0 0 * * *"
# updateTemplate: "0 0 * * *"
# updates: "0 3 * * *"
# uptime: "*/5 * * * *"