IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

RunnerHealthChecks

edit

The checks performed to determine if an runner is healthy or not.

Properties

edit
has_containers (boolean, required)
Whether the runner has containers that it manages
is_connected_to_zk (boolean, required)
Whether the runner is connected to zk or not
is_docker_healthy (boolean, required)
Check performed by the runner to figure out if docker is healthy

Example

edit
{
   "has_containers" : true,
   "is_connected_to_zk" : true,
   "is_docker_healthy" : true
}