scrutiny

scrutiny

Docker 应用程序 from Starosdev's Repository

概述

Hard Drive S.M.A.R.T Monitoring, Historical Trends and Real World Failure Thresholds. Scrutiny is a hard drive health dashboard and monitoring solution, merging manufacturer-provided S.M.A.R.T metrics with real-world failure rates from Backblaze. Includes web dashboard, metrics collector, and InfluxDB in a single container. You must add each drive as a Device in the container settings. Alternatively, toggle Privileged mode to ON in the Unraid Docker UI to grant access to all drives automatically (less secure).

运行时参数

网络用户界面
http://[IP]:[PORT:8080]/web/dashboard
网络
bridge
外壳
bash
特权
false
额外参数
--cap-add SYS_RAWIO --cap-add SYS_ADMIN

模板配置

WebUI PortPorttcp

Web dashboard port.

目标
8080
默认值
8080
InfluxDB PortPorttcp

InfluxDB admin port. Only needed if you want direct access to InfluxDB.

目标
8086
默认值
8086
ConfigPathrw

Scrutiny configuration and SQLite database.

目标
/opt/scrutiny/config
默认值
/mnt/user/appdata/scrutiny/config
DatabasePathrw

InfluxDB time-series data storage.

目标
/opt/scrutiny/influxdb
默认值
/mnt/user/appdata/scrutiny/influxdb
UdevPathro

Required for device detection. Do not change.

目标
/run/udev
默认值
/run/udev
Disk 1Device

First disk to monitor. Add more Device entries for additional disks. For NVMe, pass both /dev/nvme0 (controller) and /dev/nvme0n1 (namespace).

默认值
/dev/sda
Cron ScheduleVariable

S.M.A.R.T data collection schedule (cron format). Default: daily at midnight.

目标
COLLECTOR_CRON_SCHEDULE
默认值
0 0 * * *
Run on StartupVariable

Run S.M.A.R.T data collection immediately on container startup.

目标
COLLECTOR_RUN_STARTUP
默认值
false
TimezoneVariable

Timezone (e.g. America/New_York). See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

目标
TZ
MQTT EnabledVariable

Enable Home Assistant MQTT Discovery. Drives will auto-appear in Home Assistant.

目标
SCRUTINY_WEB_MQTT_ENABLED
默认值
false
MQTT BrokerVariable

MQTT broker URL (e.g. tcp://mosquitto:1883). Required when MQTT is enabled.

目标
SCRUTINY_WEB_MQTT_BROKER

详细信息

存储库
ghcr.io/starosdev/scrutiny:latest-omnibus
最后更新2026-05-31
初见2026-03-04

在Unraid 上运行 Scrutiny 。

Scrutiny 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。