Skip to content

Commit 1266e42

Browse files
committed
tidy endpoints
1 parent 5fb5e9d commit 1266e42

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

src-colladmin/config/database.ssm.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,25 +37,19 @@ default:
3737
# newlines will become comma separators to create bullets. Do not use commas in these blocks.
3838
store: |
3939
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.
4441
ping: confirm that tomcat is running; returns server start time
4542
hostname: used by ALB checks; allows ingest to communicate with a specific store instance
4643
access: |
4744
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).
5046
ping: confirm that tomcat is running; returns server start time
5147
hostname: used by ALB checks
5248
audit: |
5349
jsonstatus: lightweight check of node availability WITH timeout if node is unavailable
54-
jsonstate: tests read/write for each node with NO timeout
5550
state: service status check without node evaluation; returns server start time
5651
replic: |
5752
jsonstatus: lightweight check of node availability
58-
jsonstate: tests read/write for each node
5953
state: service status check without node evaluation; returns server start time
6054
ingest: |
6155
state: service status check; returns server start time; used by ALB health check
@@ -75,15 +69,13 @@ default:
7569
ALB: "{!SSM: colladmin/ingest-service}state?t=json"
7670
store:
7771
jsonstatus: "{!SSM: store/port}/jsonstatus"
78-
jsonstate: "{!SSM: store/port}/jsonstate"
7972
state: "{!SSM: store/port}/state?t=json"
8073
ping: "{!SSM: store/port}/ping?t=json"
8174
hostname: "{!SSM: store/port}/hostname"
8275
build-info: "{!SSM: store/port}/static/build.content.txt"
8376
ALB: "{!SSM: colladmin/storage-service}/state?t=json"
8477
access:
8578
jsonstatus: "{!SSM: store/port}/jsonstatus"
86-
jsonstate: "{!SSM: store/port}/jsonstate"
8779
state: "{!SSM: store/port}/state?t=json"
8880
ping: "{!SSM: store/port}/ping?t=json"
8981
hostname: "{!SSM: store/port}/hostname"
@@ -97,14 +89,12 @@ default:
9789
ALB: "{!SSM: colladmin/inventory-service}/state?t=json"
9890
audit:
9991
jsonstatus: "{!SSM: audit/port}/mrtaudit/jsonstatus"
100-
jsonstate: "{!SSM: audit/port}/mrtaudit/jsonstate"
10192
state: "{!SSM: audit/port}/mrtaudit/state?t=json"
10293
build-info: "{!SSM: audit/port}/mrtaudit/static/build.content.txt"
10394
start: "{!SSM: audit/port}/mrtaudit/service/start?t=json"
10495
stop: "{!SSM: audit/port}/mrtaudit/service/stop?t=json"
10596
replic:
10697
jsonstatus: "{!SSM: replic/port}/mrtreplic/jsonstatus"
107-
jsonstate: "{!SSM: replic/port}/mrtreplic/jsonstate"
10898
state: "{!SSM: replic/port}/mrtreplic/state?t=json"
10999
build-info: "{!SSM: replic/port}/mrtreplic/static/build.content.txt"
110100
start: "{!SSM: replic/port}/mrtreplic/service/start?t=json"

0 commit comments

Comments
 (0)