diff options
author | Michael Mokry <michael.mokry@att.com> | 2018-11-07 16:28:44 -0600 |
---|---|---|
committer | Michael Mokry <michael.mokry@att.com> | 2018-11-08 10:20:04 -0600 |
commit | 9146f5514a5c31b68a6b5dc51dc393b3d8381b55 (patch) | |
tree | 0bd72f343a1265d74ce2306b410451421f849651 /docs/platform/feature_healthcheck.rst | |
parent | b8f81b927d5f6e733bacc8297ad53f2f43931a21 (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.rst | 4 |
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 |