github.com/cilium/cilium@v1.16.2/Documentation/cmdref/cilium-health_status.md (about)

     1  <!-- This file was autogenerated via cilium-agent --cmdref, do not edit manually-->
     2  
     3  ## cilium-health status
     4  
     5  Display cilium connectivity to other nodes
     6  
     7  ```
     8  cilium-health status [flags]
     9  ```
    10  
    11  ### Options
    12  
    13  ```
    14    -h, --help            help for status
    15    -o, --output string   json| yaml| jsonpath='{}'
    16        --probe           Synchronously probe connectivity status
    17        --succinct        Print the result succinctly (one node per line)
    18        --verbose         Print more information in results
    19  ```
    20  
    21  ### Options inherited from parent commands
    22  
    23  ```
    24    -D, --debug                Enable debug messages
    25    -H, --host string          URI to cilium-health server API
    26        --log-driver strings   Logging endpoints to use for example syslog
    27        --log-opt map          Log driver options for cilium-health e.g. syslog.level=info,syslog.facility=local5,syslog.tag=cilium-agent
    28  ```
    29  
    30  ### SEE ALSO
    31  
    32  * [cilium-health](cilium-health.md)	 - Cilium Health Client
    33