nicolargo/glances

hddtemp is dead. Dead code should be removed.

Open

#3 486 ouverte le 16 mars 2026

Voir sur GitHub
 (7 commentaires) (0 réactions) (0 assignés)Python (1 438 forks)batch import
Good First Issuedependenciesneeds contributorplugin/sensors

Métriques du dépôt

Stars
 (24 745 stars)
Métriques de merge PR
 (Merge moyen 14h 28m) (2 PRs mergées en 30 j)

Description

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

Guide contributeur