Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression: Temperature changes miss data on linux #1319

Open
srebhan opened this issue Jun 29, 2022 · 1 comment · May be fixed by #1546
Open

Regression: Temperature changes miss data on linux #1319

srebhan opened this issue Jun 29, 2022 · 1 comment · May be fixed by #1546
Labels

Comments

@srebhan
Copy link

srebhan commented Jun 29, 2022

Describe the bug
With #905 the temperature interface was changed. Before, each entry in "/class/hwmon/hwmon*/temp*_*" became an own sensor, resulting in all available information to be reported. However, with the above PR, the interface changed and all _alarm and _min information is missing.
Furthermore, missing entries (e.g. for _max or _crit) are now reported as zero, making it impossible to decide whether the information is missing or the value is zero (which is unlikely but not impossible).

Expected behavior
Report all available sensor values on Linux. Additionally, allow to detect/query which sensor values are actually present, e.g. with an additional flag or function call.

Additional context
For reference, the background of this report can be found in influxdata/telegraf#11294.

@ganeshsrvnn
Copy link

Hi, I am facing this bug in v1.24.2. Is there any update on the fix plan?

@srebhan srebhan linked a pull request Oct 31, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants