Updates
CI / test (push) Successful in 1m3s
Release rolling / release (push) Has been cancelled

This commit is contained in:
Raven Scott
2026-07-18 23:47:54 -04:00
parent e503e92dd4
commit 3fc0245b32
34 changed files with 834 additions and 197 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ PearData is **decentralized, P2P, real-time host monitoring** for the Pear / Hol
|-------|------|
| **Agent** (`peardata-server`) | Collects metrics (~1s), stores hot/warm history, scores anomalies, serves P2P RPC + local REST |
| **Desktop** (Pear / Electron) | Connects to one or more agents, shows Overview / Charts / Alerts / Fleet / Settings |
| **REST** (`127.0.0.1:19999`) | Agent-compatible HTTP for scripts, Grafana, Prometheus |
| **REST** (`127.0.0.1:18888`) | Agent-compatible HTTP for scripts, Grafana, Prometheus |
You dial agents by **public key** (viewer) or **`pd1.` invite** / admin seed for elevated roles.
@@ -19,7 +19,7 @@ You dial agents by **public key** (viewer) or **`pd1.` invite** / admin seed for
| **Overview** | Compact home: KPIs + six spark panels + optional fleet strip |
| **Charts** | Full metrics wall — every catalog chart, shared time, investigation |
| **Alerts** | Recent anomaly / threshold events |
| **Logs** | Search anomalies, audit trail, optional host journal |
| **Logs** | Host journal (default), anomalies, and audit trail with search / Follow |
| **Fleet** | Saved + live agents; set active, reconnect, open Charts |
| **Connect** | Dial a new key or invite |
| **Settings** | Theme, notifications, history depth, reconnect |