Skip to content

Org Health

Org Health is a composite, read-only health dashboard: an overall roll-up plus per-subsystem status (audit, DLP, quality, usage, cost) with KPI tiles, and an outpost fleet-liveness section — a status summary plus a per-outpost table (name, region, health, last seen, cert-expiry, uptime).

The Org Health panel showing an overall status pill, per-subsystem status cards for audit, DLP, quality, usage, and cost, and an outpost fleet health table below.
Monitoring & Reporting → Org HealthCitadel synthetic data on a non-production Arbitex demo instance. Never client data.
  1. Open Monitoring & Reporting → Org Health. Review the Overall status pill and the per-subsystem status cards.

  2. Review the key-metric tiles: Active alert rules, DLP events, Quality anomalies, Throttle rate.

  3. Set an Auto-refresh cadence, or click Refresh.

  4. Review Outpost fleet health — Online / Degraded / Offline / Certs expiring soon counts and the per-outpost table. Filter the table by Health status.

  5. If per-outpost liveness can’t be read from the platform, the section shows an explicit “temporarily unavailable” notice instead of an empty or fabricated fleet. Per-outpost cert-expiry, uptime, and site depth are a disclosed follow-on; day-to-day outpost management lives in Models & Routing → Fleet, not here.

Terminal window
curl -X POST "https://admin.arbitex.ai/api/v1/admin/monitoring/org-health/summary" \
-H "Authorization: Bearer $ADMIN_TOKEN" \
-H "Content-Type: application/json" \
-d '{}'

Outpost fleet liveness reads org-health/fleet.

Available on every plan.

Outpost liveness is a platform cross-plane read; in air-gapped deployments it shows “temporarily unavailable” honestly rather than a fabricated status. Fleet management (adding or removing outposts) happens in Models & Routing → Fleet, not here.