Giter Club home page Giter Club logo

cephews's Introduction

CephEWS

Early Warning System for Ceph. Please note this will have code for the ceph dashboard, anomaly detection(will be here in the next release) etc.

Features

  • Ceph cluster monitoring
  • Ceph OSD monitoring
  • Ceph pool management
  • Ceph CRUSH rule management
  • Ceph object distribution query

Screenshots

Dependency

Ceph-rest-api

CephEWS relys on ceph-rest-api to read Ceph status and manage the whole cluster.

Collectd

To collect metrics from each OSD hosts.

Graphite

CephEWS reads metrics via Graphite api. Please make sure CephEWS can access Graphite web interface.

Installation

Please install collectd on each of OSD host nodes and one of the monitor nodes.

Monitor Node Setup

OSD Host Node Setup

  • Enable collectd network plugin, send metrics to the collectd server configured above.
  • Enable load, memory, disk plugins in collectd.

Install Django Webapp

  • Copy dashboard/dashboard/settings.py.example to dashboard/dashboard/settings.py. Change settings accordingly.
  • Create database: python manage.py migrate.
  • Create super user: python manage.py createsuperuser.
  • Start the web server: python manage.py runserver, you should be able to see the dashboard in you web browser with the address: http://127.0.0.1:8000.

Labs feature

  • Install librados: sudo apt-get install python-rados python-rbd.
  • Set the path to ceph.conf and ceph.client.admin.keyring in dashboard/dashboard/settings.py. Give CephEWS access both of the files.

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.