Sanitized mirror from private repository - 2026-03-24 12:45:58 UTC
Some checks failed
Documentation / Deploy to GitHub Pages (push) Has been cancelled
Documentation / Build Docusaurus (push) Has been cancelled

This commit is contained in:
Gitea Mirror Bot
2026-03-24 12:45:58 +00:00
commit c727d0bfb1
1265 changed files with 311415 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# Scrutiny Collector — Setillo (Synology DS223j, 2-bay)
#
# Ships SMART data to the hub on homelab-vm.
# DS223j has 2 bays (/dev/sata1, /dev/sata2).
# Synology uses /dev/sata* — requires explicit device list in collector.yaml.
# collector.yaml lives at: /root/scrutiny/collector.yaml
#
# privileged: true required on DSM.
# Note: deploy via root SSH (setillo-root) or Portainer.
# Hub: http://100.67.40.126:8090
services:
scrutiny-collector:
image: ghcr.io/analogj/scrutiny:master-collector
container_name: scrutiny-collector
privileged: true
volumes:
- /run/udev:/run/udev:ro
- /root/scrutiny/collector.yaml:/opt/scrutiny/config/collector.yaml:ro
devices:
- /dev/sata1
- /dev/sata2
environment:
COLLECTOR_API_ENDPOINT: "http://100.67.40.126:8090"
restart: unless-stopped