Skip to content

Commit 771f4bb

Browse files
committed
make fmt
1 parent 377743d commit 771f4bb

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/admin/healthcheck.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ If there is an issue, you may see one of the following errors reported:
2121

2222
### EACS01
2323

24-
*Access URL not set*
24+
_Access URL not set_
2525

2626
**Problem:** no access URL has been configured.
2727

2828
**Solution:** configure an [access URL](./configure.md#access-url) for Coder.
2929

3030
### EACS02
3131

32-
*Access URL invalid*
32+
_Access URL invalid_
3333

3434
**Problem:** `${CODER_ACCESS_URL}/healthz` is not a valid URL.
3535

@@ -41,7 +41,7 @@ If there is an issue, you may see one of the following errors reported:
4141
4242
### EACS03
4343

44-
*Failed to fetch `/healthz`*
44+
_Failed to fetch `/healthz`_
4545

4646
**Problem:** Coder was unable to execute a GET request to
4747
`${CODER_ACCESS_URL}/healthz`.
@@ -71,7 +71,7 @@ The output of this command should aid further diagnosis.
7171

7272
### EACS04
7373

74-
*/healthz did not return 200 OK*
74+
_/healthz did not return 200 OK_
7575

7676
**Problem:** Coder was able to execute a GET request to
7777
`${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.
9494

9595
### EDB01
9696

97-
*Database Ping Failed*
97+
_Database Ping Failed_
9898

9999
**Problem:** This error code is returned if any attempt to execute this database
100100
query fails.
@@ -103,7 +103,7 @@ query fails.
103103

104104
### EDB02
105105

106-
*Database Latency High*
106+
_Database Latency High_
107107

108108
**Problem:** This code is returned if the median latency is higher than the
109109
[configured threshold](../cli/server.md#--health-check-threshold-database). This
@@ -134,7 +134,7 @@ following:
134134

135135
### EDERP01
136136

137-
*DERP Node Uses Websocket*
137+
_DERP Node Uses Websocket_
138138

139139
**Problem:** When Coder attempts to establish a connection to one or more DERP
140140
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.
153153

154154
### EDERP02
155155

156-
*One or more DERP nodes are unhealthy*
156+
_One or more DERP nodes are unhealthy_
157157

158158
**Problem:** This is shown if Coder is unable to reach one or more configured
159159
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.
188188

189189
### EWS01
190190

191-
*Failed to establish a WebSocket connection*
191+
_Failed to establish a WebSocket connection_
192192

193193
**Problem:** Coder was unable to establish a WebSocket connection over its own
194194
Access URL.
@@ -207,7 +207,7 @@ Access URL.
207207

208208
### EWS02
209209

210-
*Failed to echo a WebSocket message*
210+
_Failed to echo a WebSocket message_
211211

212212
**Problem:** Coder was able to establish a WebSocket connection, but was unable
213213
to write a message.
@@ -228,7 +228,7 @@ will periodically query their availability and show their status here.
228228

229229
### EWP01
230230

231-
*Error Updating Workspace Proxy Health*
231+
_Error Updating Workspace Proxy Health_
232232

233233
**Problem:** Coder was unable to query the connected workspace proxies for their
234234
health status.
@@ -238,7 +238,7 @@ connectivity issue.
238238

239239
### EWP02
240240

241-
*Error Fetching Workspace Proxies*
241+
_Error Fetching Workspace Proxies_
242242

243243
**Problem:** Coder was unable to fetch the stored workspace proxy health data
244244
from the database.
@@ -248,7 +248,7 @@ issue with Coder's configured database.
248248

249249
### EWP03
250250

251-
*Workspace Proxy Version Mismatch*
251+
_Workspace Proxy Version Mismatch_
252252

253253
**Problem:** One or more workspace proxies are more than one major or minor
254254
version out of date with the main deployment. It is important that workspace
@@ -260,7 +260,7 @@ of Coder.
260260

261261
### EWP04
262262

263-
*One or more Workspace Proxies Unhealthy*
263+
_One or more Workspace Proxies Unhealthy_
264264

265265
**Problem:** One or more workspace proxies are not reachable.
266266

@@ -269,7 +269,7 @@ workspace proxies on port 443.
269269

270270
## EUNKNOWN
271271

272-
*Unknown Error*
272+
_Unknown Error_
273273

274274
**Problem:** This error is shown when an unexpected error occurred evaluating
275275
deployment health. It may resolve on its own.

0 commit comments

Comments
 (0)