ansible-role-prometheus-nod.../README.md

35 lines
668 B
Markdown

Role Name
=========
A role that installs the Prometheus system node exporter, <https://github.com/prometheus/node_exporter>
Role Variables
--------------
The most important variables are listed below:
``` yaml
prometheus_n_e_install: True
prometheus_n_e_version: 1.0.1
prometheus_n_e_port: 9100
prometheus_n_e_loglevel: info
prometheus_n_e_opts: '--web.listen-address=":{{ prometheus_n_e_port }}" --log.level={{ prometheus_n_e_loglevel }}'
# List the additional options here
prometheus_n_e_additional_opts: ''
```
Dependencies
------------
None
License
-------
EUPL-1.2
Author Information
------------------
Andrea Dell'Amico, <andrea.dellamico@isti.cnr.it>