nooschain / cli/commands/diagnostics / collectOperatorDiagnostics
Function: collectOperatorDiagnostics()
collectOperatorDiagnostics(
client):Promise<DiagnosticResult>
Defined in: cli/commands/diagnostics.ts:55
Collects node health, incidents, consensus, peers, storage, payload, and sync information into a summarized diagnostic report.
The returned fixPlan is advisory. It recommends CLI commands for the operator to run next but never mutates node state by itself.
Parameters
client
Returns
Promise<DiagnosticResult>