Sanitized mirror from private repository - 2026-04-20 01:32:01 UTC
This commit is contained in:
24
hosts/synology/calypso/scrutiny-collector.yaml
Normal file
24
hosts/synology/calypso/scrutiny-collector.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
# Scrutiny Collector — Calypso (Synology DS723+, 2-bay)
|
||||
#
|
||||
# Ships SMART data to the hub on homelab-vm.
|
||||
# DS723+ has 2 bays (/dev/sda, /dev/sdb).
|
||||
# Add /dev/sdc etc. if using a DX517 expansion unit.
|
||||
#
|
||||
# privileged: true required on DSM.
|
||||
# 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
|
||||
devices:
|
||||
- /dev/sata1
|
||||
- /dev/sata2
|
||||
- /dev/nvme0n1
|
||||
- /dev/nvme1n1
|
||||
environment:
|
||||
COLLECTOR_API_ENDPOINT: "http://100.67.40.126:8090"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user