Odroid XU4 temperature monitoring with netdata

Since Odroid isn't as widespread as Raspberry Pi, I had to do some digging to find out how to monitor its temperature, CPU frequency, and fan speed. Odroid comes with 5 temperature sensors on its chip, each of which can be read by the command
[cc lang="bash"]$ cat /sys/devices/virtual/thermal/thermal_zone0/temp[/cc]
where ... Read more