summaryrefslogtreecommitdiffstats
path: root/docs/platform/feature_healthcheck.rst
diff options
context:
space:
mode:
authorMichael Mokry <michael.mokry@att.com>2018-11-07 16:28:44 -0600
committerMichael Mokry <michael.mokry@att.com>2018-11-08 16:26:15 +0000
commitedfdf57a195259f32025a28acab05d73d00fdd83 (patch)
tree83b7a4aa7d73591bf0f3a46584310b52d3eb2223 /docs/platform/feature_healthcheck.rst
parentb812d8673c0fc3c524165de933bcaf621f84a7c5 (diff)
Documentation updates for PDP/PAP Testing/Debug
Modified rst documents with a couple minor updates for healthcheck and logging info Made various changes from Jorge's comments and added a section for BRMSGW Change-Id: Id1dc6001700d5d84ec899810645a8ca22bec2a04 Issue-ID: POLICY-1168 Signed-off-by: Michael Mokry <michael.mokry@att.com>
Diffstat (limited to 'docs/platform/feature_healthcheck.rst')
-rw-r--r--docs/platform/feature_healthcheck.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/platform/feature_healthcheck.rst b/docs/platform/feature_healthcheck.rst
index d66a514d7..a0793e92b 100644
--- a/docs/platform/feature_healthcheck.rst
+++ b/docs/platform/feature_healthcheck.rst
@@ -108,8 +108,8 @@ The Healthcheck can also be invoked manually as follows:
# Assuming the healthcheck service credentials have not been changed
# post-installation within the drools container
- source /opt/policy/config/drools/feature-healthcheck.conf
- curl --silent --user "${HEALTHCHECK_USER}:${HEALTHCHECK_PASSWORD}" -X GET http://localhost:6969/healthcheck | python -m json.tool
+ source /opt/app/policy/config/feature-healthcheck.conf.environment
+ curl -k --silent --user "${HEALTHCHECK_USER}:${HEALTHCHECK_PASSWORD}" -X GET https://localhost:6969/healthcheck | python -m json.tool
End of Document