bitcoiner.social/ansible/group_vars/all/node_exporter.yml

12 lines
376 B
YAML
Raw Permalink Normal View History

--- # prometheus.prometheus.node_exporter role variables
# https://prometheus-community.github.io/ansible/branch/main/node_exporter_role.html
node_exporter_web_listen_address: "127.0.0.1:8030"
node_exporter_enabled_collectors: # https://github.com/prometheus/node_exporter#collectors
- cpu.info # CPU Model
- interrupts
- netstat
- vmstat
- systemd
- processes