check_dns_health
Audit DNS resolution health by probing configured nameservers and measuring query responsiveness for specified domains or default essential services, returning a JSON report with per-domain latencies and overall health verdict.
Instructions
Audit system DNS resolution health, configured nameservers, and query responsiveness.
Args: domains: Optional custom list of domains to probe. Defaults to essential public services.
Returns: JSON string with configured nameservers, individual domain lookup latencies, and health verdict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domains | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |