# view the healthcheck status
$ testground healthcheck --runner local:docker
finished checking runner local:docker
- local-outputs-dir: ok; directory exists.
- control-network: failed; network does not exist.
- local-grafana: failed; container not found.
- local-redis: failed; container not found.
- local-influxdb: failed; container not found.
- sidecar-container: failed; container not found.
- control-network: omitted;
- local-grafana: omitted;
- local-influxdb: omitted;
- sidecar-container: omitted;
# fix the problems automatically
$ testground healthcheck --runner local:docker --fix
finished checking runner local:docker
- local-outputs-dir: ok; directory exists.
- control-network: failed; network does not exist.
- local-grafana: failed; container not found.
- local-redis: failed; container not found.
- local-influxdb: failed; container not found.
- sidecar-container: failed; container not found.
- local-outputs-dir: unnecessary;
- control-network: ok; network created.
- local-grafana: ok; container started
- local-redis: ok; container started
- local-influxdb: ok; container started
- sidecar-container: ok; container started