Skip to main content

Module probes

Module probes 

Source
Expand description

The environment probe catalog.

One catalog, read by every caller that needs to know whether this host is ready: rk doctor runs it whole, and a mutating command guards the subset it depends on at entry, so the per-command guards and the doctor cannot drift apart. Each probe answers with a status, a message, and — on failure — the remediation printed verbatim wherever the probe is consulted.

Structs§

ProbeResult
One probe’s answer.

Enums§

ProbeClass
How a failure weighs at the doctor level.
ProbeStatus
What a probe found.

Functions§

run_all
Run the whole catalog, in its stable order.