Monitorix icon indicating copy to clipboard operation
Monitorix copied to clipboard

FreeBSD temperature sensors/ctl values, are not recognized

Open z-eos opened this issue 5 years ago • 2 comments

FreeBSD has sysctl OIDs whaich are not recognized by monitorix:

dev.cpu.X.temperature           : Current temperature
hw.acpi.thermal.tzX.temperature : current thermal zone temperature

it'd be great to draw those data

z-eos avatar Nov 06 '20 15:11 z-eos

I don't really know BSD systems but now that lmsens can call anything to get the sensors readouts, you could perhaps make your own script to get and display those values a format compatible with sensors (lmsensors). Also don't forget to drop this section from lmsens.pm:

        if(grep {$_ eq $config->{os}} ("FreeBSD", "OpenBSD", "NetBSD")) {
                logger("$myself is not supported yet by your operating system ($config->{os}).");
                return;
        }

jose1711 avatar May 20 '21 21:05 jose1711

related: #290

jose1711 avatar May 20 '21 21:05 jose1711