ArcoreNexus icon

ArcoreNexus

ProductionPlatform Foundation

The central monitoring hub for the Arcore ecosystem. Nexus polls standardized health endpoints across core services (CORE, Conduit, Parkour, Sentinel, CybAre), aggregates metrics into a unified dashboard, and provides infrastructure management capabilities for servers and containers.

Key Features

  • Standardized Health Check Polling (/health/live, /health/ready)
  • Cross-Component Health Monitoring (5 Core Services)
  • Unified Status Dashboard with Component Metrics
  • Server & Container Infrastructure Management
  • Metric Collection & Historical Storage

API Endpoints

MethodPathDescription
GET`/api/v1/status/system`Get aggregated system health
GET`/api/v1/status/{component}`Get detailed status of a specific component
POST`/api/v1/status/poll`Trigger an immediate health poll
GET`/api/v1/metrics/history`Get historical uptime and incident data

Usage Example

python
import requests
# Example interaction
response = requests.get(
    url="https://api.arcore.internal/api/v1/status/system",
    headers={"Authorization": "Bearer <token>"}
)
print(response.json())

Tech Stack

Node.js (Fastify)Next.js/ReactSQLiteTypeScript

Authentication

  • **Header:** `Authorization: Bearer <token>`
  • **Scopes:** RBAC is enforced at the object level via `ArcoreCodex` policies.

Compliance & Security

Compliance

  • Access: Read-only dashboards for most users
  • Audit: Polling actions logged

Security

  • Access: Read-only dashboards for most users

Coming Soon

4 planned
  • Risk Heatmaps

    Target: Q2 2025

  • Executive PDF Reporting

    Target: Q3 2025

  • Centralized API Documentation

    Target: Q1 2025 (Phase 3)

  • DORA Metrics Calculation

    Target: Q2 2025

Related Products