Preparing the Zektrx page.
Monitoring
Public health endpoints for uptime checks.
Use these endpoints to monitor the Zektrx public web runtime. They are intentionally lightweight, noindex, and available during maintenance mode for operational checks.
GET, HEAD
/healthPrimary health
Best default endpoint for uptime monitors and public web runtime checks.
GET, HEAD
/healthzHealth alias
Conventional health-check alias that redirects to the primary health route.
GET, HEAD
/liveLive probe
Direct 200 responder for simple liveness probes.
GET, HEAD
/readyReady probe
Direct 200 responder for readiness-style probes of the public web runtime.
GET, HEAD
/pingPing probe
Direct 200 responder for lightweight ping checks.
GET, HEAD
/status.jsonMachine status
Structured service status, monitor aliases and support routes.