Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FreeBSD temperature sensors/ctl values, are not recognized #301

Open
z-eos opened this issue Nov 6, 2020 · 2 comments
Open

FreeBSD temperature sensors/ctl values, are not recognized #301

z-eos opened this issue Nov 6, 2020 · 2 comments

Comments

@z-eos
Copy link
Contributor

z-eos commented Nov 6, 2020

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

@jose1711
Copy link
Contributor

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
Copy link
Contributor

related: #290

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants