Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ialejandro/ansible-full-monitoring
Ansible with Prometheus + Alertmanager + Grafana
https://github.com/ialejandro/ansible-full-monitoring
alertmanager ansible grafana monitoring prometheus stack
Last synced: about 13 hours ago
JSON representation
Ansible with Prometheus + Alertmanager + Grafana
- Host: GitHub
- URL: https://github.com/ialejandro/ansible-full-monitoring
- Owner: ialejandro
- License: mit
- Created: 2019-09-15T12:21:52.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T15:47:50.000Z (4 months ago)
- Last Synced: 2024-08-01T17:47:18.193Z (4 months ago)
- Topics: alertmanager, ansible, grafana, monitoring, prometheus, stack
- Language: Jinja
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible: Prometheus + Alertmanager + Grafana
Deploy a full monitoring stack (Prometheus + Alertmanager + Grafana) with Ansible.
## Requirements
* [pipenv](https://github.com/pypa/pipenv)
### Use virtualenv
```
cd virtualenvs
pipenv shell
```## Deploy
```
ansible-playbook -K -b deploy_stack.yml
```### Default configuration
* Prometheus: http://localhost:9090
* Alertmanager: http://localhost:9093
* Grafana: http://localhost:3000## Clean
```
ansible-playbook -K -b clean_stack.yml
```