From a6ea6429b578c9a9c399d9fd336a0236e85bd3fc Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Fri, 23 Aug 2019 11:37:54 +0000 Subject: Apply suggestion to doc/user/admin_area/monitoring/health_check.md --- doc/user/admin_area/monitoring/health_check.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/user/admin_area/monitoring/health_check.md b/doc/user/admin_area/monitoring/health_check.md index a409db65b55..0e806d8e3ba 100644 --- a/doc/user/admin_area/monitoring/health_check.md +++ b/doc/user/admin_area/monitoring/health_check.md @@ -31,6 +31,16 @@ GET http://localhost/-/health ```text GET http://localhost/-/readiness ``` +```text +GET http://localhost/-/liveness +```text +GET http://localhost/-/health +``` + +```text +GET http://localhost/-/readiness +``` + ```text GET http://localhost/-/liveness ``` -- cgit v1.2.1