Files
HarborForge.Monitor/config.example.json
zhi 739b8fcd74 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
2026-03-20 11:00:42 +00:00

9 lines
193 B
JSON

{
"backendUrl": "https://monitor.hangman-lab.top",
"identifier": "vps-01",
"apiKey": "replace-with-server-api-key",
"reportIntervalSec": 30,
"logLevel": "info",
"rootFs": "/host"
}