-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.upptimerc.yml
More file actions
234 lines (204 loc) · 4.67 KB
/
Copy path.upptimerc.yml
File metadata and controls
234 lines (204 loc) · 4.67 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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
# Change these first
owner: Skiddle-ID # Your GitHub organization or username, where this repository lives
repo: monitoring # The name of this repository
sites:
- name: skiddle.id
url: https://skiddle.id
assignees:
- skiddle-git
- arcestia
- name: skiddle.blue
url: https://skiddle.blue
expectedStatusCodes:
- 200
assignees:
- skiddle-git
- arcestia
# - name: Nawala Domain Checker
# url: https://nawalacheck.skiddle.id
# assignees:
# - skiddle-git
# - arcestia
- name: Private Wiki (wiki.skiddle.id)
url: https://wiki.skiddle.id
assignees:
- skiddle-git
- arcestia
- name: Mail System
check: "tcp-ping"
url: $MAIL_SERVER
port: $MAIL_PORT
assignees:
- skiddle-git
- arcestia
- name: Skiddle API (Honolife API)
url: https://api.skiddle.id
assignees:
- skiddle-git
- arcestia
- name: Skiddle Vault
url: https://vault.skiddle.id
assignees:
- skiddle-git
- arcestia
- name: Skiddle Links
url: https://skiddle.link
assignees:
- skiddle-git
- arcestia
# - name: CheckDomain API
# url: $CEKDOMAINAPI
# assignees:
# - arcestia
# - name: Private Git
# url: https://git.skiddle.cloud
# assignees:
# - arcestia
- name: Skiddle CDN
url: $CDN_URL
assignees:
- skiddle-git
- arcestia
expectedStatusCodes:
- 200
- 201
- 400
- 403
- 404
# SERVER PING
# - name: GITHUB CI Nodes
# check: "tcp-ping"
# url: $GITCI_SERVER
# port: $PORT_CHECK
# assignees:
# - arcestia
# Server SG (Singapore)
- name: SG-1 Nodes
check: "tcp-ping"
url: $IP_SG1
port: $PORT_SG1
assignees:
- skiddle-git
- arcestia
- name: SG-2 Nodes
check: "tcp-ping"
url: $IP_SG2
port: $PORT_SG2
assignees:
- skiddle-git
- arcestia
- name: SG-3 Nodes
check: "tcp-ping"
url: $IP_SG3
port: $PORT_SG3
assignees:
- skiddle-git
- arcestia
- name: SG-4 Nodes
check: "tcp-ping"
url: $IP_SG4
port: $PORT_SG4
assignees:
- skiddle-git
- arcestia
# Server ID (INDONESIA)
- name: ID-1 Nodes
check: "tcp-ping"
url: $IP_ID1
port: $PORT_ID1
assignees:
- skiddle-git
- arcestia
- name: ID-2 Nodes
check: "tcp-ping"
url: $IP_ID2
port: $PORT_ID2
assignees:
- skiddle-git
- arcestia
- name: ID-3 Nodes
check: "tcp-ping"
url: $IP_ID3
port: $PORT_ID3
assignees:
- skiddle-git
- arcestia
- name: ID-4 Nodes
check: "tcp-ping"
url: $IP_ID4
port: $PORT_ID4
assignees:
- skiddle-git
- arcestia
- name: ID-5 Nodes
check: "tcp-ping"
url: $IP_ID5
port: $PORT_ID5
assignees:
- skiddle-git
- arcestia
- name: ID-6 Nodes
check: "tcp-ping"
url: $IP_ID6
port: $PORT_ID6
assignees:
- skiddle-git
- arcestia
- name: ID-7 Nodes
check: "tcp-ping"
url: $IP_ID7
port: $PORT_ID7
assignees:
- skiddle-git
- arcestia
# Private IP
# - name: Internet Check
# url: $INTERNET_CHECK
# type: globalping
# check: icmp-ping
# assignees:
# - skiddle-git
# - arcestia
- name: CDN Nodes 1
url: $CDN_1
check: "tcp-ping"
port: $EXPOSE_PORT
delay: 2000
assignees:
- skiddle-git
- arcestia
- name: CDN Nodes 2
url: $CDN_2
check: "tcp-ping"
port: $EXPOSE_PORT
assignees:
- skiddle-git
- arcestia
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: monitor.skiddle.id
# baseUrl: /your-repo-name
logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg
name: Skiddle Status Monitoring
introTitle: "**Skiddle-ID** current network status. "
introMessage: This page for Monitoring status of all Skiddle-ID Network.
navbar:
- title: Status
href: /
- title: GitHub
href: https://github.com/$OWNER/$REPO
commitMessages:
commitAuthorName: "skiddle-bot"
commitAuthorEmail: "165562787+skiddle-bot@users.noreply.github.com"
skipDeleteIssues: false
workflowSchedule:
graphs: "0 0 * * *"
responseTime: "0 23 * * *"
staticSite: "0 1 * * *"
summary: "0 0 * * *"
updateTemplate: "0 0 * * *"
updates: "0 3 * * *"
uptime: "*/5 * * * *"
# Upptime also supports notifications, assigning issues, and more
# See https://upptime.js.org/docs/configuration