prometheus-node-exporter: rename var, update docs
This commit is contained in:
parent
79fbddc6ff
commit
081cc5e025
2 changed files with 7 additions and 1 deletions
|
@ -14,6 +14,8 @@ To enable this service, add the following configuration to your `vars.yml` file
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
||||||
prometheus_node_exporter_enabled: true
|
prometheus_node_exporter_enabled: true
|
||||||
|
prometheus_node_exporter_hostname: mash.example.com
|
||||||
|
prometheus_node_exporter_path_prefix: /metrics/node-exporter
|
||||||
prometheus_node_exporter_basicauth_user: your_username
|
prometheus_node_exporter_basicauth_user: your_username
|
||||||
prometheus_node_exporter_basicauth_password: your password
|
prometheus_node_exporter_basicauth_password: your password
|
||||||
|
|
||||||
|
@ -23,3 +25,7 @@ prometheus_node_exporter_basicauth_password: your password
|
||||||
# #
|
# #
|
||||||
########################################################################
|
########################################################################
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
After you installed the node exporter, your node stats will be available on `mash.example.com/metrics/node-exporter` with basic auth credentials you configured
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
version: v7.0.9-0
|
version: v7.0.9-0
|
||||||
|
|
||||||
- src: git+https://gitlab.com/etke.cc/roles/prometheus_node_exporter.git
|
- src: git+https://gitlab.com/etke.cc/roles/prometheus_node_exporter.git
|
||||||
version: v1.5.0-3
|
version: v1.5.0-4
|
||||||
|
|
||||||
- src: git+https://gitlab.com/etke.cc/roles/redmine.git
|
- src: git+https://gitlab.com/etke.cc/roles/redmine.git
|
||||||
version: v5.0.5-0
|
version: v5.0.5-0
|
||||||
|
|
Loading…
Reference in a new issue