generated from upptime/upptime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.upptimerc.yml
98 lines (89 loc) · 3 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
# Planet Patrol
# =============
#
# Upptime-based monitoring using GitHub Actions
---
owner: nasa-pds
repo: PlanetPatrol
sites:
-
name: pds.nasa.gov
# Help avoid CloudFront and go right to the server by adding a request parameter
url: https://pds.nasa.gov/?cloudfront=no
assignees:
- jordanpadams
- viviant100
- c-suh
- tloubrieu-jpl
expectedStatusCodes:
- 200
# Better respond in 5 seconds:
maxResponseTime: 5000
-
name: PDS Legacy Registry
url: https://pds.nasa.gov/services/search/search?wt=json&q=product_class:Product_Collection
assignees:
- jordanpadams
- viviant100
- c-suh
- rchenatjpl
- tloubrieu-jpl
expectedStatusCodes:
- 200
__dangerous__body_down: '"numFound":0'
-
name: ds-view app (Tomcat)
url: https://pds.nasa.gov/ds-view/pds/viewCollection.jsp?identifier=urn%3Anasa%3Apds%3Asystem_bundle%3Adocument_pds4_standards
assignees:
- jordanpadams
- viviant100
- c-suh
- rchenatjpl
- tloubrieu-jpl
expectedStatusCodes:
- 200
maxResponseTime: 5000
__dangerous__body_down: 'PDS Database is temporarily down for maintenance'
-
name: PDS Search API
url: https://pds.nasa.gov/api/search/1/products?cloudfront=no
assignees: # Users to assign downtime issues (optional)
- jordanpadams
- viviant100
- tloubrieu-jpl
- sjoshi-jpl
__dangerous__body_degraded: '"hits":0' # Note this value is super super specific right now as our system is partially loaded
# we probably need to figure out a way to do some sort of range value here
# e.g. hits < 2000000
-
name: planetarydata.org
url: https://planetarydata.org
assignees:
- jordanpadams
- nutjob4life
status-website:
# We do not have a custom domain, so leaving `cname` blank:
# cname:
# Also, since we do not have a custom domain, so we need this `baseUrl`:
baseUrl: /PlanetPatrol
logoUrl: https://raw.githubusercontent.com/NASA-PDS/PlanetPatrol/master/assets/PDS_Planets.png
name: Planet Patrol
introTitle: '**Planet Patrol** is a monitoring system for the Planetary Data System'
introMessage: >
The status of various Planetary Data System web sites, APIs, and other network
endpoints is presented below.
theme: light
navbar:
-
title: Status
href: /
-
title: Engineering Node
href: https://pds-engineering.jpl.nasa.gov
-
title: GitHub
href: https://github.com/$OWNER/$REPO
skipDescriptionUpdate: true
skipTopicsUpdate: true
...
# -*- mode: YAML; tab-width: 4 -*-