Skip to content

This project will help you to implement monitoring setup for an organization using open source tools like Prometheus, Grafana, AlertManager etc.

License

Notifications You must be signed in to change notification settings

imannovv/monitoring-stack-with-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Monitoring Systems with Ansible Automation

Prometheus, Alertmanager, Grafana, Node Exporter

Image

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

Grafana

Image

Alert Manager

Image

Node Exporter

Image

License

GNU General Public License v3.0

Author Information

LinkedIn

About

This project will help you to implement monitoring setup for an organization using open source tools like Prometheus, Grafana, AlertManager etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages