aboutsummaryrefslogtreecommitdiff
path: root/collector/hwmon_linux.go
Commit message (Expand)AuthorAge
* Use Go 1.13 error featuresBen Kochie2020-06-16
* Don't count empty collection as success (#1613)Ben Kochie2020-02-19
* switch to go-kit/log (#1575)Ben Ye2019-12-31
* use sys/unix package instead of syscall (#1340)Paul Gier2019-05-10
* collector: use path/filepath for handling file paths (#1245)Paul Gier2019-02-05
* collector/hwmon_linux: handle temperature sensor file which doesn't have item...Paul Gier2018-10-30
* Add and use sysReadFile in hwmon collector (#728)Matt Layher2017-11-07
* Replace --collectors.enabled with per-collector flags (#640)Calle Pettersson2017-09-28
* Remove more unnecessarily named return valuesTobias Schmidt2017-02-28
* Delete unused codeTobias Schmidt2017-02-28
* Remove unnecessarily named return variablesTobias Schmidt2017-02-28
* Fix all open go lint and vet issuesTobias Schmidt2017-02-28
* Allow graceful failure in hwmon collectorMatt Layher2017-01-17
* Use filename as label, move 'label' to own metricJohannes 'fish' Ziemke2017-01-09
* Move comment and remove superfluous newlineJohannes 'fish' Ziemke2017-01-03
* Re-introduce human-readable chip typesJonas Wielicki2016-12-01
* Prefer device path based names over exported names (#334)Rene Treffer2016-10-28
* Add hwmon /sensors support (#278)Rene Treffer2016-10-06