forked from newrelic/nr1-status-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
popular-status-pages.js
45 lines (45 loc) · 1.49 KB
/
popular-status-pages.js
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
export const popularSites = {
providers: ['statusPageIo', 'google', 'statusIo'],
sites: [
{
id: '118f5f49-f709-4247-87cf-87d74a9d035d',
serviceName: 'Google Cloud',
hostName: 'https://status.cloud.google.com',
provider: 'google',
hostLogo:
'https://cloud.google.com/_static/47b8b6d10c/images/cloud/cloud-logo.svg'
},
{
serviceName: 'GitHub',
id: '93f445cf-a248-4c70-9d69-dc5790dbf0cd',
hostName: 'https://www.githubstatus.com/',
provider: 'statusPageIo',
hostLogo:
'https://github.githubassets.com/images/modules/logos_page/GitHub-Logo.png'
},
{
id: '6bec0401-d3e7-4b64-873b-239afc85b110',
serviceName: 'Jira',
hostName: 'https://jira-software.status.atlassian.com/',
provider: 'statusPageIo',
hostLogo:
'https://www.atlassian.com/dam/jcr:e33efd9e-e0b8-4d61-a24d-68a48ef99ed5/Jira%[email protected]'
},
{
id: 'f10f56ce-a9f1-41b7-8795-f3dc552de84b',
serviceName: 'New Relic',
hostName: 'https://status.newrelic.com/',
provider: 'statusPageIo',
hostLogo:
'https://newrelic.com/assets/newrelic/brand/logo-newrelic-068be7f47972f39427fe4a41ad1cad71.svg'
},
{
serviceName: 'Ezidebit',
id: 'c6d03b68-014c-4ce3-8b30-e5cdd89de6a3',
hostName:
'https://ezidebit.status.io/pages/history/598a973f96a8201305000142',
provider: 'statusIo',
hostLogo: 'https://image.status.io/rzhxxLCLmUBz.png'
}
]
};