This repository was archived by the owner on Nov 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.upptimerc.yml
More file actions
176 lines (141 loc) · 6.28 KB
/
.upptimerc.yml
File metadata and controls
176 lines (141 loc) · 6.28 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
owner: Status-Plus # GitHub username
repo: StatusPlus # GitHub repository name
sites:
- name: Roblox Site (Under Aritifical Testing)
url: https://www.roblox.com
maxResponseTime: 1000
- name: Roblox Devforum
url: https://devforum.roblox.com
maxResponseTime: 1000
- name: Roblox Devhub
url: https://developer.roblox.com
maxResponseTime: 1000
- name: Account Information API
url: https://accountinformation.roblox.com
method: GET
maxResponseTime: 1000
- name: Account Settings API
url: https://accountsettings.roblox.com
method: GET
maxResponseTime: 1000
- name: Asset Delivery
url: https://assetdelivery.roblox.com
method: GET
maxResponseTime: 1000
- name: Avatar API Endpoint
url: https://avatar.roblox.com/v1/avatar-rules
method: GET
maxResponseTime: 1000
- name: Auth API Endpoint
url: https://auth.roblox.com
method: GET
maxResponseTime: 1000
- name: Badges API Endpoint
url: https://badges.roblox.com/v1/badges/2124548403
method: GET
maxResponseTime: 1000
- name: Billing API Endpoint
url: https://billing.roblox.com
method: GET
maxResponseTime: 1000
- name: CDN API Endpoint
url: http://cdnproviders.roblox.com/
method: GET
maxResponseTime: 1000
- name: Catalog API Endpoint
url: https://catalog.roblox.com/v1/bundles/details?bundleIds=192
method: GET
maxResponseTime: 1000
- name: Datastore API Endpoint
url: https://gamepersistence.roblox.com/
method: GET
maxResponseTime: 1000
- name: Develop API Endpoint
url: https://develop.roblox.com/v1/toolbox/items?category=Hat&keyword=Hat
method: GET
maxResponseTime: 1000
- name: Economy API Endpoint
url: https://economy.roblox.com
method: GET
maxResponseTime: 1000
# this is a hack OMG
- name: Friends API Endpoint
url: https://friends.roblox.com/v1/metadata
method: GET
maxResponseTime: 1000
- name: Game Join API Endpoint
url: http://gamejoin.roblox.com/
method: GET
maxResponseTime: 1000
- name: Games API Endpoint
url: https://games.roblox.com
method: GET
maxResponseTime: 1000
- name: Groups API Endpoint
url: https://groups.roblox.com/v1/groups/5680533
method: GET
maxResponseTime: 1000
- name: Inventory API Endpoint
url: https://inventory.roblox.com/v1/users/82738847/assets/collectibles?limit=10&sortOrder=Asc
method: GET
maxResponseTime: 1000
- name: Text Filter API Endpoint
url: http://textfilter.roblox.com/
method: GET
maxResponseTime: 1
# fix when roblox stop oopsie
- name: Thumbnails API Endpoint
url: https://thumbnails.roblox.com/v1/assets?assetIds=82738847&format=Png&isCircular=false&size=30x30
method: GET
maxResponseTime: 1000
- name: Users API Endpoint
url: https://users.roblox.com/
method: GET
maxResponseTime: 1000
# ????
# e
assignees: # Users to assign downtime issues (optional)
- FxllenCode
status-website: # Status website (optional)
baseUrl: /StatusPlus
logoUrl: https://raw.githubusercontent.com/Status-Plus/StatusPlus/master/Standalone/SVG/Full%20(1).svg
name: Status+
publish: true
hideNavTitle: true
scripts:
- src: https://www.googletagmanager.com/gtag/js?id=G-97T3SSH4DV
async: true
js: "window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-97T3SSH4DV');"
navbar:
- title: Status
href: /StatusPlus
- title: GitHub
href: https://github.com/FxllenCode/StatusPlus
introTitle: "**Status + is a free, automated alternative to Roblox's Status Site."
introMessage: This uses real-time information from roblox's API endpoints to determine if there is any slowness/outages. This can detect outages faster than Roblox's status site as this is automated. It can also be used inside Roblox games. This part of Status + is called DowntimeService.
faviconSvg: https://raw.githubusercontent.com/Status-Plus/StatusPlus/master/Standalone/SVG/PlusLogo.svg
favicon: https://raw.githubusercontent.com/Status-Plus/StatusPlus/master/Standalone/PNG/Icon%20Only/PlusLogo-192h.png
css: "
:root { --body-background-color: #f0f7f7; --body-text-color: #002626; --card-background-color: #ffffff; --nav-background-color: #ffffff; --nav-border-bottom-color: #d8e8e4; --nav-border-bottom-color: #d8e8e4; --nav-current-border-bottom-color: #1abc9c; --card-border-color: #d8e8e4; --down-border-left-color: #eb3b5a; --down-background-color: #ffd0d2; --degraded-border-left-color: #f7b731; --up-border-left-color: #20bf6b; --tag-color: #ffffff; --tag-up-background-color: #20bf6b; --tag-down-background-color: #eb3b5a; --tag-degraded-background-color: #f7b731; --change-background-color: #f7b731; --error-button-border-color: #1a46ad; --error-button-background-color: #3867d6; --error-button-color: #ffffff; --submit-button-border-color: #1a46ad; --submit-button-background-color: #3867d6; --submit-button-color: #ffffff; --graph-opacity: 1; --graph-filter: invert(44%) sepia(93%) saturate(2391%) hue-rotate(178deg) brightness(103%) contrast(106%)}
.svelte-a08hsz { background-color: #111111; color: white; }
article { border: 1px solid #101010; padding: 1rem 1.25rem; position: relative; border-radius: 0; background-color: #222222; }
article.good.svelte-1uadwzk { background-color: green; color: white; }
chartjs-render-monitor { filter: invert(44%) sepia(93%) saturate(2391%) hue-rotate(178deg) brightness(103%) contrast(106%); }
body { background-color: #222222; color: white; }
article { background-color: #111111; }
nav.svelte-1pyc7i4.svelte-1pyc7i4, nav.svelte-1sgaob0.svelte-1sgaob0 { background: #222222; border-bottom: 1px solid silver; }
.tag { border-radius: 0; }
.tag.closed, .tag.up { background-color: green; }
.chartjs-render-monitor { animation: chartjs-render-animation 0.001s; filter: invert(44%) sepia(93%) saturate(2391%) hue-rotate(178deg) brightness(103%) contrast(106%); }
"
workflowSchedule:
responseTime: "*/10 * * * *"
staticSite: "*/10 * * * *"
summary: "*/10 * * * *"
updates: "*/10 * * * *"
uptime: "*/10 * * * *"
i18n:
footer: Made with ❤️ by [Status +](https://github.com/Status-Plus/StatusPlus), 🔌 by [Upptime.](https://github.com/upptime/upptime)