2023-03-17 23:13:30 +01:00
# Prometheus Node Expoter
This playbook can configure [Prometheus Node Exporter ](https://github.com/prometheus/node_exporter ).
## Configuration
To enable this service, add the following configuration to your `vars.yml` file and re-run the [installation ](../installing.md ) process:
```yaml
########################################################################
# #
# prometheus-node-expoter #
# #
########################################################################
prometheus_node_exporter_enabled: true
2023-03-18 09:21:00 +01:00
prometheus_node_exporter_hostname: mash.example.com
prometheus_node_exporter_path_prefix: /metrics/node-exporter
2023-03-17 23:13:30 +01:00
prometheus_node_exporter_basicauth_user: your_username
prometheus_node_exporter_basicauth_password: your password
########################################################################
# #
# /prometheus-node-expoter #
# #
########################################################################
```
2023-03-18 09:21:00 +01:00
## 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