Ping host
net_pingCheck if a host is reachable using ICMP ping, with TCP fallback when root access is unavailable. Use for simple host aliveness verification.
Instructions
Reachability check. Uses ICMP ping when available, falls back to a TCP connect (works without root). Use this when you ONLY need to know if a host is alive. It does NOT check application ports or HTTP — for that use tcp_port_check or net_diagnose.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | host to ping | |
| tcp_port | No | port for TCP-ping fallback (default 443) |