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
Ah, that makes sense since thermal zones are only used in Linux. It looks like sysfs is Linux specific, maybe all of the files in the sysfs package should have // +build linux instead of // +build !windows?
#300 seems to have introduced a regression on FreeBSD:
You can see from the Go source that ENODATA isn't an error on FreeBSD.
Unfortunately, I don't understand this enough myself to try to contribute a fix, but this is preventing me from building node_exporter for FreeBSD.
The text was updated successfully, but these errors were encountered: