check_network_connectivity
Check outbound network connectivity from a remote SSH server by pinging a target and verifying DNS resolution to identify network issues.
Instructions
Test outbound network connectivity from the remote server.
Args: target: IP or hostname to ping/reach (default "8.8.8.8"). host_name: Named host from SSH_HOSTS config; uses default host if omitted.
Returns: Ping results and DNS resolution status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | 8.8.8.8 | |
| host_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |