Skip to content

pierrehilbert/temboard

 
 

Repository files navigation

temBoard logo: a woodpecker

Monitor, optimize and configure multiple PostgreSQL instances.

Versions of python supported Documentation Travis CircleCI Code coverage Version on PyPI
Screenshot temBoard

Click on image to see a quick demo.

Install

temBoard is composed of 2 basic elements:

  • A lightweight agent that you need to install on every PostgreSQL server you want to manage. See dalibo/temboard-agent for the agent project.
  • A central web app (this project) to control the agents and collect metrics.

temBoard needs a dedicated database called repository to store configuration, metrics and other data.

pip install temboard
sudo -u postgres bash /usr/local/share/temboard/create_repository.sh
temboard -c /usr/local/share/temboard/quickstart/temboard.conf

Now install dalibo/temboard-agent along the PostgreSQL cluster you want to administer and register it in the UI. Further details on temboard.readthedocs.io.

Docker Quickstart

We provide a complete testing environment based on Docker ! Please read our QUICKSTART guide for more details.

Contribute

temBoard is an open project. Any contribution to improve it is welcome.

Want to contribute? Please first read our guide on contributing if you're interested in getting involved.

License

temBoard is available under the PostgreSQL License.

About

PostgreSQL Remote Control

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 38.0%
  • JavaScript 36.8%
  • PLpgSQL 10.6%
  • HTML 9.5%
  • CSS 4.0%
  • Shell 1.0%
  • Makefile 0.1%