I'm working on getting everything into InfluxDB + Grafana. So far so good, I have InfluxDB2 and Grafana LXCs each set up and running fine. Home assistant, proxmox metric server, and lmsensors (via telegraf) are all getting their data into influxdb. But I can't seem to get hddtemp data to passthrough. Is there a simple way to get hard drive data accessible to that LXC? Obviously:
```
[[inputs.hddtemp]]
address = "127.0.0.1:7634"
```
is erroring with "connect: connection refused"
```
[[inputs.hddtemp]]
address = "127.0.0.1:7634"
```
is erroring with "connect: connection refused"