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: about 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T17:48:09.000Z (over 2 years ago)
- Last Synced: 2025-05-15T23:42:06.923Z (about 1 year ago)
- Topics: alert-manager, ansible, grafana, monitoring, monitoring-automation, monitoring-server, node-exporter, prometheus
- Language: Jinja
- Homepage:
- Size: 709 KB
- Stars: 2
- 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

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

---
### Grafana

---
### Alert Manager

---
### Node Exporter

License
-------
GNU General Public License v3.0
Author Information
------------------
[LinkedIn](https://www.linkedin.com/in/imannovv/)