Re: Docker Healthcheck command recommendation

2018-07-18 Thread Ilya Kasnacheev
Hello! You could also add ignite-rest-http module and call some rest endpoint as Healthcheck, such as version or cache read: https://apacheignite.readme.io/docs/rest-api#version Regards, -- Ilya Kasnacheev 2018-07-17 18:37 GMT+03:00 Dave Harvey : > Any suggestions on an appropriate

RE: Docker Healthcheck command recommendation

2018-07-18 Thread Stanislav Lukyanov
I’d look into calling control.sh or ignitevisorcmd.sh and parsing their output. E.g. check that control.sh --cache can connect to the local node and return one of your caches. However, this check is not purely for the local node, as the command will connect to the cluster as a whole. A more