You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am thinking about data reported by sensors command. Of course I can use exec plugin to run and parse command line output, but I would prefer a lightweight solution. Collectd use directly libsensors (sensors/sensors.h) to extract voltages, temperatures and fan status.
I see, I thought you were talking about general sensor data, but you mean sensors that are builtin to the machine. This is a good idea and will almost certainly involve using CGo
Read and forward sensor values (voltage and temperature)
thx
The text was updated successfully, but these errors were encountered: