discordianfish / nginx_exporter

Simple server that scrapes nginx stats and exports them via HTTP for Prometheus consumption
MIT License
160 stars 76 forks source link

Cannot run the nginx exporter #1

Closed bradmccormack closed 9 years ago

bradmccormack commented 9 years ago

/usr/lib/go/src/pkg/github.com/prometheus/client_golang/prometheus/registry.go:36:2: import "bitbucket.org/ww/goautoneg": cannot find package

go get -d doesn't help.

Get https://api.bitbucket.org/1.0/repositories/ww/goautoneg: x509: certificate signed by unknown authority

Wrong endpoint now?

discordianfish commented 9 years ago

Can you try again? Either it was a temporary issue or you miss the root certificates the bitbucket TLS cert was signed with.

discordianfish commented 9 years ago

Assuming this works now.