feat: switch monitor client to Docker-first runtime

- remove install.sh-based deployment path
- add multi-stage Dockerfile for HarborForge.Monitor
- support HF_MONITER_* env vars and keep HF_MONITOR_* compatibility
- add rootfs-aware host metric collection for Docker deployment
This commit is contained in:
zhi
2026-03-20 11:00:42 +00:00
parent 8cc3781454
commit 739b8fcd74
7 changed files with 139 additions and 71 deletions

View File

@@ -3,5 +3,6 @@
"identifier": "vps-01",
"apiKey": "replace-with-server-api-key",
"reportIntervalSec": 30,
"logLevel": "info"
"logLevel": "info",
"rootFs": "/host"
}