Tina Luedtke c7f2647a62 Docs: Removed Google Analytics tags (#12145) 3 лет назад
..
Makefile.inc d802f83e4a Fix make dist (#4401) 6 лет назад
README.md c7f2647a62 Docs: Removed Google Analytics tags (#12145) 3 лет назад
hddtemp.chart.py 2c389b5a2c Change HDDtemp to report None instead of 0 (#10429) 4 лет назад
hddtemp.conf 5286dae8eb python.d.plugin update (#4936) 6 лет назад

README.md

Hard drive temperature monitoring with Netdata

Monitors disk temperatures from one or more hddtemp daemons.

Requirement: Running hddtemp in daemonized mode with access on tcp port

It produces one chart Temperature with dynamic number of dimensions (one per disk)

Configuration

Edit the python.d/hddtemp.conf configuration file using edit-config from the Netdata config directory, which is typically at /etc/netdata.

cd /etc/netdata   # Replace this path with your Netdata config directory, if different
sudo ./edit-config python.d/hddtemp.conf

Sample:

update_every: 3
host: "127.0.0.1"
port: 7634

If no configuration is given, module will attempt to connect to hddtemp daemon on 127.0.0.1:7634 address