Documentation
¶
Overview ¶
Package fleet implements the xtop fleet hub — the central server that agents report to. It accepts heartbeats and incidents over HTTP(S), stores them in Postgres (primary) and SQLite (hot cache), and serves the UI (TUI + web).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hub ¶
type Hub struct {
// contains filtered or unexported fields
}
Hub is the central aggregator server.
func NewHub ¶
func NewHub(cfg model.FleetHubConfig) (*Hub, error)
NewHub creates a new hub with the given configuration.
Click to show internal directories.
Click to hide internal directories.