Installs the prometheus node exporter. https://github.com/prometheus/node_exporter
Go to file
Andrea Dell'Amico d7dcdcdf6c Do not pass the parameter that sets the port, we use the default. 2020-07-30 16:02:07 +02:00
defaults Do not pass the parameter that sets the port, we use the default. 2020-07-30 16:02:07 +02:00
handlers Import the old role. New version, new user. 2020-07-18 15:58:12 +02:00
meta Import the old role. New version, new user. 2020-07-18 15:58:12 +02:00
tasks Fix the permissions of the files inside the log directory. 2020-07-20 12:09:06 +02:00
templates Do not pass the parameter that sets the port, we use the default. 2020-07-30 16:02:07 +02:00
tests Initial commit 2020-07-18 15:07:40 +02:00
vars Import the old role. New version, new user. 2020-07-18 15:58:12 +02:00
.gitignore Initial commit 2020-07-18 15:07:40 +02:00
LICENSE Initial commit 2020-07-18 15:07:40 +02:00
README.md Import the old role. New version, new user. 2020-07-18 15:58:12 +02:00

README.md

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:

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 DellAmico, andrea.dellamico@isti.cnr.it