提交 89cb007b 编写于 作者: N nicolargo

Fan speed and voltages section? #1398

上级 b43b5007
...@@ -30,6 +30,7 @@ Bugs corrected: ...@@ -30,6 +30,7 @@ Bugs corrected:
* IP plugin displays incorrect subnet mask #1417 * IP plugin displays incorrect subnet mask #1417
* Glances PsUtil ValueError on IoCounter with TASK kernel options #1440 * Glances PsUtil ValueError on IoCounter with TASK kernel options #1440
* Per CPU in Web UI have some display issues. #1494 * Per CPU in Web UI have some display issues. #1494
* Fan speed and voltages section? #1398
Others: Others:
......
...@@ -27,7 +27,7 @@ import signal ...@@ -27,7 +27,7 @@ import signal
import sys import sys
# Global name # Global name
__version__ = '3.1.1RC1' __version__ = '3.1.1RC2'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>' __author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3' __license__ = 'LGPLv3'
......
...@@ -249,8 +249,9 @@ class GlancesGrabSensors(object): ...@@ -249,8 +249,9 @@ class GlancesGrabSensors(object):
# !!! Disable Fan: High CPU consumption with psutil 5.2.0 or higher # !!! Disable Fan: High CPU consumption with psutil 5.2.0 or higher
# Delete the two followings lines when corrected (https://github.com/giampaolo/psutil/issues/1199) # Delete the two followings lines when corrected (https://github.com/giampaolo/psutil/issues/1199)
self.init_fan = False # Correct and tested with PsUtil 5.6.1 (Ubuntu 18.04)
logger.debug("Fan speed sensors disable (see https://github.com/giampaolo/psutil/issues/1199)") # self.init_fan = False
# logger.debug("Fan speed sensors disable (see https://github.com/giampaolo/psutil/issues/1199)")
# Init the stats # Init the stats
self.reset() self.reset()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册