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 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;
}
FreeBSD has sysctl OIDs whaich are not recognized by monitorix:
it'd be great to draw those data
The text was updated successfully, but these errors were encountered: