Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inkscope/inkscope
inkScope is a ceph visualization and admin interface
https://github.com/inkscope/inkscope
admin-dashboard ceph dashboard
Last synced: 3 months ago
JSON representation
inkScope is a ceph visualization and admin interface
- Host: GitHub
- URL: https://github.com/inkscope/inkscope
- Owner: inkscope
- License: apache-2.0
- Created: 2013-12-05T13:52:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T09:08:07.000Z (over 4 years ago)
- Last Synced: 2024-07-16T14:07:08.709Z (4 months ago)
- Topics: admin-dashboard, ceph, dashboard
- Language: JavaScript
- Homepage: http://inkscope.blogspot.fr/
- Size: 18.1 MB
- Stars: 203
- Watchers: 43
- Forks: 70
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
inkScope
========**Inkscope** is about to die. As ceph-rest-api has been deleted since Mimic version, Inkscope cannot be maintained anymore.
**Inkscope** is a [Ceph](http://ceph.com) admin and supervision interface. It relies on an API provided by ceph. We also use mongoDB to store real time metrics and history metrics.
We recommend to install Inkscope installation with the help of an [ansible playbook](https://github.com/inkscope/inkscope-ansible)
![inkscope architecture](https://github.com/inkscope/inkscope/raw/master/documentation/inkscope-platform.png)
The main folders are:
**documentation** contains diagram of inkScope architecture, datamodel...
**inkscopeViz** : GUI to visualize Ceph cluster status (dashboard), relations between Ceph cluster objects and to manage some elements of a ceph cluster like flags, pools, erasure code profiles, rados gateway users and buckets...
**inkscopeCtrl** : server part of inkscopeViz. It provides a REST API, orchestrating calls to ceph rest API's, Rados gateway administration API and command lines
**inkscopeProbe** : probes to collect information about the cluster (Ceph and system info)
**inkscopeMonitor** : for supervision of Ceph (to be developed)
Here is the dashboard screenshot and an object storage user management screenshot. Other screenshots can be found [there](https://github.com/inkscope/inkscope/tree/master/screenshots)
![dashboard](https://raw.github.com/inkscope/inkscope/master/screenshots/Screenshot-Status.png)
![Object storage user management](https://raw.github.com/inkscope/inkscope/master/screenshots/Screenshot-S3userManagement.png)what do we plan in Inkscope?
============================
- to maintain compatibility of inkscope with new ceph versions (Luminous and olders are currently supported)