Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imannovv/monitoring-stack-with-ansible
This project will help you to implement monitoring setup for an organization using open source tools like Prometheus, Grafana, AlertManager etc.
https://github.com/imannovv/monitoring-stack-with-ansible
alert-manager ansible grafana monitoring monitoring-automation monitoring-server node-exporter prometheus
Last synced: 14 days ago
JSON representation
This project will help you to implement monitoring setup for an organization using open source tools like Prometheus, Grafana, AlertManager etc.
- Host: GitHub
- URL: https://github.com/imannovv/monitoring-stack-with-ansible
- Owner: imannovv
- License: gpl-3.0
- Created: 2023-10-21T17:57:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-24T17:48:09.000Z (about 1 year ago)
- Last Synced: 2024-11-06T23:13:27.070Z (2 months ago)
- Topics: alert-manager, ansible, grafana, monitoring, monitoring-automation, monitoring-server, node-exporter, prometheus
- Language: Jinja
- Homepage:
- Size: 709 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Setup Monitoring Systems with Ansible Automation
=========### Prometheus, Alertmanager, Grafana, Node Exporter
![Image](images/prometheus-grafana-alertmanager.png)
Requirements
------------Minimum 2 or 3 managed nodes(in my case CentOS7) and 1 Ansible Control node
Installing this collection
------------You can install the ansible.posix collection with the Ansible Galaxy CLI:
ansible-galaxy collection install ansible.posix
You can also download a `requirements.yml` file and install it with:
ansible-galaxy collection install -r requirements.yml
Example Playbook
----------------After changing ansible.cfg and inventory files, Run setup-monitoring-systems.yml file to start the Setup of the Monitoring Systems
ansible-playbook setup-monitoring-systems.yml
Images from Project
-------### Prometheus
![Image](images/prometheus.png)
---
### Grafana![Image](images/grafana.png)
---
### Alert Manager![Image](images/alert_manager.png)
---
### Node Exporter![Image](images/node_exporter_metrics.png)
License
-------GNU General Public License v3.0
Author Information
------------------[LinkedIn](https://www.linkedin.com/in/imannovv/)