feat(openclaw-monitor): add MinIO telemetry

This commit is contained in:
William Valentin
2026-03-26 11:22:45 -07:00
parent 6605780b58
commit 5ff4794d98
5 changed files with 118 additions and 6 deletions
+5
View File
@@ -145,8 +145,13 @@ services:
NATS_TOPIC: agentmon.events.v1
OPENCLAW_REGISTRY: /openclaw-registry/openclaw-instances.json
POLL_INTERVAL: 30s
OPENCLAW_MINIO_INSTANCE: zap
OPENCLAW_MINIO_ENDPOINT: http://192.168.153.253:9000
OPENCLAW_MINIO_BUCKET: zap
OPENCLAW_MINIO_PREFIX: backups
volumes:
- /home/will/.claude/state/openclaw-instances.json:/openclaw-registry/openclaw-instances.json:ro
- /home/will/.aws:/root/.aws:ro
- /var/run/libvirt/libvirt-sock:/var/run/libvirt/libvirt-sock
- /home/will/.ssh/id_rsa:/root/.ssh/id_rsa:ro
- /home/will/.ssh/id_rsa.pub:/root/.ssh/id_rsa.pub:ro