Adding TLS to node exporter - cleaner version (#1277)

Add support for https connections.

Signed-off-by: ksherryBAE <kieran.sherry@baesystems.com>
Signed-off-by: James Ritchie <james.g.ritchie@baesystems.com>
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Signed-off-by: Ben RIdley <benridley29@gmail.com>
This commit is contained in:
ksherryBAE 2019-11-15 23:12:57 +00:00 committed by Ben Kochie
commit aede04172c
52 changed files with 11430 additions and 2 deletions

4
vendor/modules.txt vendored
View file

@ -33,6 +33,8 @@ github.com/mdlayher/netlink/nlenc
# github.com/mdlayher/wifi v0.0.0-20190303161829-b1436901ddee
github.com/mdlayher/wifi
github.com/mdlayher/wifi/internal/nl80211
# github.com/pkg/errors v0.8.1
github.com/pkg/errors
# github.com/prometheus/client_golang v1.0.0
github.com/prometheus/client_golang/prometheus
github.com/prometheus/client_golang/prometheus/internal
@ -77,3 +79,5 @@ golang.org/x/sys/windows/registry
golang.org/x/sys/windows/svc/eventlog
# gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/alecthomas/kingpin.v2
# gopkg.in/yaml.v2 v2.2.2
gopkg.in/yaml.v2