Pulse/internal/smartctl
rcourtman 2ba590d994 fix: fall back to SMART attributes 194/190 for disk temperature
When the top-level temperature.current field is 0 or missing (common
on some SATA drives), temperature was reported as 0°C with no fallback.
Now extracts temperature from ATA SMART attribute 194 (Temperature_Celsius)
or 190 (Airflow_Temperature_Cel) as a fallback.

Fixes #1243
2026-02-11 09:09:55 +00:00
..
collector.go fix: fall back to SMART attributes 194/190 for disk temperature 2026-02-11 09:09:55 +00:00
collector_coverage_test.go feat(agent): add FreeBSD S.M.A.R.T. disk collection support (#1236) 2026-02-10 12:44:15 +00:00
collector_test.go fix(smart): parse raw.string instead of raw.value for SATA attributes (#1239) 2026-02-10 20:42:15 +00:00