Giter Club home page Giter Club logo

monitoring-integration's Introduction

Monitoring-Integration

Installation Details

The following steps outline the procedure to install monitoring-integration component.

Note :

All the commands mentioned below are run as a regular user that has sudo privileges.
  1. Installing Monitoring-Integration

    Note

    Make sure tendrl repositories are enabled. https://github.com/Tendrl/documentation/wiki/Tendrl-Package-Installation-Reference

    $ yum install tendrl-monitoring-integration
    
  2. Configure Graphite

    $ /usr/lib/python2.7/site-packages/graphite/manage.py syncdb
      --noinput chown apache:apache /var/lib/graphite-web/graphite.db
    
  3. Start/Restart server to load new configurations

  • Enable and start carbon-cache service

    $ systemctl enable carbon-cache
    $ systemctl start carbon-cache
    
  • Start grafana server

    $ systemctl daemon-reload
    $ systemctl enable grafana-server.service
    $ systemctl start grafana-server
    
  • Restart httpd

    $ systemctl restart httpd
    
  1. Configuring Monitoring-Integration
  • Open monitoring-integration.conf.yaml:

    $ vi /etc/tendrl/monitoring-integration/monitoring-integration.conf.yaml
    
  • Update datasource_host with IP of the server:

    datasource_host = <IP of the server>
    

    Note :

    Do not provide localost or 127.0.0.1.

  1. Running Monitoring-Integration
  • Run monitoring-integration

    $ tendrl-monitoring-integration
    
  1. Open Grafana
  • Open the following URL in the browser

    http://<IP of the server>:3000
    

monitoring-integration's People

Contributors

rishubhjain avatar r0h4n avatar anivargi avatar timothyasirjeyasing avatar cloudbehl avatar brainfunked avatar

Watchers

James Cloos avatar  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.