Tasos Katsoulas 9f1403de7d Covert our documentation links to GH absolute links (#14344) 2 years ago
..
Makefile.inc d802f83e4a Fix make dist (#4401) 6 years ago
README.md 9f1403de7d Covert our documentation links to GH absolute links (#14344) 2 years ago
hddtemp.chart.py 2c389b5a2c Change HDDtemp to report None instead of 0 (#10429) 4 years ago
hddtemp.conf 5286dae8eb python.d.plugin update (#4936) 6 years ago

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