https://github.com/elan-ev/monitoring_statsd_exporter
Ansible role to install the statsd_exporter for prometheus
https://github.com/elan-ev/monitoring_statsd_exporter
Last synced: 3 months ago
JSON representation
Ansible role to install the statsd_exporter for prometheus
- Host: GitHub
- URL: https://github.com/elan-ev/monitoring_statsd_exporter
- Owner: elan-ev
- License: bsd-3-clause
- Created: 2022-03-04T22:22:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T15:55:32.000Z (about 3 years ago)
- Last Synced: 2025-02-25T10:46:44.009Z (3 months ago)
- Language: Jinja
- Size: 6.84 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role for the statsd_exporter

Install the latest [statsd_exporter](https://github.com/prometheus/statsd_exporter) version with [ansible](https://docs.ansible.com/).
## Role Variables
For a full overview of configuration options look at the [defaults](defaults/main.yml)
and the corresponding config options on the statsd_exporter GitHub-page.## Example Playbook
If you do not want to change the defaults, just add the role to your playbook:
```yaml
- hosts: all
become: true
roles:
- elan.monitoring_statsd_exporter
```## Development
For development and testing you can use [molecule](https://molecule.readthedocs.io/en/latest/).
With podman as driver you can install it like this – preferably in a virtual environment (if you use docker, substitute `podman` with `docker`):```bash
pip install -r .dev_requirements.txt
```Then you can *create* the test instances, apply the ansible config (*converge*) and *destroy* the test instances with these commands:
```bash
molecule create
molecule converge
molecule destroy
```If you want to inspect a running test instance use `molecule login --host `, where you replace `` with the desired value.
## License
[BSD-3-Clause](LICENSE)
## Author Information
[ELAN e.V](https://elan-ev.de/)