telegraf/plugins/inputs/hddtemp
Mendelson Gusmão 29ea433763 Implement support for fetching hddtemp data (#1411) 2016-07-21 17:00:54 +01:00
..
go-hddtemp Implement support for fetching hddtemp data (#1411) 2016-07-21 17:00:54 +01:00
README.md Implement support for fetching hddtemp data (#1411) 2016-07-21 17:00:54 +01:00
hddtemp.go Implement support for fetching hddtemp data (#1411) 2016-07-21 17:00:54 +01:00
hddtemp_nocompile.go Implement support for fetching hddtemp data (#1411) 2016-07-21 17:00:54 +01:00

README.md

Hddtemp Input Plugin

This plugin reads data from hddtemp daemon

Requirements

Hddtemp should be installed and its daemon running

Configuration

[[inputs.hddtemp]]
## By default, telegraf gathers temps data from all disks detected by the
## hddtemp.
##
## Only collect temps from the selected disks.
##
## A * as the device name will return the temperature values of all disks.
##
# address = "127.0.0.1:7634"
# devices = ["sda", "*"]