Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevincoakley/ansible-role-prometheus-node-exporter
https://github.com/kevincoakley/ansible-role-prometheus-node-exporter
ansible ansible-role prometheus prometheus-exporter
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevincoakley/ansible-role-prometheus-node-exporter
- Owner: kevincoakley
- Created: 2016-08-03T19:17:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T18:40:45.000Z (about 2 years ago)
- Last Synced: 2023-02-27T03:26:11.364Z (over 1 year ago)
- Topics: ansible, ansible-role, prometheus, prometheus-exporter
- Language: Jinja
- Homepage: https://galaxy.ansible.com/kevincoakley/prometheus_node_exporter
- Size: 57.6 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ansible-role-prometheus-node-exporter
=====================================![](https://github.com/kevincoakley/ansible-role-prometheus-node-exporter/workflows/Molecule%20Test/badge.svg)
Install Prometheus Node Exporter - https://github.com/prometheus/node_exporter . Tested with EL 7, EL 8, EL 9, Ubuntu 18.04, Ubuntu 20.04, and Ubuntu 22.04.
Requirements
------------None
Role Variables
--------------See defaults/main.yml. This role supports all collectors, just list the collectors using the prometheus_node_exporter_enabled_collectors variable.
Dependencies
------------None
Example Playbook
----------------- name: The Prometheus Node Exporter role
hosts: node-exporter
become: yes
become_method: sudovars:
prometheus_node_exporter_enabled_collectors:
- logind
prometheus_node_exporter_disabled_collectors:
- netstatroles:
- ansible-role-prometheus-node-exportertags:
- node-exporterLicense
-------BSD
Author Information
------------------Kevin Coakley (https://github.com/kevincoakley)