rokett / Citrix-NetScaler-Exporter

Prometheus exporter for Citrix NetScaler
https://github.com/rokett/Citrix-NetScaler-Exporter
MIT License
20 stars 16 forks source link

Executables for linux #12

Closed siarhei-makarevich closed 5 years ago

siarhei-makarevich commented 6 years ago

Is there any chance to see linux executables?

I'm not familiar with Go unfortunately, can I build your code on linux environment and receive working executable? If you provide any steps to do that I would be very grateful.

rokett commented 5 years ago

it should be pretty easy....there's nothing which is OS specific as far as I can recall off the top of my head.

Dependencies are all included within the repository, so you should just be able to clone the repo to your linux environment and then go build.

It would be handy to have Linux executables as official releases so I'll look at changing the make file to allow that and ensure they're part of the normal release cycle as new versions are released.

siarhei-makarevich commented 5 years ago

Thank you

go build

worked for me