AnalogJ / scrutiny

Hard Drive S.M.A.R.T Monitoring, Historical Trends & Real World Failure Thresholds
MIT License
4.71k stars 154 forks source link

Scrutiny not getting the data of all mapped drives #659

Open ManuXD32 opened 4 days ago

ManuXD32 commented 4 days ago

Describe the bug Some drives just doesn't appear, in my case are /dev/sda /dev/sdb and /dev/nvme0n1 This is my docker compose file:

version: '3.5'

services: scrutiny: container_name: scrutiny image: ghcr.io/analogj/scrutiny:master-omnibus cap_add:

Expected behavior All the drives appearing in the web UI

Is this an error on my end?

Thanks a lot in advance!!