summaryrefslogtreecommitdiffhomepage
path: root/src/Plugins/Monitors/CoreTemp.hs
AgeCommit message (Collapse)Author
2012-05-05Possible solution for coretemp files reading (github issue #38)Jose Antonio Ortega Ruiz
Apparently, temp1_label does not follow the same naming pattern as the rest of label files.
2011-08-08Cope with new file system layout of CPU temperature sensor readingsNorbert Zeh
Either due to a change in lm_sensors or in the kernel itself, the core temperature readings are no longer found in one directory per core but in multiple files in the same directory. What's worse is that the file names have little to do with the actual core number. This patch addresses this and is flexible enough to handle the old layout and the new one.
2010-12-21Haskell sources moved to src/ to unclutter toplevelJose Antonio Ortega Ruiz