# HG changeset patch # User Alain Mazy # Date 1634289855 -7200 # Node ID 4ff2c6ff472ab0166ae9ff1d5869b50ce9b238a5 # Parent c55ab0604d10e247373f97c47dde23d3407b742d health check in docker images diff -r c55ab0604d10 -r 4ff2c6ff472a Sphinx/source/users/docker-osimis.rst --- a/Sphinx/source/users/docker-osimis.rst Thu Oct 14 18:03:58 2021 +0200 +++ b/Sphinx/source/users/docker-osimis.rst Fri Oct 15 11:24:15 2021 +0200 @@ -244,6 +244,13 @@ you POST to ``/tools/reset``. Note that it declares an ``IncomingHttpRequestFilter`` callback that might conflict with your scripts. +Healthcheck probe +----------------- + +In version 21.10.0, the `/probes/test-aliveness.py `__ +script has been added in order to perform healthchecks. Check the doc in the script itself for more details. +A sample configuration is also available in `this sample `__ + Plugins -------