Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcaleb <caleblwilliamson@gmail.com>2019-03-04 18:13:06 +0300
committercaleb <caleblwilliamson@gmail.com>2019-03-04 18:13:12 +0300
commitc4349575aaa5899c32497595ef25337716a2ce6b (patch)
tree363affc9084ef1857b57362b2945999af6067f1b /doc
parente915d962f0217895c7eeb5e4cdf31398dfd15d2a (diff)
adjusted per Evan R suggestions in open MR
Adjusted a few different areas per Evan R's suggestions within the open MR for this branch.
Diffstat (limited to 'doc')
-rw-r--r--doc/user/admin_area/monitoring/health_check.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/user/admin_area/monitoring/health_check.md b/doc/user/admin_area/monitoring/health_check.md
index 8d5113ac469..a0c51739814 100644
--- a/doc/user/admin_area/monitoring/health_check.md
+++ b/doc/user/admin_area/monitoring/health_check.md
@@ -1,6 +1,7 @@
# Health Check
> **Notes:**
+
> - Liveness and readiness probes were [introduced][ce-10416] in GitLab 9.1.
> - The `health_check` endpoint was [introduced][ce-3888] in GitLab 8.8 and will
> be deprecated in GitLab 9.1. Read more in the [old behavior](#old-behavior)
@@ -22,7 +23,7 @@ To access monitoring resources, the requesting client IP needs to be included in
## Using the endpoints
-With default whitelist settings, the probes can be accessed from localhost using the following format:
+With default whitelist settings, the probes can be accessed from localhost using the following URLs:
- `http://localhost/-/health`
- `http://localhost/-/readiness`
@@ -36,7 +37,7 @@ GitLab OK
The readiness and liveness probes will provide a report of system health in JSON format.
-`Readiness` probe example output:
+`readiness` probe example output:
```json
{
@@ -58,7 +59,7 @@ The readiness and liveness probes will provide a report of system health in JSON
}
```
-`Liveness` probe example output:
+`liveness` probe example output:
```json
{