You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2023. It is now read-only.
|`node_exporter_version`| 0.16.0 | Node exporter package version |
25
+
|`node_exporter_version`| 0.17.0 | Node exporter package version |
26
26
|`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)|
28
28
|`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). |
29
29
| `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.
0 commit comments