aboutsummaryrefslogtreecommitdiff
path: root/node_exporter.go
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2020-02-20 13:42:47 +0100
committerGitHub <noreply@github.com>2020-02-20 13:42:47 +0100
commitef7c05816adcb0e8923defe34e97f6afcce0a939 (patch)
tree6b7fcec293e9f955f8f3a99d9ef19e13e75d505f /node_exporter.go
parentc4183f993534aad9e8d6b9bc890e05304eb1f5a6 (diff)
downloadprometheus_node_collector-ef7c05816adcb0e8923defe34e97f6afcce0a939.tar.bz2
prometheus_node_collector-ef7c05816adcb0e8923defe34e97f6afcce0a939.tar.xz
prometheus_node_collector-ef7c05816adcb0e8923defe34e97f6afcce0a939.zip
Release 1.0.0-rc.0 (#1614)v1.0.0-rc.0
Update CHANGELOG/VERSION for 1.0.0-rc.0 release. * Add a note about new https settings to top-level README. * Mark --web.config flag as experimental. Signed-off-by: Ben Kochie <superq@gmail.com>
Diffstat (limited to 'node_exporter.go')
-rw-r--r--node_exporter.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_exporter.go b/node_exporter.go
index 88039bd..800be92 100644
--- a/node_exporter.go
+++ b/node_exporter.go
@@ -159,7 +159,7 @@ func main() {
159 ).Default("false").Bool() 159 ).Default("false").Bool()
160 configFile = kingpin.Flag( 160 configFile = kingpin.Flag(
161 "web.config", 161 "web.config",
162 "Path to config yaml file that can enable TLS or authentication.", 162 "[EXPERIMENTAL] Path to config yaml file that can enable TLS or authentication.",
163 ).Default("").String() 163 ).Default("").String()
164 ) 164 )
165 165