Official Unraid Community Applications templates for Scrutiny, a hard drive S.M.A.R.T monitoring dashboard.
| Template | Image | Description |
|---|---|---|
| scrutiny-omnibus | ghcr.io/starosdev/scrutiny:latest-omnibus |
All-in-one: web dashboard, metrics collector, and InfluxDB |
| scrutiny-web | ghcr.io/starosdev/scrutiny:latest-web |
Web dashboard and API only (hub/spoke mode) |
| scrutiny-collector | ghcr.io/starosdev/scrutiny:latest-collector |
S.M.A.R.T metrics collector (hub/spoke mode) |
| scrutiny-collector-zfs | ghcr.io/starosdev/scrutiny:latest-collector-zfs |
ZFS pool health collector (amd64 only) |
| scrutiny-collector-performance | ghcr.io/starosdev/scrutiny:latest-collector-performance |
fio drive benchmarks for throughput/IOPS/latency |
The omnibus template is the simplest way to run Scrutiny on Unraid. It bundles everything into a single container.
For distributed deployments with multiple hosts, use the hub/spoke templates (web + collector(s)).
After installing a template that requires drive access (omnibus, collector, collector-performance), add your drives:
- Edit the container in the Unraid Docker tab
- Click "Add another Path, Port, Variable, Label or Device"
- Select "Device" and enter the path to each drive (e.g.
/dev/sda,/dev/sdb) - For NVMe drives, add both the controller (
/dev/nvme0) and namespace (/dev/nvme0n1)