RunnerHealthChecksedit

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

Propertiesedit

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

Exampleedit

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