Standard command-line S.M.A.R.T. monitoring often falls short. It typically lacks historical data, making it difficult to spot slow degradation, and relies on manufacturer thresholds that may not accurately predict drive failure. This tool provides a web-based dashboard to give you a clear view of your hard drive health.
It enhances standard monitoring by merging manufacturer S.M.A.R.T. metrics with real-world failure rate data, offering more reliable insights into drive longevity. By tracking metrics over time, you can identify trends and proactively replace drives before they fail and cause data loss. The system is designed for easy deployment and use, especially for servers with multiple drives.
Key features include:
services:
scrutiny:
image: ghcr.io/analogj/scrutiny:master-omnibus
container_name: scrutiny
cap_add:
- SYS_RAWIO
- SYS_ADMIN
ports:
- "8080:8080"
- "8086:8086"
volumes:
- /run/udev:/run/udev:ro
- ./config:/opt/scrutiny/config
- ./influxdb:/opt/scrutiny/influxdb
devices:
- /dev/sda:/dev/sda
- /dev/sdb:/dev/sdb
restart: unless-stopped# Scrutiny Omnibus does not require sensitive environment variables by default.
# Advanced configuration is handled via the scrutiny.yaml file in the config directory.Auto-fetched about 2 hours ago
Auto-fetched about 2 hours ago