summaryrefslogtreecommitdiffstats
path: root/glances/plugins/glances_sensors.py
AgeCommit message (Expand)Author
2021-06-05Get system sensors temperatures thresholds #1864nicolargo
2021-06-05Corrtec an issue with sensorsnicolargo
2021-05-31Grab sensors temperature thresholdNicolas Hennion
2021-05-30Default refresh time for sensors is refresh rate * 2nicolargo
2021-05-15Correct Flake8 issue in pkuginsnicolargo
2021-03-13Reaplly the Add hide option to sensors plugin #1596 PRnicolargo
2019-11-09NVIDIA GPU temperature #1523nicolargo
2019-08-27Add debug message for init and update duration (grep duration in log file whe...nicolargo
2019-08-17Refactor all the way config file is loaded (now by each plugin). Should solve...nicolargo
2019-07-07Fan speed and voltages section? #1398nicolargo
2019-04-11show sensors alias in web interfacesentriz
2019-01-24Fan speed always high CPU consuming on my laptop...nicolargo
2019-01-24Fan speed and voltages section? #1398nicolargo
2019-01-19Glances 3.1.0nicolargo
2018-07-02Arch linux package (2.11.1-2) psutil (v5.4.1): RuntimeWarning: ignoring OSErr...nicolargo
2018-05-12Change copyright year to 2018nicolargo
2018-04-29Stats updated during export (thread issue) #1250nicolargo
2018-02-15's/P[Ss][Uu]til/psutil/g'Alessio Sergi
2018-02-15Drop support for psutil < 5.3.0Alessio Sergi
2017-12-31Fan speed sensors disable message from warning to debugnicolargo
2017-12-30FreeBSD blackhole bug #1202nicolargo
2017-12-27Make plugin disable CLI option dynamical #1173nicolargo
2017-10-29Make the left side bar width dynamic in the Curse UI #1177 - First runnicolargo
2017-10-15Docstings of plugins are now PEP 257 compliantnicolargo
2017-03-23Sensor values don't refresh since psutil backend #1061nicolargo
2017-03-15FreeBSD: If oid 'hw.acpi.battery' not present, Glances wont start #1055nicolargo
2017-03-05Add fans support thanks to PsUtil 5.2.0nicolargo
2017-02-08psutil.sensors_temperatures() is available in version 5.1.0 or greaterAlessio Sergi
2017-02-05Remove Py3sensors and replace it by PsUtilnicolargo
2017-01-09Copyright 2017Alessio Sergi
2016-12-20Remove superfluous parenthesisAlessio Sergi
2016-10-31Refactors plugins to avoid calling views and history update inside the update...nicolargo
2016-10-30Refactor the --disable-* options #948nicolargo
2016-10-28Correct issue on the --disable optionnicolargo
2016-10-28Add --disable-<option> for all plugins. Should be refactor...nicolargo
2016-10-15Correct somes PEP8 errorsnicolargo
2016-10-06Workarround for the issue931. Not solve the issue but implement correctly the...nicolargo
2016-09-02Remove debug message...Nicolargo
2016-09-02Improper bytes/unicode in glances_hddtemp.py #887Nicolargo
2016-09-02Do not display anything if no battery are detectedNicolargo
2016-06-02No more Python 2.6 compatible string.format callsAlessio Sergi
2016-03-29hddtemp: handle 'UNK' status as well (#824)Alessio Sergi
2016-03-28Crash on launch when viewing temperature of laptop HDD in sleep mode 2/2 (iss...nicolargo
2016-03-17Workaround for Python error after upgrading from 2.5.1 to 2.6 (issue #813)nicolargo
2015-11-21Implement Folder plugin (issue #721)nicolargo
2015-11-18Handle hddtemp errorAlessio Sergi
2015-11-14Move core at the top of the module treeAlessio Sergi
2015-11-06 Can't read sensors on a Thinkpad (issue #711)Nicolargo
2015-11-04More super() callAlessio Sergi
2015-10-12Sensors: more uniform displayAlessio Sergi