Release 1.0.0-rc.0 (#1614)
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>
This commit is contained in:
parent
c4183f9935
commit
ef7c05816a
4 changed files with 39 additions and 7 deletions
11
README.md
11
README.md
|
|
@ -178,6 +178,17 @@ To see all available configuration flags:
|
|||
|
||||
make test
|
||||
|
||||
## TLS endpoint
|
||||
|
||||
** EXPERIMENTAL **
|
||||
|
||||
The exporter supports TLS via a new web configuration file.
|
||||
|
||||
```console
|
||||
./node_exporter --web.config=web-config.yml
|
||||
```
|
||||
|
||||
See the [https package](https/README.md) for more details.
|
||||
|
||||
## Using Docker
|
||||
The `node_exporter` is designed to monitor the host system. It's not recommended
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue