Skip to content

dbwildlife/temboard

 
 

Repository files navigation

temBoard logo: a woodpecker

Monitor, optimize and configure multiple PostgreSQL instances.

Screenshot temBoard

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 psycopg2-binary
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.

Packages

No packages published

Languages

  • Python 36.4%
  • JavaScript 29.6%
  • HTML 15.4%
  • PLpgSQL 12.2%
  • SCSS 2.9%
  • Shell 1.9%
  • Other 1.6%