• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Monitoring Tool’s Dashboard With Tessera

By Abhishek Ghosh July 14, 2014 7:31 am Updated on July 14, 2014

Monitoring Tool’s Dashboard With Tessera

Advertisement

Build Nice Graphical Interface for Your Cloud App or Server Monitoring Tool’s Dashboard with Python based Tessera with Nice Solarized Theme. Graphite is a free software for highly scalable real-time graphing system written in Python, Tessera is also written in Python. Both has extensive documentation to make them working in the way you want. Urban Airship is the company behind developing these free softwares, however the softwares are free, compatible GNU GPL 3.0 License and has the opportunity of using with lot of add ons.

 

Monitoring Tool’s Dashboard With Tessera : Getting Started

 

Official repository on Github and relevant official webpages are here :

Vim
1
2
3
4
5
6
7
8
9
10
11
# tessera
https://github.com/urbanairship/tessera
# graphite
https://github.com/graphite-project/graphite-web
http://graphite.readthedocs.org/en/latest/overview.html
# graphite and tessera will share common features
http://urbanairship.com/blog/2014/06/30/introducing-tessera-a-graphite-frontend
# add ons which works with both
http://graphite.readthedocs.org/en/latest/tools.html
# we will require gunicorn for production server
https://github.com/benoitc/gunicorn

Monitoring Tool's Dashboard With Tessera

Gunicorn is a Python HTTP Server ported from Ruby’s Unicorn project. Gunicorn server is broadly compatible with various web frameworks, including Tessera. So, practically reading the readme.md file of Tessera will be enough to run Tessera. They have given the example without Gunicorn HTTP Server.

Advertisement

---

 

Installing Monitoring Tool’s Dashboard With Tessera

 

One will need to have Python 2.7, node.js, a C compiler installed and node.js is used for building the web assets, node.js is not used for running the server. As we are running on Linux server (it is by default for OS X), we need to perform few extra steps :

Vim
1
2
3
4
5
6
7
8
9
10
11
12
13
git clone git@github.com:urbanairship/tessera.git
cd tessera
pip install -r requirements.txt
pip install -r dev-requirements.txt
virtualenv .
. bin/activate
# install nom beforehand and then grunt-cli
npm install -g grunt-cli
npm install
# activate grunt's interactive mode
grunt
# example command
# grunt watch &

We will need SQLite database for backing store :

Vim
1
http://www.sqlite.org/download.html

Gunicorn is easy to install :

Vim
1
pip install -U gunicorn

Please read the rest from Gunicorn’s repo to understand the way of usage. Application default settings are stored in tessera/config.py , etc/config.py can exist, which is relative to the app process’ working directory and will override the settings from the defaults file.
SQLALCHEMY_DATABASE_URI is a database URI string pointing SQLAlchemy where is your database, e.g. sqlite:///tessera.db or with PostgreSQL database postgresql://localhost/tessera ; GRAPHITE_URL is the URL to Graphite web app, SECRET_KEY is for secure sessions. If you want to use the demo database run :

Vim
1
2
inv initdb
inv json.import 'demo/*'

We can run with Gunicorn in this way :

Vim
1
unicorn <args> tessera:app

Tagged With dashboards with python , tessera demo grapphite
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Monitoring Tool’s Dashboard With Tessera

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

  • Dashboard of Mac OS X : Everything About Dashboard

    Dashboard of Mac OS X is an interesting set of feature which some finds very useful but the others never uses them. The big features are less known to the most.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy