amanusk / s-tui

Terminal-based CPU stress and monitoring utility
https://amanusk.github.io/s-tui/
GNU General Public License v2.0
4.01k stars 139 forks source link

Graphs turn red although "hot" sensors with bad reasings have been removed from graphs and summaries #193

Open KyodaiKen opened 2 years ago

KyodaiKen commented 2 years ago

Step 1: Describe your environment

Step 2: Describe the problem:

Observed Results:

Expected result:

Debug Results, output of s-tui -d created in a file _s-tui.log:

_s-tui.log

Step 3: Reproduce the problem:

Steps to reproduce:

  1. Open s-tui using sudo
  2. Observe the graphs being red
amanusk commented 2 years ago

Thank you for the issues and for the interest in the project. Indeed this is the case right now. The threshold for temperatures is set globally and not per-sensor. The color change is triggered after the probing of all the sensors, and not based on the graphs displayed.

Let's leave this issue open to hopefully get to it one day. PRs are welcome of course :)