Giter Site home page Giter Site logo

naikonix / monitoring-stack Goto Github PK

View Code? Open in Web Editor NEW

This project forked from carlessanagustin/monitoring-stack

1.0 0.0 0.0 458 KB

A Dockerized Logstash/Kibana, Sensu/Uchiwa and Graphite/Grafana Monitoring Stack

JavaScript 16.16% Python 21.49% CSS 1.68% HTML 7.98% Ruby 52.69%

monitoring-stack's Introduction

Monitoring Stack (BETA)

Héra Monitoring is a ready to use / easy to use Monitoring stack running with Docker, composed of Logstash/Kibana for log management, Graphite/Grafana as scalable real-time graphing system and Sensu/Uchiwa as monitoring framework.

Architecture

Getting Started

In order to build/run the Héra Monitoring stack, you'll need to have Docker and Docker Compose installed on your machine. Please look at the Docker Installation Guide and the Docker Compose Installation Guide if you don't have them installed.

To Run the stack using the images from the official Docker Registry:

docker-compose -p heramonitoring -f data-containers.yml up -d
docker-compose -p heramonitoring up -d

Configuration

You'll find several configuration files in /run/service_name folders:

Elasticsearch Curator

  • curator.json: This is a configuration file to configure your data retention in ElasticSearch. The one we provide specify a retention of 14 days for the Logstash data.

Grafana

  • config.js: This is the Grafana configuration file. The one we provide specify the correct host/port for the other services Grafana needs to communicate with.
  • Refer to the grafana image in build folder for details on available custom configurations controllable at container startup time.

Graphite-Web

  • local_settings.py: This is the graphite-web configuration file. The one we provide should be good for most of the cases but feel free to customize it.
  • Refer to the graphite-web image in build folder for details on available custom configurations controllable at container startup time.

Carbon

  • cache/carbon.conf: This is the Carbon-Cache (the backend use by Graphite to store data in Whisper files) Configuration file. The one we provide should be good for most of the cases but feel free to customize it.
  • cache/storage-schemas.conf: Another Carbon Configuration file. This one is useful to configure the retentions of your Graphite data.
  • relay/carbon.conf: This is the Carbon-Relay (the backend use by Graphite to distribute data writing across multiple Carbon-Cache) Configuration file. The one we provide should be good for most of the cases but feel free to customize it.
  • Refer to the carbon image in build folder for details on available custom configurations controllable at container startup time.

Logstash

  • The config folder: This is where you have to put your Logstash rules. The ones we provide, include SNMP trap and Lumberjack inputs, filter rules for SNMP traps and Log4j logs and finally, an output definition to Elasticsearch.
  • The ssl folder: This is where you'll find the RSA keys used for Lumberjack communications. Feel free to use yours.

Nginx (Monitoring Proxy)

  • The Nginx sites configurations: The default configuration we provide, configure Nginx as a proxy using SSL for Kibana, Grafana, Uchiwa, Elasticsearch and Graphite.
  • The html folder: By default, Nginx is configured to render the content of that folder as a welcome page. You can customize it for your organization if you need. The welcome page we provide, allows you to go on one dashboard or another in one click.
  • The ssl folder: This is where you'll find the certificate and the private key used for HTTPS. Feel free to use yours.

Sensu Client

  • The config folder: This is where you have your sensu client configuration.
  • The plugins folder: This is where you have to put your sensu plugins. Currently, we provide two: one to trigger alarms based on configurable thresholds on Graphite targets and another to collect SNMP metrics on a multi-hosts / multi-services environment.

Uchiwa (Sensu dashboard)

  • config.js: This is the Uchiwa configuration file.

Credits

  • Authors & Maintainers: Carles San Agustin

monitoring-stack's People

Contributors

bargenson avatar djsly avatar faresnuance avatar

Stargazers

Roman 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.