Role that installs the prometheus server https://prometheus.io
Go to file
Andrea Dell'Amico 8ecaa5335b
do not create the 'data' directory.
2022-06-27 17:17:55 +02:00
defaults Customizable data directory. 2022-06-27 16:51:44 +02:00
handlers Import the old role. 2020-07-18 15:40:26 +02:00
meta Import the old role. 2020-07-18 15:40:26 +02:00
tasks do not create the 'data' directory. 2022-06-27 17:17:55 +02:00
templates Really fix the data path. 2022-06-27 17:17:24 +02:00
tests Initial commit 2020-07-18 15:13:34 +02:00
vars The download URL is customizable. 2021-03-03 15:45:40 +01:00
.gitignore Initial commit 2020-07-18 15:13:34 +02:00
LICENSE Initial commit 2020-07-18 15:13:34 +02:00
README.md Import the old role. 2020-07-18 15:40:26 +02:00

README.md

Role Name

A role that installs the Prometheus open-source systems monitoring and alerting toolkit, https://prometheus.io

Role Variables

The most important variables are listed below:

prometheus_install: True
prometheus_version: 2.19.2
prometheus_loglevel: info
prometheus_http_port: 9090
prometheus_opts: '--storage.tsdb.retention=360d'

Dependencies

  • nginx
  • letsencrypt-acme-sh-client

License

EUPL-1.2

Author Information

Andrea DellAmico, andrea.dellamico@isti.cnr.it