Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.09 KB

cilium-health_ping.md

File metadata and controls

39 lines (27 loc) · 1.09 KB

cilium-health ping

Check whether the cilium-health API is up

Synopsis

Check whether the cilium-health API is up

cilium-health ping [flags]

Options

  -h, --help   help for ping

Options inherited from parent commands

      --admin string         Expose resources over 'unix' socket, 'any' socket (default "unix")
  -c, --cilium string        URI to Cilium server API
  -d, --daemon               Run as a daemon
  -D, --debug                Enable debug messages
  -H, --host string          URI to cilium-health server API
  -i, --interval uint        Interval (in seconds) for periodic connectivity probes (default 60)
      --log-driver strings   Logging endpoints to use for example syslog
      --log-opt map          Log driver options for cilium-health (default map[])
  -p, --passive              Only respond to HTTP health checks
      --pidfile string       Write the PID to the specified file

SEE ALSO