X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fplatform%2Ffeature_healthcheck.rst;h=a0793e92b4c1d49882e0fb72fd2136dc1ef7c9a3;hb=9146f5514a5c31b68a6b5dc51dc393b3d8381b55;hp=d66a514d7d27f5f7602a1f7ff5541285a6dd01e8;hpb=15aad8c0f7a7bd5a77898fffc7e98b7d7e8a55db;p=policy%2Fengine.git 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