Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 51c5336

Browse files
committed
[minor] fix readme
1 parent c8e2796 commit 51c5336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
2222

2323
| Name | Default Value | Description |
2424
| -------------- | ------------- | -----------------------------------|
25-
| `node_exporter_version` | 0.16.0 | Node exporter package version |
25+
| `node_exporter_version` | 0.17.0 | Node exporter package version |
2626
| `node_exporter_web_listen_address` | "0.0.0.0:9100" | Address on which node exporter will listen |
27-
| `node_exporter_enabled_collectors` | [ systemd ] | List of additionally enabled collectors. It adds collectors to [those enabled by default](https://github.com/prometheus/node_exporter#enabled-by-default) |
27+
| `node_exporter_enabled_collectors` | [ systemd, textfile ] | List of additionally enabled collectors. It adds collectors to [those enabled by default](https://github.com/prometheus/node_exporter#enabled-by-default) |
2828
| `node_exporter_disabled_collectors` | [] | List of disabled collectors. By default node_exporter disables collectors listed [here](https://github.com/prometheus/node_exporter#disabled-by-default). |
2929
| `node_exporter_textfile_dir` | "/var/lib/node_exporter" | Directory used by the [Textfile Collector](https://github.com/prometheus/node_exporter#textfile-collector). To get permissions to write metrics in this directory, users must be in `node-exp` system group.
3030

0 commit comments

Comments
 (0)