aboutsummaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
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 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 73a3449..1332372 100644
--- a/README.md
+++ b/README.md
@@ -178,6 +178,17 @@ To see all available configuration flags:
178 178
179 make test 179 make test
180 180
181## TLS endpoint
182
183** EXPERIMENTAL **
184
185The exporter supports TLS via a new web configuration file.
186
187```console
188./node_exporter --web.config=web-config.yml
189```
190
191See the [https package](https/README.md) for more details.
181 192
182## Using Docker 193## Using Docker
183The `node_exporter` is designed to monitor the host system. It's not recommended 194The `node_exporter` is designed to monitor the host system. It's not recommended