ansible-prometheus icon indicating copy to clipboard operation
ansible-prometheus copied to clipboard

Deploy Prometheus monitoring system

Results 47 ansible-prometheus issues
Sort by recently updated
recently updated
newest added

One or more files which should be in sync across cloudalchemy repos were changed either here or in [cloudalchemy/skeleton](https://github.com/cloudalchemy/skeleton). This PR propagates files from [cloudalchemy/skeleton](https://github.com/cloudalchemy/skeleton). If something was changed here,...

area/automation
area/tests
area/docs

Why not downloading it on the server directly? I had this error on my mac and thought it makes maybe sense to move the download directly to the server maybe?...

area/tasks

**What is missing?** A ansible_distribution variable for AlmaLinux. **Why do we need it?** Because the ansible distribution or os variable for AlmaLinux does not return centos-8. **Environment** AWS * Role...

enhancement

Hi, it seems that include is deprecated now. https://github.com/ansible/ansible/issues/76684 Here is the update :)

area/tasks

create vars file for RHEL9 support

area/vars

**What happened?** When adding/updating the parameter `prometheus_web_config`, prometheus is not reloaded and new parameters are not applied. **Did you expect to see some different?** `prometheus_web_config` updated should notify a reload...

bug

Added prometheus reload after updating web_config, regarding to #396

area/tasks

**What did you do?** I tried to add `relabel_configs:` to `prometheus_scrape_configs:` for a[ iperf3 exporter](https://github.com/edgard/iperf3_exporter). ``` prometheus_scrape_configs: - job_name: 'iperf3' metrics_path: /probe static_configs: - targets: - 123.123.123.123 params: port: ['5201']...

question

Add support for [Prometheus agent mode](https://prometheus.io/blog/2021/11/16/agent/)

area/docs
area/vars
area/jinja