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

Solaris/OmniOS CE Support[FEAT] #120

Closed
artbird309 opened this issue Nov 17, 2020 · 3 comments · Fixed by #328
Closed

Solaris/OmniOS CE Support[FEAT] #120

artbird309 opened this issue Nov 17, 2020 · 3 comments · Fixed by #328
Labels
question Further information is requested waiting for response

Comments

@artbird309
Copy link

Is your feature request related to a problem? Please describe.
My NAS is running on OmniOS CE (https://omniosce.org/) which is a fork of Solaris then I run Napp-it (https://napp-it.org/index_en.html) on top as a GUI. I would like to run the collector on it to pull data from my drives.

Describe the solution you'd like
A collector build that would support Solaris/OmniOS CE.

Additional context
I tested it out on my NAS and I just get Killed when I run the collector.

users@nas:~/scrutiny$ ./scrutiny\-collector\-metrics\-linux\-amd64 run --api-endpoint "http://localhost:8080"
Killed
users@nas:~/scrutiny$ ./scrutiny\-collector\-metrics\-linux\-amd64
Killed

@AnalogJ AnalogJ mentioned this issue Jul 10, 2022
@AnalogJ
Copy link
Owner

AnalogJ commented Jul 10, 2022

Hey @artbird309 is this something that you're still interested in?
I've completely re-vamped my build system (no longer need CGO or multi-arch compliation) so it should be really easy for me to support solaris -- but I have no way of testing the final binary, so I'd need your help.

@AnalogJ AnalogJ added question Further information is requested waiting for response labels Jul 10, 2022
@artbird309
Copy link
Author

@AnalogJ yes I am still interested, I am able to test on my system.

AnalogJ added a commit that referenced this issue Jul 12, 2022
AnalogJ added a commit that referenced this issue Jul 12, 2022
This reverts commit 64e1c93.
https://gitlab.com/cznic/sqlite does not support Solaris.
> build constraints exclude all Go files in /home/runner/work/scrutiny/scrutiny/vendor/modernc.org/libc/errno

related #120
@AnalogJ
Copy link
Owner

AnalogJ commented Jul 12, 2022

@artbird309 I tried to add a build for Solaris, but unfortunately one of the libraries I depend on (https://gitlab.com/cznic/sqlite) does not support it. Sorry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested waiting for response
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants