bluecmd / spectrum_virtualize_exporter

Prometheus exporter for IBM Spectrum Virtualize compatible SANs
8 stars 8 forks source link

Installation procedure #6

Open oscarjim89 opened 3 years ago

oscarjim89 commented 3 years ago

Hi!

We're very exciting to use that exporter! But, I couldn't found spectrum_virtualize_exporter executable. ¿Is there only the option of create a container image from Dockerfile?

¿How can I get the binaries? ¿Which dependencies I have to download and install previously? if you have a procedure, we will be very grateful to you.

thanks a lot!!

bluecmd commented 3 years ago

Hi!

It is quite simple: go get github.com/bluecmd/spectrum_virtualize_exporter followed by go install github.com/bluecmd/spectrum_virtualize_exporter should install it.

Give it a try!