You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src-colladmin/config/database.ssm.yml
+2-12Lines changed: 2 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -37,25 +37,19 @@ default:
37
37
# newlines will become comma separators to create bullets. Do not use commas in these blocks.
38
38
store: |
39
39
jsonstatus: lightweight check of node availability WITH timeout if node is unavailable
40
-
jsonstate: tests read/write for each node with NO timeout
41
-
state: |
42
-
Legacy test of read/write for each node with NO timeout.
43
-
Used in periodic Nagios checks; can recover access to a node that has temporarily gone offline.
40
+
state: Test of read/write for each node WITH timeout (as of 3/24). Used in periodic Nagios checks; can recover access to a node that has temporarily gone offline.
44
41
ping: confirm that tomcat is running; returns server start time
45
42
hostname: used by ALB checks; allows ingest to communicate with a specific store instance
46
43
access: |
47
44
jsonstatus: lightweight check of node availability WITH timeout if node is unavailable
48
-
jsonstate: tests read/write for each node with NO timeout
49
-
state: legacy test of read/write for each node with NO timeout
45
+
state: legacy test of read/write for each node WITH timeout (as of 3/24).
50
46
ping: confirm that tomcat is running; returns server start time
51
47
hostname: used by ALB checks
52
48
audit: |
53
49
jsonstatus: lightweight check of node availability WITH timeout if node is unavailable
54
-
jsonstate: tests read/write for each node with NO timeout
55
50
state: service status check without node evaluation; returns server start time
56
51
replic: |
57
52
jsonstatus: lightweight check of node availability
58
-
jsonstate: tests read/write for each node
59
53
state: service status check without node evaluation; returns server start time
60
54
ingest: |
61
55
state: service status check; returns server start time; used by ALB health check
0 commit comments