Prometheus exporter for sensor data like temperature and fan speed (built with go-modules)
 
 
Go to file
Vitaliy Filippov 9d03bc178d Use go modules 2020-03-10 19:15:25 +03:00
vendor Add vendoring. Remove obsolete EnableCollectChecks call. Fixes #2. 2017-05-10 19:21:52 -04:00
Dockerfile Add vendoring. Remove obsolete EnableCollectChecks call. Fixes #2. 2017-05-10 19:21:52 -04:00
LICENSE Initial commit 2016-07-17 17:45:12 -04:00
README.md Update README.md 2016-07-24 19:52:39 -04:00
go.mod Use go modules 2020-03-10 19:15:25 +03:00
main.go Use go modules 2020-03-10 19:15:25 +03:00

README.md

sensor-exporter

Prometheus exporter for sensor data like temperature and fan speed.

Inputs

lm-sensors (http://www.lm-sensors.org) to get metrics like CPU/MB temp and CPU/Chassis fan speed. You'll likely need to install lm-sensor dev package (libsensors4-dev on my Ubuntu 14 system) in order to build the dependant package github.com/md14454/gosensors.

hddtemp (http://www.guzu.net/linux/hddtemp.php) to get HDD temperature from SMART data. Since hddtemp must run as root to collect this data, rather than call it directly we expect the user to run it in daemon mode with its -d flag. Then we connect to a port it listens on to fetch the data.

Dashboard

See https://grafana.net/dashboards/237 for an example dashboard. This is probably way more than what you want, just mine the bits that are of interest and incorporate them into your general system health dashboard.