Add Go agent preview

This commit is contained in:
benya
2026-06-05 02:35:45 +03:00
parent b13fc37cc4
commit 7414171a94
3 changed files with 694 additions and 1 deletions
+9
View File
@@ -74,6 +74,15 @@
- [x] Добавить backoff при сетевых ошибках.
- [x] Добавить lock-файл, чтобы не запускать несколько копий агента.
- [ ] Добавить shell syntax check в CI/dev scripts.
- [~] Начать Go-agent migration:
- [x] skeleton `agent/go/cmd/rmm-agent`;
- [x] config `/etc/rmm-agent.conf`;
- [x] lock/backoff/graceful shutdown;
- [x] enrollment/heartbeat;
- [x] inventory/metrics MVP;
- [x] command polling/result/spool;
- [ ] перенос allowlist команд из shell-agent;
- [ ] OpenWrt cross-build/package integration.
## Этап 2: MVP Server API