SMART Check Reference
All parameters, thresholds, and configuration options for the S.M.A.R.T. check in octoja.
Written By Erdinc Akay
Last updated 26 days ago
This article describes the prerequisites, configuration, and behavior of the S.M.A.R.T. check. In the check catalog it appears as SMART Disk Health (DE: SMART Festplattengesundheit).
Prerequisites
The check uses smartmontools (specifically the smartctl command) to read SMART data. On Linux, the octoja agent auto-installs it before the first run using whichever package manager is present (apt-get, dnf, yum, pacman, apk, or zypper). If none of these are available, install smartmontools manually. On Windows and macOS, no additional software is needed.
Configuration Fields
All threshold fields only appear in the check editor after enabling Show advanced options. Drives that report no rotation rate are treated as solid-state and use the SSD / NVMe thresholds. The check runs every 60 minutes; the interval is not configurable in the check editor.
Monitored SMART Attributes
Alert triggers
Notes
- SMART data is only meaningful for physical disks. Virtual disks typically return no usable data; when Monitor all disks is enabled, auto-discovery filters out phantom USB enclosures but does not otherwise validate that a device is physical.
- SSDs and HDDs both support SMART but report different attributes. Both are interpreted correctly.
- A device with no SMART-capable disks — auto-discovery finds none, or Monitor all disks is off and the explicit disk list is empty — reports OK, not a Warning. A Warning is raised only when disks were found but every query failed to return usable data.
- The "disk is no longer detected" alert is evaluated across successive runs rather than by a single scan: octoja compares each run against the previous one, so a disk that drops off the bus is only flagged after it has been missing for a short debounce window (about 5 minutes), which ignores a one-off scan glitch. A disk that stays missing for more than a few days ages out and stops alerting, so a genuinely decommissioned drive does not alarm forever.
See also: Configure a SMART Check