-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.upptimerc.yml
More file actions
48 lines (43 loc) · 1.37 KB
/
.upptimerc.yml
File metadata and controls
48 lines (43 loc) · 1.37 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
# Change these first
owner: northpolesec
repo: status
sites:
- name: Release Server
url: coalmine.northpole.security
port: 443
check: "tcp-ping"
- name: Push Service (east)
url: east1.push.northpole.security
port: 443
check: "tcp-ping"
- name: Push Service (west)
url: west1.push.northpole.security
port: 443
check: "tcp-ping"
- name: Push Service (central)
url: central1.push.northpole.security
port: 443
check: "tcp-ping"
- name: Global Allowlist & Package Rules
url: gal.northpole.security
port: 443
check: "tcp-ping"
workflowSchedule:
graphs: "0 0 * * *"
responseTime: "0 23 * * *"
staticSite: "0 1 * * *"
summary: "0 0 * * *"
updateTemplate: "0 0 * * *"
updates: "0 3 * * *"
uptime: "*/15 * * * *"
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: status.northpole.security
logoUrl: https://github.com/northpolesec/santa/raw/main/docs/static/img/nps-logo-256.png
favicon: https://northpole.security/favicon.png
name: Status
introTitle: "North Pole Security - Global Status"
introMessage: This page shows the health and response times for North Pole Security's global services
i18n:
footer: Powered by [Upptime](https://upptime.js.org)