stuart-warren / django-opentsdb

Django site to play with as a nicer front end to OpenTSDB (v1). Uses NVD3.js graphs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-opentsdb

Django site to play with as a nicer front end to OpenTSDB. Uses NVD3.js graphs

Install django 1.4.3 [https://docs.djangoproject.com/en/1.4/intro/install/]

cd opentsdb_dashboard/
python manage.py runserver

Open browser to http://127.0.0.1:8000

Initial version uses a static data file.

To point to actual data, see dashboard/translate.py. Change url to one for opentsdb ascii data for metrics you want (may want to down-sample)

load average graph using opentsdb data but generated with NVD3 library

See https://github.com/proofpoint/kairosdb for another alternative with nicer graphs and runs on cassandra rather than hbase

About

Django site to play with as a nicer front end to OpenTSDB (v1). Uses NVD3.js graphs

License:Other


Languages

Language:JavaScript 99.0%Language:Python 1.0%Language:Shell 0.0%