Files
ome-cockpit/README.md
T
mo b73ff9465c Initial import of Dell OpenManage Cockpit for ATC.
Interactive OME fleet UI with topology, KPI popups, in-browser SSH, chat, tickets, and full inventory landscape.
2026-07-17 04:00:38 +02:00

645 B

Dell OpenManage Cockpit (ATC)

Interactive fleet operations UI for Dell OpenManage Enterprise.

Features

  • Live topology (Orbit / Galaxy / Clusters / Lanes / Helix)
  • KPI context popups, triage, ops desk tickets
  • In-browser SSH terminal (own username/password)
  • Cockpit chat against vLLM / OpenManage AI models
  • Full inventory + application/firmware landscape from OME

Run

cp .env.example .env   # fill OME + vLLM settings
docker compose up -d --build

UI: http://<host>:3090

Layout

  • api/main.py — FastAPI (OME poll, chat, SSH bridge, tickets)
  • ui/ — static frontend
  • docker-compose.yml / Dockerfile