ansible-prometheus
ansible-prometheus copied to clipboard
Deploy Prometheus monitoring system
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,...
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?...
**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...
Hi, it seems that include is deprecated now. https://github.com/ansible/ansible/issues/76684 Here is the update :)
**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...
Added prometheus reload after updating web_config, regarding to #396
**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']...
Add support for [Prometheus agent mode](https://prometheus.io/blog/2021/11/16/agent/)