infrastructure/ansible/group_vars/all/node_exporter.yml
Jake Howard ddc91059b5
Replace telegraf with prometheus exporters
Still missing SMART and ping, but those can come later.

Swapped as the polling model for prometheus doesn't play especially well with telegraf, and leads to gaps in data
2023-01-31 09:11:09 +00:00

4 lines
168 B
YAML

node_exporter_version: 1.5.0
node_exporter_web_listen_address: "{{ private_ip }}:9100"
node_exporter_enabled_collectors: [] # Disable the systemd collector by default