Skip to content

dbalan/ansible-role-prometheus-node-exporter-legacy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-prometheus-node-exporter-legacy

Install Prometheus Node Exporter on older init.d-based systems

Requirements

Designed for RedHat/CentOS 6/Debian Wheezy and Ubunty 14.04; should work on any system that uses init.d and chkconfig.

Role Variables

node_exporter_version: Defaults to '0.18.1'. Change it if you need a newer version.

See defaults/main.yml for other customizations.

Dependencies

None

Example Playbook

- hosts: rhel-6-servers
  gather_facts: true
  become: true
  roles:
   - name: Install prometheus node exporter
     role: acromedia.node-exporter-legacy
     node_exporter_version: '0.18.1'
     tags:
       - prometheus

License

GPLv3

Author Information

Acro Media Inc.

About

Install Prometheus Node Exporter on older init.d-based systems

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%