We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef2da1 commit 45aa330Copy full SHA for 45aa330
src-colladmin/config/database.ssm.yml
@@ -38,7 +38,9 @@ default:
38
store: |
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: legacy test of read/write for each node with NO timeout - used in periodic Nagios checks; can recover access to a node that has gone offline
+ 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.
44
ping: confirm that tomcat is running; returns server start time
45
hostname: used by ALB checks; allows ingest to communicate with a specific store instance
46
access: |
0 commit comments