Update website/content/docs/operations/health.mdx

Co-authored-by: Sorawis Nilparuk (Bo) <sorawis.nilparuk@hashicorp.com>
pull/5030/head
Dan Heath 2 years ago committed by GitHub
parent 079f46032a
commit a092610fd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -49,7 +49,7 @@ $ wget -q -O - http://localhost:9203/health?worker_info=1 | grep -c 'READY'
- `-q` - Prints the response instead of saving it to a file.
- `-0` - Allows Boundary to pass the worker's URL.
If Boundary returns a `1`, it means the worker is healthy.
If the command prints 1 to `stdout` or exits with exit code 0, it means the worker is healthy. Exit code > 0, is unhealthy
You can also use the following command without `grep -c 'READY'` to print a more verbose response that includes the worker's state, active session count, and connection state:

Loading…
Cancel
Save