docs(inputs.hddtemp): Document hddtemp removal and alternatives (#15658)

This commit is contained in:
Joshua Powers 2024-07-24 11:22:32 -06:00 committed by GitHub
parent 6874f41739
commit 99a2df22ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 0 deletions

View File

@ -4,6 +4,19 @@ This plugin reads data from hddtemp daemon.
Hddtemp should be installed and its daemon running.
## OS Support & Alternatives
This plugin depends on the availability of the `hddtemp` binary. The upstream
project is not active and Debian made the decision to remove it in Debian
Bookworm. This means the rest of the Debian ecosystem no longer has this binary
in later releases, like Ubuntu 22.04.
As an alternative consider using the [`smartctl` plugin]. This parses the full
JSON output from `smartctl`, which includes temperature data, in addition to
much more data about devices in a system.
[`smartctl` plugin]: ../smartctl/README.md
## Global configuration options <!-- @/docs/includes/plugin_config.md -->
In addition to the plugin-specific configuration settings, plugins support