wiki: correct GuruRMM fleet state and enrolled client list from live API

- Remove stale BB-SERVER/RECEPTIONIST-PC laggard note (both on 0.6.38)
- Add actual laggards (15 offline agents on older versions)
- Replace 4-entry enrolled sites list with full 12-client table from live API
- Note Saturn agent not present in API (concern resolved)
- Update overview.md fleet count and client table to match

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-24 16:48:24 -07:00
parent e4d3c1f4c2
commit 2f99a01e7e
2 changed files with 37 additions and 17 deletions

View File

@@ -39,15 +39,21 @@ Shared Gitea push account: `azcomputerguru`. Commits tracked by author (git conf
## Clients
| Client | Type | Status | Primary Project |
| Client | Type | Status | Notes |
|---|---|---|---|
| [Cascades of Tucson](clients/cascades-tucson.md) | Prepaid block $175/hr | Active — dept-by-dept domain migration ongoing | Entra Connect staging, domain join, HIPAA compliance, M365 licensing |
| BirthBiologic | MSP contract (assumed) | Active | GuruRMM site BRIGHT-PEAK-5980; BB-SERVER on 0.6.37 straggler |
| Paul Key | MSP contract (assumed) | Active | GuruRMM site IRON-WOLF-5819 |
| [Cascades of Tucson](clients/cascades-tucson.md) | Corporate — prepaid block $175/hr | Active | Dept-by-dept domain migration, HIPAA, M365 relicensing. Highest-complexity engagement. 27 GuruRMM agents. |
| BirthBiologic | Corporate | Active | GuruRMM enrolled (BB-SERVER, site Main Office) |
| Dataforth Corp | Corporate | Active | GuruRMM enrolled (AD2, DF-GAGETRAK, site D1). Dataforth D2 also hosts Neptune (ACG mail server). |
| Grabb & Durando Law Office | Corporate | Active | GuruRMM enrolled (GND-SERVER, site Main Office) |
| Instrumental Music Center | Corporate | Active | GuruRMM enrolled (IMC1, site IMCMain) |
| Safesite | Corporate | Active | GuruRMM enrolled (MSI, site Glendale) |
| Sombra Residential LLC | Corporate | Active | GuruRMM enrolled (DESKTOP-UQRN4K3, Server2013) |
| Stamback Septic | Corporate | Active | GuruRMM enrolled (DESKTOP-BTR2AM3, StambackLaptopNew) |
| Key, Paul | Residential | Active | GuruRMM enrolled (KEY-MEDIA, site Home) |
| Peaceful Spirit | Residential | Active | GuruRMM enrolled (5 agents across Bridgette Home, Country Club, Mara Home sites) |
| Swanson, Len | Residential | Active | GuruRMM enrolled (LAS-GAMER, site Home) |
**Cascades** is the highest-complexity engagement: single DC on aging Dell R610 hardware, HIPAA obligation, active multi-phase domain migration, and multiple open blocking items. See [[clients/cascades-tucson]] for full detail.
BirthBiologic and Paul Key are monitoring-only in the wiki as of 2026-05-24 — articles not yet seeded.
**Cascades** is the highest-complexity engagement. See [[clients/cascades-tucson]] for full detail. All other clients are wiki-unseed as of 2026-05-24.
---
@@ -66,7 +72,9 @@ BirthBiologic and Paul Key are monitoring-only in the wiki as of 2026-05-24 —
| Build webhook | 172.16.3.30:9000 | webhook-handler.py → per-platform build scripts |
| Windows builds | Pluto (172.16.3.36) | Rust MSVC + WiX v4 |
Active development focus: tray IPC peer authorization, auto-update reliability for agents with flaky WebSockets, watchdog alerts UI (2 missing server routes), MSP360 management phase.
**Fleet (2026-05-24 live):** 55 agents across 12 clients, 37 online, 40/55 on v0.6.38. 15 laggards — all offline, self-update on reconnect.
Active development focus: tray IPC peer authorization, watchdog alerts UI (2 missing server routes), MSP360 management phase.
Critical security backlog: `credentials/:id/reveal` (horizontal privilege escalation, HIGH) and `internal_err()` (~130 raw DB error exposures, HIGH).