nx_site_monitor_gate.nx
buildroot/runtime/nx_site_monitor_gate.nx
about
nx_site_monitor_gate.nx -- KAT for uptime/alerting. Deterministically asserts the transition classifier
(went-down / went-hung / recovered / steady / first-sight-baseline), the uptime% math, and the state-TSV
parse round-trip. exit 0 = pass, N = assertion N failed.
dependencies 2 imports · 0 importers
imports: nx_site_monitor.nxnx_assert.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
| none |
functions
| 7 | func g_put(buf: *u8, off: i64, s: *u8) -> i64 { var o: i64=off; var i: i64=0; while s[i]!=(0 as u8){buf[o]=s[i];o=o+1;i=i+1} return o } called by 1: main |
| 9 | func main() -> i64 |