TrueNAS 25.10 dropped their smartctl UI. #463
Replies: 1 comment 1 reply
-
|
Good news: you do not need a cron job per drive. TrueNAS 25.10 removed the SMART scheduling UI but kept How to set it up: The Scrutiny collector auto-detects all drives on the system. Run one collector instance and it covers everything. Option 1 — Built-in scheduler (persistent process): scrutiny-collector-metrics run --cron-schedule "0 * * * *"The collector loops internally — no system cron needed. Option 2 — Docker Compose with env var: environment:
- COLLECTOR_CRON_SCHEDULE=0 * * * *Option 3 — Single run via system cron (one entry total): One entry, all drives covered. TrueNAS's new 90-minute background polling handles basic health; Scrutiny gives you full history, thresholds, and notifications on top of that. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
https://www.truenas.com/docs/scale/25.10/gettingstarted/versionnotes/#disk-health-management
So now that this is a thing do I need to set up a cron job for every drive so that scrutiny can see the drive health?
Beta Was this translation helpful? Give feedback.
All reactions