Skip to content

Remove obsolete hddtemp plugin (#3486) - #3530

Open
ChihebBENCHEIKH1 wants to merge 1 commit into
nicolargo:developfrom
ChihebBENCHEIKH1:fix/remove-hddtemp-plugin
Open

Remove obsolete hddtemp plugin (#3486)#3530
ChihebBENCHEIKH1 wants to merge 1 commit into
nicolargo:developfrom
ChihebBENCHEIKH1:fix/remove-hddtemp-plugin

Conversation

@ChihebBENCHEIKH1

Copy link
Copy Markdown

The hddtemp daemon has been abandoned upstream. Modern Linux kernels expose drive temperatures natively via hwmon, which psutil already reads through sensors_temperatures().

Changes:

  • Removed HddtempPlugin and glances_hddtemp.py
  • Removed [hddtemp] config sections and temperature_hdd thresholds
  • Removed hddtemp documentation page and screenshot
  • Cleaned up references in READMEs, API docs, and tests

Closes #3486

The hddtemp daemon has been abandoned upstream. Modern Linux kernels
expose drive temperatures natively via hwmon, which psutil already
reads through sensors_temperatures().

Removes the HddtempPlugin, its configuration, documentation, and
test references.
@nicolargo

Copy link
Copy Markdown
Owner

Hi @ChihebBENCHEIKH1 !

Thanks for the PR, i will postpone it until Glances 5.0 release.

@ChihebBENCHEIKH1

Copy link
Copy Markdown
Author

Thanks for the update! Sounds good, I’ll keep an eye out for the 5.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

hddtemp is dead. Dead code should be removed.

2 participants