banzaicloud / spot-termination-exporter

Prometheus spot instance exporter to monitor AWS instance termination with Hollowtrees
Apache License 2.0
36 stars 16 forks source link

formatting issue and go 1.11 behavior #10

Closed ivanguravel closed 5 years ago

ivanguravel commented 5 years ago

Hello!

I faced with different issues during installation your exporter.

1) seems like go version for promu have different format: go: version: 1.11.4

Example: https://github.com/prometheus/promu/blob/master/.promu.yml#L4

2) i faced with: go get github.com/prometheus/promu && promu build -> -bash: promu: command not found.

Here is my instcution, how to install:

Environment: CentOS-7

If you will enable an access i can send MR with those changes.

Thanks!

waynz0r commented 5 years ago

Hi @ivanguravel,

thanks for reporting this! I just created a PR to fix the issue.