Commit f8886f3
feat(ui): Deployments tab in Automations — registry, probe status, discovery (#610)
The fleet gets a face: everything from the deployment monitor is now
visible and manageable in the UI instead of API-only.
- New Deployments tab in the Automations view
- Deployment cards: per-probe status dot, metric summary (http status/
latency/cert, pm2 status/memory/restarts, disk free, host mem/load/
updates/reboot), breach text, sample age; pause/resume, edit, delete
- Discovery suggestions: unconfigured pm2 processes and a 'Monitor this
machine' quick action (host + root disk probes) — confirm-to-monitor,
never auto-enrolled
- Structured editor: name, linked repo, enabled, auto-diagnose (with the
diagnose-not-operate explanation), add/remove probes per type
- deploymentsApi client + useDeployments hook (60s poll; samples refresh
server-side every 5 min, no push channel)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent cb6929d commit f8886f3
4 files changed
Lines changed: 600 additions & 2 deletions
File tree
- src
- components
- hooks
- lib
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
238 | 240 | | |
239 | 241 | | |
240 | 242 | | |
| 243 | + | |
| 244 | + | |
241 | 245 | | |
242 | 246 | | |
243 | 247 | | |
| |||
0 commit comments