code wiki / _hdl_build / nx_adnet_opsbeat.nx
nx_adnet_opsbeat.nx
buildroot/runtime/_hdl_build/nx_adnet_opsbeat.nx
about
nx_adnet_opsbeat.nx -- RUNNER for the operator view. Makes nx_adnet_ops REACHABLE.
A gated organ with no way to invoke it is, by this ecosystem's own law, still the baseline. The
registered-organ path is already proven (POST /api/tools/register then POST /api/organ_run), so this
is deliberately a plain organ rather than a new mgmt route: routes are instantly callable but every
new one widens the control plane, and this needs no authority beyond reading four files.
no argv -> read the live confs and print the report (exit 0 always; a findings list is not a failure)
fixtures -> nx_adnet_opsbeat fixtures <inv> <rates> <camps> <apps> (testable; reads only)
EXIT CODE IS DELIBERATELY 0 EVEN WITH FINDINGS. This is a report, not a gate. If it exited non-zero on
"there is work to do" it would go red permanently the first day someone is busy, and a permanently red
signal is a signal nobody reads.
expect_exit: 0 license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_adnet_ops.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
| 17 | const AOB_INV: *u8 = "/volume1/homes/elderwesto/nishihost/sites/nishifamily/synth/adnet_inventory.txt" as *u8 |
| 18 | const AOB_RATES: *u8 = "/volume1/homes/elderwesto/nishihost/knowledge/status/adnet_rates.conf" as *u8 |
| 19 | const AOB_CAMPS: *u8 = "/volume1/homes/elderwesto/nishihost/knowledge/status/adnet_campaigns.conf" as *u8 |
| 20 | const AOB_APPS: *u8 = "/volume1/homes/elderwesto/nishihost/knowledge/status/adnet_applications.log" as *u8 |
| 21 | const AOB_CAP: i64 = 262144 |
functions
| 23 | func aob_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 25 | func aob_run(pi: *u8, pr: *u8, pc: *u8, pa: *u8) -> i64 |
| 53 | func main(argc: i64, argv: *i64) -> i64 calls 1: aob_run |