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
This commit is contained in:
3
ansible/group_vars/all/node_exporter.yml
Normal file
3
ansible/group_vars/all/node_exporter.yml
Normal file
@ -0,0 +1,3 @@
|
||||
node_exporter_version: 1.5.0
|
||||
node_exporter_web_listen_address: "{{ private_ip }}:9100"
|
||||
node_exporter_enabled_collectors: [] # Disable the systemd collector by default
|
Reference in New Issue
Block a user