batch_ping
Ping multiple hosts concurrently to check connectivity. Returns per-target status and an overall summary for efficient network testing.
Instructions
Ping multiple hosts concurrently for efficient connectivity testing.
Use this tool when you need to check connectivity to multiple hosts at once. Results include per-target status and an overall summary. Targets are validated against the configured allowlist/blocklist.
Args: targets: List of hostnames or IP addresses to ping count: Number of ICMP packets per target (default: 4) timeout: Timeout in seconds per packet (default: 5) max_concurrent: Maximum concurrent pings (default: 10)
Returns: Batch results with per-target status, success/fail counts, and summary
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targets | Yes | ||
| count | No | ||
| timeout | No | ||
| max_concurrent | No |