Recommended Posts

Hi All,

 

I'm currently running glances in a docker container to export system/disk stats to influxdb, and then graphing that data via grafana.

 

That all works great (after some frustrating setup)... the one thing I'm missing now is pulling hard disk temp stats in. Glances provides support for this if you have the hddtemp python library install, and is supposed to just work out of the box with it once it's installed.

 

I've seen some setup guides around for non-unraid systems:

http://www.cyberciti.biz/tips/howto-monitor-hard-drive-temperature.html

 

Has anyone installed hddtemp on unraid?

 

Here's what happens when I try to install hddtemp on the host:

checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

 

I need to install a 'C' compiler somehow... Does anyone have some guidance on doing that without causing any system issues?

 

Thanks!

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.