GithubHelp home page GithubHelp logo

monitoring-setup's Introduction

Prometheus with Grafana using Ansible

In this project, we are configurating prometheus, node_exporter, alertmanager and Grafana. We setup Grafana dashboard which can use source as Prometheus.

Getting Started

vault password is : password

Step 1: Update ip address of instances in inventory file.

Step 2: install requirements like this : ansible-galaxy collection install -r requirements-galaxy.yml

Step 3: Run ansible command to setup prometheus, node_exporter, alertmanager and Grafana services separately, or install whole monitoring stack in docker containers

Ansible command to install prometheus : ansible-playbook -i inventory.yml playbook.yml --tags prometheus -kK

                                    prometheus should then be available at machine_ip:9090 for example http://192.168.43.148:9090/status

Ansible command to install alertmanager : ansible-playbook -i inventory.yml playbook.yml --tags alertmanager -kK

                                      alertmanager should then be available at machine_ip:9093 for example http://192.168.43.148:9093/#/alerts

Ansible command to install grafana: ansible-playbook -i inventory.yml playbook.yml --tags grafana -kK

                                grafana should then be available at machine_ip:3000 for example http://192.168.43.148:3000

Ansible command to install node_exporter : ansible-playbook -i inventory.yml playbook.yml --tags prometheus_node_exporter -kK

Ansible command to install monitoring stack in docker container : ansible-playbook -i inventory.yml playbook.yml --tags monitoring --ask-vault-pass -kK

Ansible command to add external nodeexporter targets to monitoring stack : ansible-playbook -i inventory.yml playbook.yml --tags add_nodeexporters_to_monitor -kK

monitoring-setup's People

Contributors

tinhutins avatar thutinski avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.