ansible-prometheus
ansible-prometheus copied to clipboard
Ansible role for the management of Prometheus software and Prometheus exporters
Hello : Line 85 : echo sss_check_problems 1 Replace by : echo sssd_check_problems 1 :)
This resolves the following error that I have experienced provisioning prometheus node exporter on Ubuntu 22.04 LTS as well as Rocky Linux 8, from a Mac OS Ansible controller host:...
mysqld_exporter v0.13.0 will fallback to building from source despite a binary being available as the data in vars/software/mysqld_exporter.yml is bad. ---[snip]--- - name: v0.13.0 commit: sha: ad2847c7fa67b9debafccd5a08bacb12fc9031f1 timestamp: '2021-05-21T14:14:17' timestamp:...
Fixes #22 @mesaguy this works but I guess the tests won't work since the devuan docker images it references don't exist.
I ran into this when I was configuring the mongo exporter, it requires me to set credentials via environment variables. Environment files are frequently used to inject sensitive values to...
Dear Mesaguy, Thank you for the fantastic ansible role! Have you thought about publishing the role as a [collection](https://docs.ansible.com/ansible/latest/dev_guide/developing_collections.html)? We are thinking about developing a thin abstraction level over your...
Thanks for the amazing job you're doing on this project, I find it extremely useful and invaluable. This is more of a question than an actual issue. I would like...
I think your ansible role is pretty impressive. Was wondering about you adding support for Devuan. Which is basically Debian using sysvinit. All worked so far except it fails here:...
Add documentation detailing the exact steps necessary to add an exporter and the methods used to generate exporter metadata. This issue was brought up in #11
Some snmp_exporter configuration files require to have sensitive data, such as for cmc devices. By swapping the copy module on line 50 to template in the snmp_exporter task you can...