Monitor, optimize and configure multiple PostgreSQL instances.
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.
We provide a complete testing environment based on Docker ! Please read our QUICKSTART guide for more details.
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.
temBoard is available under the PostgreSQL License.