Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 883 Bytes

File metadata and controls

29 lines (19 loc) · 883 Bytes

Ansible Role: node_exporter_textfile_collectors

Ansible role to install external collector scripts for node-exporter.

requirement

  • node_exporter role

usage

Look to the defaults properties file to see the possible configuration properties.

You can also look at the molecule test.

node_exporter_system_user: node_exporter
node_exporter_system_group: node_exporter
node_exporter_config_dir: /etc/node_exporter
node_exporter_textfile_dir: /var/lib/node_exporter

node_exporter_collector_scripts: []

node_exporter_external_repository:
  enabled: true
  url: https://github.com/prometheus-community/node-exporter-textfile-collector-scripts.git
  version: master