Skip to content

Commit

Permalink
install node-exporter natively on all nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasmus Wejlgaard committed Nov 1, 2023
1 parent 8eb63fd commit a2e6824
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,15 @@
roles:
- role: portainer-slave

- hosts:
- london-a
- london-b
- copenhagen-c
- hosts: all
roles:
- role: prometheus.prometheus.node_exporter

# Alpine is not supported by official node-exporter role
- hosts:
- copenhagen-a
- copenhagen-b
roles:
- role: node-exporter-docker
vars:
node_exporter_version: latest
node_exporter_enabled_collectors:
- systemd
- processes
- sysctl
- ethtool

- hosts: london-a
roles:
Expand Down

0 comments on commit a2e6824

Please sign in to comment.