This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
generated from upptime/upptime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.upptimerc.yml
116 lines (112 loc) · 3.93 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
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
# Change these first
owner: RIT-RC # Your GitHub organization or username, where this repository lives
repo: rc-status-page # The name of this repository
sites:
- name: RC Website
url: $URL_RC_WEBSITE
icon: https://cdn.statically.io/gh/rit-rc/rc-status-page/master/assets/rit-favicon.png
assignees:
- aweits
- name: SPORC-Cluster
check: "tcp-ping"
url: $IP_SPORC_CLUSTER
port: 22
icon: https://cdn.statically.io/gh/rit-rc/rc-status-page/master/assets/rit-favicon.png
assignees:
- EmilioD
- qwertos
- aweits
- paulmezz
- meyersbs
- kirkmanne
- sidpbury
- archxlith
- merced317
- "rc-admins"
- name: KGCOE-GitLab
check: "tcp-ping"
url: $IP_KGCOE_GITLAB
icon: https://cdn.statically.io/gh/rit-rc/rc-status-page/master/assets/rit-favicon.png
assignees:
- qwertos
- name: Mirrors
url: $URL_MIRRORS
icon: https://cdn.statically.io/gh/rit-rc/rc-status-page/master/assets/rit-favicon.png
maxResponseTime: 60000
assignees:
- paulmezz
- name: RC Documentation
url: $URL_RC_DOCUMENTATION
__dangerous__insecure: true # Ignore SSL cert error
maxResponseTime: 60000
icon: https://cdn.statically.io/gh/rit-rc/rc-status-page/master/assets/rit-favicon.png
assignees:
- meyersbs
- name: Open OnDemand
check: "tcp-ping"
url: $IP_OPEN_ONDEMAND
icon: https://cdn.statically.io/gh/rit-rc/rc-status-page/master/assets/rit-favicon.png
assignees:
- EmilioD
- name: RC Ticketing
url: $URL_RC_TICKETING
icon: https://cdn.statically.io/gh/rit-rc/rc-status-page/master/assets/rit-favicon.png
assignees:
- EmilioD
- qwertos
- meyersbs
- name: Grafana
check: "tcp-ping"
url: $IP_GRAFANA
icon: https://cdn.statically.io/gh/rit-rc/rc-status-page/master/assets/rit-favicon.png
assignees:
- EmilioD
- name: Virtualization
check: "tcp-ping"
url: $IP_VIRTUALIZATION
icon: https://cdn.statically.io/gh/rit-rc/rc-status-page/master/assets/rit-favicon.png
assignees:
- EmilioD
- name: RC File Hosting
url: $URL_PEOPLE
icon: https://cdn.statically.io/gh/rit-rc/rc-status-page/master/assets/rit-favicon.png
assignees:
- paulmezz
workflowSchedule:
# 12AM Every Day - Generate response time graphs
graphs: "0 0 * * *"
# 11PM Every Day - Record response time of each endpoint
responseTime: "0 23 * * *"
# 1AM Every Day - Build and deploy website
# Also runs every time files change
staticSite: "0 1 * * *"
# 12AM Every Day - Update README
summary: "0 0 * * *"
# 12AM Every Saturday - Update to newest version of upptime
updateTemplate: "0 0 * * 6"
# 3AM Every Day -
updates: "0 3 * * *"
# Every 5 Minutes - Check endpoint statuses
uptime: "*/5 * * * *"
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: /rc-status-page
logoUrl: https://cdn.statically.io/gh/rit-rc/rc-status-page/master/assets/rit_logo.svg
themeUrl: https://cdn.statically.io/gh/rit-rc/rc-status-page/master/assets/rit-rc-theme.css
favicon: https://cdn.statically.io/gh/rit-rc/rc-status-page/master/assets/rit-favicon.png
skipDescriptionUpdate: true
#skipHomepageUpdate: true
name: Research Computing Status Page
introTitle: "**RIT Research Computing Status Page**"
introMessage: This page will tell you the status of RC services. If you're having trouble with a service and the issue is **not** documented below, please contact us at [[email protected]](mailto:[email protected]).
navbar:
- title: Status
href: /
- title: Contact Us
href: mailto:[email protected]
#- title: GitHub
# href: https://github.com/$OWNER/$REPO
# Upptime also supports notifications, assigning issues, and more
# See https://upptime.js.org/docs/configuration