X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fplatform%2Ffeature_healthcheck.rst;h=a0793e92b4c1d49882e0fb72fd2136dc1ef7c9a3;hb=refs%2Fchanges%2F33%2F72133%2F2;hp=d66a514d7d27f5f7602a1f7ff5541285a6dd01e8;hpb=b812d8673c0fc3c524165de933bcaf621f84a7c5;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