@@ -21,15 +21,15 @@ If there is an issue, you may see one of the following errors reported:
21
21
22
22
### EACS01
23
23
24
- * Access URL not set *
24
+ _ Access URL not set _
25
25
26
26
** Problem:** no access URL has been configured.
27
27
28
28
** Solution:** configure an [ access URL] ( ./configure.md#access-url ) for Coder.
29
29
30
30
### EACS02
31
31
32
- * Access URL invalid *
32
+ _ Access URL invalid _
33
33
34
34
** Problem:** ` ${CODER_ACCESS_URL}/healthz ` is not a valid URL.
35
35
@@ -41,7 +41,7 @@ If there is an issue, you may see one of the following errors reported:
41
41
42
42
### EACS03
43
43
44
- * Failed to fetch ` /healthz ` *
44
+ _ Failed to fetch ` /healthz ` _
45
45
46
46
** Problem:** Coder was unable to execute a GET request to
47
47
` ${CODER_ACCESS_URL}/healthz ` .
@@ -71,7 +71,7 @@ The output of this command should aid further diagnosis.
71
71
72
72
### EACS04
73
73
74
- * /healthz did not return 200 OK *
74
+ _ /healthz did not return 200 OK _
75
75
76
76
** Problem:** Coder was able to execute a GET request to
77
77
` ${CODER_ACCESS_URL}/healthz ` , but the response code was not ` 200 OK ` as
@@ -94,7 +94,7 @@ its configured database, and also measures the median latency over 5 attempts.
94
94
95
95
### EDB01
96
96
97
- * Database Ping Failed *
97
+ _ Database Ping Failed _
98
98
99
99
** Problem:** This error code is returned if any attempt to execute this database
100
100
query fails.
@@ -103,7 +103,7 @@ query fails.
103
103
104
104
### EDB02
105
105
106
- * Database Latency High *
106
+ _ Database Latency High _
107
107
108
108
** Problem:** This code is returned if the median latency is higher than the
109
109
[ configured threshold] ( ../cli/server.md#--health-check-threshold-database ) . This
@@ -134,7 +134,7 @@ following:
134
134
135
135
### EDERP01
136
136
137
- * DERP Node Uses Websocket *
137
+ _ DERP Node Uses Websocket _
138
138
139
139
** Problem:** When Coder attempts to establish a connection to one or more DERP
140
140
servers, it sends a specific ` Upgrade: derp ` HTTP header. Some load balancers
@@ -153,7 +153,7 @@ still be able to reach their workspaces, connection performance may be degraded.
153
153
154
154
### EDERP02
155
155
156
- * One or more DERP nodes are unhealthy *
156
+ _ One or more DERP nodes are unhealthy _
157
157
158
158
** Problem:** This is shown if Coder is unable to reach one or more configured
159
159
DERP servers. Clients will fall back to use the remaining DERP servers, but
@@ -188,7 +188,7 @@ message over the connection, and attempt to read back that same message.
188
188
189
189
### EWS01
190
190
191
- * Failed to establish a WebSocket connection *
191
+ _ Failed to establish a WebSocket connection _
192
192
193
193
** Problem:** Coder was unable to establish a WebSocket connection over its own
194
194
Access URL.
@@ -207,7 +207,7 @@ Access URL.
207
207
208
208
### EWS02
209
209
210
- * Failed to echo a WebSocket message *
210
+ _ Failed to echo a WebSocket message _
211
211
212
212
** Problem:** Coder was able to establish a WebSocket connection, but was unable
213
213
to write a message.
@@ -228,7 +228,7 @@ will periodically query their availability and show their status here.
228
228
229
229
### EWP01
230
230
231
- * Error Updating Workspace Proxy Health *
231
+ _ Error Updating Workspace Proxy Health _
232
232
233
233
** Problem:** Coder was unable to query the connected workspace proxies for their
234
234
health status.
@@ -238,7 +238,7 @@ connectivity issue.
238
238
239
239
### EWP02
240
240
241
- * Error Fetching Workspace Proxies *
241
+ _ Error Fetching Workspace Proxies _
242
242
243
243
** Problem:** Coder was unable to fetch the stored workspace proxy health data
244
244
from the database.
@@ -248,7 +248,7 @@ issue with Coder's configured database.
248
248
249
249
### EWP03
250
250
251
- * Workspace Proxy Version Mismatch *
251
+ _ Workspace Proxy Version Mismatch _
252
252
253
253
** Problem:** One or more workspace proxies are more than one major or minor
254
254
version out of date with the main deployment. It is important that workspace
@@ -260,7 +260,7 @@ of Coder.
260
260
261
261
### EWP04
262
262
263
- * One or more Workspace Proxies Unhealthy *
263
+ _ One or more Workspace Proxies Unhealthy _
264
264
265
265
** Problem:** One or more workspace proxies are not reachable.
266
266
@@ -269,7 +269,7 @@ workspace proxies on port 443.
269
269
270
270
## EUNKNOWN
271
271
272
- * Unknown Error *
272
+ _ Unknown Error _
273
273
274
274
** Problem:** This error is shown when an unexpected error occurred evaluating
275
275
deployment health. It may resolve on its own.
0 commit comments