Fans and Temperatures

Most of the info on this topic is from 2009; I use IPMI on my servers to get Sensor info, but on the mini desktops that doesn't work. I tried to fire up healthd which only reads the voltages, but healthdc returns "connection refused" when trying to retrieve the info. Healthd was around in prehistoric times; what's the newest, best way to do this with generic MBs in Freebsd 12?
 
What chip(s) do your "mini desktops" use for system information? I wrote one for the ITE IT8718/8720F
LPC-IO series of chip environment controllers (back in 2009 :)).

Since then I moved to Apple Mac minis which use the asmc(4) kernel loadable module, except for the T2-equipped 2018 Mac mini.
 
Who knows? These dopey things don't even come with the obligatory 2 page Chinese manual anymore. Surprised no-one had written one in 11 years that you don't have to know the exact chip to make it work. You really need to know how hot these fanless things are running. I'll see if I can find it in the conf.
 
Have you looked at those?
Code:
% pkg search ipmi
check_ipmi_sensor-3.10         Nagios/Icinga plugin to check IPMI sensors
freeipmi-1.6.4                 Library and tools to support IPMI-capable hardware
ipmitool-1.8.18_2              CLI to manage IPMI systems
openipmi-2.0.28                Complex IPMI management software
...

And ipmi(4).
 
Back
Top