mash-playbook/docs/services/prometheus-node-exporter.md

26 lines
1.2 KiB
Markdown
Raw Normal View History

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
prometheus_node_exporter_basicauth_user: your_username
prometheus_node_exporter_basicauth_password: your password
########################################################################
# #
# /prometheus-node-expoter #
# #
########################################################################
```