Skip to main content

probe_host

Function probe_host 

Source
pub fn probe_host(host: &DiscoveredHost, timeout_secs: u64) -> HostProbeResult
Expand description

Probe a single SSH host.

Runs a comprehensive probe script via SSH to gather system info, cass status, and detected agent data. Uses a single SSH session for efficiency.

§Arguments

  • host - The discovered SSH host to probe
  • timeout_secs - Connection timeout in seconds

§Returns

A HostProbeResult with all gathered information, or error details if probe failed.