Purpose
Run baseline health checks for cidr networking workflows.
Location
networking/cidr/healthcheck.sh
Preconditions
- Required tools:
bash - Required permissions: none
- Required environment variables: none
Arguments
| Flag | Required | Default | Description |
|---|---|---|---|
--endpoint HOST |
No | empty | Optional endpoint label |
--strict |
No | false |
Treat WARN/SKIP as failure where applicable |
--json |
No | false |
Emit JSON output |
Usage
networking/cidr/healthcheck.sh --endpoint edge.example.internal --strict
Output
- Exit codes:
0success,1healthcheck failure,2invalid arguments.