A newer version is available. For the latest information, see the
current release documentation.
RunnerHealthChecks
editRunnerHealthChecks
editThe 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 }