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

Commit bc2043a

Browse files
envy7paulfantom
authored andcommitted
Updated README.md (#129)
The name of the Ansible variable is incorrect, the code is using node_exporter_binary_local_dir, while the README mentions node_exporter_binaries_local_dir
1 parent 5586610 commit bc2043a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
2424
| Name | Default Value | Description |
2525
| -------------- | ------------- | -----------------------------------|
2626
| `node_exporter_version` | 0.18.1 | Node exporter package version. Also accepts latest as parameter. |
27-
| `node_exporter_binaries_local_dir` | "" | Allows to use local packages instead of ones distributed on github. As parameter it takes a directory where `node_exporter` binary is stored on host on which ansible is ran. This overrides `node_exporter_version` parameter |
27+
| `node_exporter_binary_local_dir` | "" | Allows to use local packages instead of ones distributed on github. As parameter it takes a directory where `node_exporter` binary is stored on host on which ansible is ran. This overrides `node_exporter_version` parameter |
2828
| `node_exporter_web_listen_address` | "0.0.0.0:9100" | Address on which node exporter will listen |
2929
| `node_exporter_system_group` | "node-exp" | System group used to run node_exporter |
3030
| `node_exporter_system_user` | "node-exp" | System user used to run node_exporter |

0 commit comments

Comments
 (0)