-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.upptimerc.yml
More file actions
118 lines (113 loc) · 4.36 KB
/
.upptimerc.yml
File metadata and controls
118 lines (113 loc) · 4.36 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
# Change these first
owner: biosimulations # Your GitHub organization or username, where this repository lives
repo: status-monitor # The name of this repository
assignees: # Users to assign downtime issues (optional)
- bilalshaikh42
- jonrkarr
sites:
- name: Biosimulations API
url: https://api.biosimulations.org/health/status
- name: BioSimulators API
url: https://api.biosimulators.org/health
- name: Combine API
url: https://combine.api.biosimulations.org/health
- name: Data Service
url: https://data.biosimulations.org/info
- name: Ingress Loadbalancer
check: "tcp-ping"
url: 34.123.157.17
port: 80
- name: Storage Buckets
url: https://storage.googleapis.com/files.biosimulations.org/index.html
- name: Backend
check: "tcp-ping"
url: biosim-submit-ext.cam.uchc.edu
port: 22
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.biosimulations.org
# baseUrl: /your-repo-name
logoUrl: https://raw.githubusercontent.com/biosimulations/Biosimulations/dev/libs/shared/assets/src/assets/images/biosimulations-logo/logo.svg
name: "BioSimulations Status"
introTitle: "BioSimulations/BioSimulators status monitor"
introMessage: This page summarizes the status of BioSimulations' and BioSimulators' services.
navbar:
- title: View Status
href: /
- title: Edit Site
href: https://github.com/biosimulations/status-monitor
# themeUrl: https://status.biosimulations.org/biosimulations-theme.css
css: |
:root {
--body-background-color: #ffffff;
--body-text-color: rgba(0, 0, 0, 0.8);
--card-background-color: #f7f7f7;
--nav-background-color: #2196f3;
--nav-border-bottom-color: #ffffff;
--nav-current-border-bottom-color: #ffffff;
--card-border-color: rgba(0,0,0,.12);
--down-border-left-color: #f44336;
--down-background-color: #ffd0d2;
--degraded-border-left-color: #ff9800;
--up-border-left-color: #38cc00;
--tag-color: #ffffff;
--tag-up-background-color: #38cc00;
--tag-down-background-color: #f44336;
--tag-degraded-background-color: #ff9800;
--change-background-color: #ff9800;
--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: hue-rotate(-64deg);
}
body {
font-family: Raleway, Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
}
@media (min-width: 400px) {
body {
font-size: 14px !important;
}
}
nav {
color: #ffffff;
font-weight: bold !important;
}
nav .container ul li a {
padding: 1.5rem 1rem !important;
}
.container {
max-width: 1000px !important;
}
links:
- rel: stylesheet
href: https://fonts.googleapis.com/css?family=Raleway
favicon: https://raw.githubusercontent.com/biosimulations/Biosimulations/dev/libs/shared/assets/src/assets/icons/favicon.ico
faviconSvg: https://raw.githubusercontent.com/biosimulations/Biosimulations/dev/libs/shared/assets/src/assets/icons/favicon.svg
metaTags:
- name: "description"
content: "Status monitor for BioSimulations and BioSimulators"
- name: "keywords"
content: "BioSimulations, BioSimulators, status, up, down, degraded"
- name: "language"
content: "EN"
- name: "copyright"
content: "Center for Reproducible Biomedical Modeling"
- name: "author"
content: "Center for Reproducible Biomedical Modeling, info@biosimulations.org"
- name: "reply-to"
content: "Center for Reproducible Biomedical Modeling, info@biosimulations.org"
- name: "url"
content: "https://status.biosimulations.org"
- name: "identifier-URL"
content: "https://status.biosimulations.org"
- name: "application-name"
content: "BioSimulations/BioSimulators status monitor"
- name: "theme-color"
content: "#2196f3"
# Upptime also supports notifications, assigning issues, and more
# See https://upptime.js.org/docs/configuration