2020-07-18 15:07:40 +02:00
|
|
|
Role Name
|
|
|
|
=========
|
|
|
|
|
2020-07-18 15:58:12 +02:00
|
|
|
A role that installs the Prometheus system node exporter, <https://github.com/prometheus/node_exporter>
|
2020-07-18 15:07:40 +02:00
|
|
|
|
|
|
|
Role Variables
|
|
|
|
--------------
|
|
|
|
|
2020-07-18 15:58:12 +02:00
|
|
|
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: ''
|
|
|
|
```
|
2020-07-18 15:07:40 +02:00
|
|
|
|
|
|
|
Dependencies
|
|
|
|
------------
|
|
|
|
|
2020-07-18 15:58:12 +02:00
|
|
|
None
|
2020-07-18 15:07:40 +02:00
|
|
|
|
|
|
|
License
|
|
|
|
-------
|
|
|
|
|
|
|
|
EUPL-1.2
|
|
|
|
|
|
|
|
Author Information
|
|
|
|
------------------
|
|
|
|
|
2020-07-18 15:58:12 +02:00
|
|
|
Andrea Dell'Amico, <andrea.dellamico@isti.cnr.it>
|