Severity: info
GitNexus Health Validation
Validación mínima de resiliencia GitNexus: proceso, puerto, /api/health, stats nodes/edges, y recuperación.
Validación mínima
curl -s http://127.0.0.1:4747/api/healthcurl -s http://127.0.0.1:4747/api/repos | jq '.[0].stats | {nodes,edges,communities,processes}'Script
/opt/ai-lab/scripts/gitnexus-health.shNota: si no hay systemd
Si GitNexus no está gestionado por systemd todavía, puede levantarse manualmente:
nohup npx --yes gitnexus@latest serve --host 0.0.0.0 --port 4747 </dev/null >/tmp/gitnexus-serve.log 2>&1 & disownSeñales de fallo
Waiting for server to starten UI./api/healthno responde.nodes==0oedges==0.
Recovery rápido
Ver:
/runbooks/gitnexus-service-recovery