-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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 Support #355
Comments
@syepes Do you mean for pre-compiled binaries or a package you could install? Telegraf should compile on FreeBSD, afaik |
I was thinking more that the system/net and zfs plugins be able to collect there info from fBSD. |
Could you be more specific about what errors you are seeing in those plugins? |
Currently, ZFS plugin does not work on fBSD |
FreeBSD Build log failure:
|
That is due to the fact that the dependency gosigar has no FreeBSD support. It is mainly using the proc filesystem to parse cpu stats which in FreeBSD is not available. |
I think it would be more simple to just remove the go-sigar dependency and replace it with gopsutil. gosigar is a project that doesn't often respond to PRs, and I think you even have to send in a snail-mail CLA agreement |
Turns out it already is fixed in logrus just the stored version of go-dockerclient still had a broken version. PR #372 should fix compilation on FreeBSD |
fixed by #372 |
It would be great if we could add support for FreeBSD
The text was updated successfully, but these errors were encountered: