chore(boot): refresh startup health status
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"last_run_utc": "2026-03-09T00:16:00Z",
|
"last_run_utc": "2026-03-09T00:27:10Z",
|
||||||
"status": "warn"
|
"status": "ok"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,24 +1,23 @@
|
|||||||
{
|
{
|
||||||
"last_run_utc": "2026-03-09T00:16:00Z",
|
"last_run_utc": "2026-03-09T00:27:10Z",
|
||||||
"status": "warn",
|
"status": "ok",
|
||||||
"checks_passed": [
|
"checks_passed": [
|
||||||
"core workspace files present (AGENTS.md, SOUL.md, USER.md, TOOLS.md, HEARTBEAT.md)",
|
"core workspace files present",
|
||||||
"required local skill folders present",
|
"required local skill folders present",
|
||||||
"task state file exists (memory/tasks.json)",
|
"task state exists (memory/tasks.json)",
|
||||||
"required hooks ready: session-memory, command-logger, bootstrap-extra-files, boot-md, model-skill-injector",
|
"required hooks ready via openclaw hooks",
|
||||||
"~/.openclaw permissions are 700",
|
"~/.openclaw permissions are 700",
|
||||||
"credential file permissions under ~/.openclaw/credentials are 600",
|
"credential file permissions under ~/.openclaw/credentials are 600",
|
||||||
"gateway listener is local-only (127.0.0.1/[::1] for OpenClaw ports)",
|
"gateway is not unexpectedly exposed on 0.0.0.0",
|
||||||
|
"expected local services reachable",
|
||||||
"backup signal fresh (<8h)",
|
"backup signal fresh (<8h)",
|
||||||
|
"security audit --deep current (<=24h)",
|
||||||
"openclaw update status retrieved"
|
"openclaw update status retrieved"
|
||||||
],
|
],
|
||||||
"checks_failed": [],
|
"checks_failed": [],
|
||||||
"warnings": [
|
"warnings": [],
|
||||||
"security audit --deep freshness stale (~74.56h; target <=24h)",
|
|
||||||
"documented core service ports 18801/18802/18803 not reachable on localhost (may be hosted on LAN IPs)"
|
|
||||||
],
|
|
||||||
"gateway_exposure": "local-only",
|
"gateway_exposure": "local-only",
|
||||||
"last_backup_age_hours": 5.95,
|
"last_backup_age_hours": 0.17,
|
||||||
"last_security_audit_age_hours": 74.56,
|
"last_security_audit_age_hours": 0.0,
|
||||||
"update_status": "update available (stable pnpm latest: 2026.3.7)"
|
"update_status": "pnpm \u00b7 npm latest 2026.3.7"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user