Git Product home page Git Product logo

krakendash's Introduction

kraken

A free Ceph dashboard for stats and monitoring

You can see what the latest version looks like here

Come hang out with us on freenode in #kraken-dashboard

Installation and Roadmap

Prerequisites:

The ceph-rest-api must be run on either a member of your Ceph cluster, or on a installed client node that has admin access to the cluster.

Installation:

Create a new user called kraken then:

  cd /home/kraken
  git clone https://github.com/krakendash/krakendash

Install Kraken's dependencies:

apt-get install python-pip python-dev libxml2-dev libxslt-dev
pip install -r requirements.txt

In the krakendash/contrib directory there are two files, api.sh and django.sh

cp krakendash/contrib/*.sh .

api.sh starts the ceph-rest-api in a screen session called api django.sh starts krakendash in a screen session called django

You can run these files to kick off the api and application. To detach a screen session, use CTRL-A, then his the D key.

Now you can run Kraken!

in /home/kraken do: ./api.sh (if you are running kraken on a ceph client or cluster node) ./django.sh

Edit krakendash/kraken/kraken/settings.py

Here you can change CEPH_BASE_URL to point at your host running ceph-rest-api, it is preconfigured already for localhost.

Phase One

  • Cluster status
  • Cluster data usage
  • MON status
  • OSD status
  • PG status
  • Better UI

Phase Two

  • [] Advanced metrics
  • [] List pools, size
  • [] Pool status
  • [] Kraken API
  • Multi-MON support
  • Migrate from requests to python-cephclient

Phase Three

  • [] Modify OSD
  • [] Modify MON
  • [] Modify CRUSH
  • [] Delete pool
  • [] Better graphs

Phase Four

  • [] Auth system
  • [] User session tracking

Phase Five

  • [] Collectd integration
  • [] Graphite integration

Phase Six

  • [] Multi-cluster support

krakendash's People

Contributors

kellvin avatar

Watchers

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