mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 18:53:37 +00:00
dacf0f86c4
The agent gate only allowed temperature collection on Linux (lm-sensors). FreeBSD exposes CPU and ACPI thermal zone temperatures via sysctl (dev.cpu.N.temperature, hw.acpi.thermal.tzN.temperature). Parse sysctl output directly in Go without shell involvement.