nicolargo/glances

hddtemp is dead. Dead code should be removed.

开放

#3,486 创建于 2026年3月16日

 (7 条评论) (0 个反应) (0 位负责人)Python (1,795 个派生)batch import
Good First Issuedependenciesneeds contributorplugin/sensors

仓库指标

星标
 (33,398 个星标)
PR 合并指标
 (平均合并 14小时 28分钟) (30 天内合并 2 个 PR)

描述

Is your feature request related to a problem? Please describe.

Newer releases of Ubuntu and Debian do no longer include hddtemp as that tool is long dead upstream. Similar data can be obtained via smartctl or other more modern solutions. As hddtemp does no longer work on my system, drive temperatures are now gone from Glances, which makes me sad.

Describe the solution you'd like Write a drive temp plugin that utilizes smartctl or sensors to obtain drive temperatures (ideally compatible with external drives, too).

Describe alternatives you've considered Manually frickle together a working hddtemp solution, which is not a good solution.

Additional context n/a

贡献者指南