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:
Jake Howard
2023-01-31 09:11:09 +00:00
parent 0322291557
commit ddc91059b5
10 changed files with 89 additions and 201 deletions

View 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