nx_fleet_doctor.nx
buildroot/runtime/nx_fleet_doctor.nx
about
nx_fleet_doctor.nx -- the self-healing fleet capstone. Extends the local
auto-fix doctor with the REMOTE arm the operator originally asked for:
"autofix these issues if they are local, or report and the network fix
them automatically if they are remote." The remote fix is now REAL --
driven over our OWN sovereign SSH (passwordless, Ed25519): the doctor
reaches a remote node, checks a service, and auto-heals it if down.
Composes nx_ssh_lib (sovereign SSH) + the doctor's probe/classify pattern.
Bits-up: our own crypto + raw syscalls, no openssh.
license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_connect.nxnx_ssh_lib.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 16 | const K_MAGIC_8787: i64 = 8787 |
functions
| 18 | func slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != 0 as u8 { n = n + 1 } return n } called by 1: main |
| 21 | func fd_tcp_ok(ip: i64, port: i64) -> i64 |
| 35 | func main() -> i64 |