On 12 Jul 23:41, Rod wrote: > ]# ./node_exporter > level=info ts=2020-07-13T06:20:23.671Z caller=node_exporter.go:177 > msg="Starting node_exporter" version="(version=1.0.1, branch=HEAD, > revision=3715be6ae899f2a9b9dbfd9c39f3e09a7bd4559f)" > level=info ts=2020-07-13T06:20:23.671Z caller=node_exporter.go:178 > msg="Build context" build_context="(go=go1.14.4, user=root@1f76dbbcfa55, > date=20200616-12:44:45)" > level=info ts=2020-07-13T06:20:23.673Z caller=node_exporter.go:105 > msg="Enabled collectors" > level=info ts=2020-07-13T06:20:23.673Z caller=node_exporter.go:112 > collector=arp > level=info ts=2020-07-13T06:20:23.673Z caller=node_exporter.go:112 > collector=bcache > ...... > level=info ts=2020-07-13T06:20:23.674Z caller=node_exporter.go:112 > collector=vmstat > level=info ts=2020-07-13T06:20:23.674Z caller=node_exporter.go:112 > collector=xfs > level=info ts=2020-07-13T06:20:23.674Z caller=node_exporter.go:112 > collector=zfs > level=info ts=2020-07-13T06:20:23.674Z caller=node_exporter.go:191 > msg="Listening on" address=:9100 > level=info ts=2020-07-13T06:20:23.674Z caller=tls_config.go:170 msg="TLS is > disabled and it cannot be enabled on the fly." http2=false
Hello, First, it is not required to run the node exporter as root. Then, it means that you did not enable TLS, which is the default: https://github.com/prometheus/node_exporter/tree/master/https > > -- > You received this message because you are subscribed to the Google Groups > "Prometheus Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/prometheus-users/0272f262-0571-4072-a148-8671e74501d4o%40googlegroups.com. -- Julien Pivotto @roidelapluie -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/20200713071300.GA23874%40oxygen.

