https://github.com/secshellnet/ansible-role-exporter
https://github.com/secshellnet/ansible-role-exporter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/secshellnet/ansible-role-exporter
- Owner: secshellnet
- Created: 2023-09-08T11:13:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T21:29:10.000Z (over 2 years ago)
- Last Synced: 2023-10-30T22:28:05.679Z (over 2 years ago)
- Language: Go
- Size: 7.03 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-role-exporter
This ansible role can be used to install prometheus exporters on the system.
[node exporter](https://github.com/prometheus/node_exporter) will be installed always.
If the variable `install_docker` is set to true [cadvisor](https://github.com/google/cadvisor) and [docker-exporter](./files/docker_status_exporter_src/) will be installed too.
The variables `install_redis` and `install_postgresql` do install redis / postgresql exporter.