Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.76 KB

README.rst

File metadata and controls

58 lines (40 loc) · 1.76 KB

temBoard Agent

temBoard is a powerful management tool for PostgreSQL.

temBoard agent is a Python2 service designed to run along PostgreSQL, exposing a REST API to implement various management tasks on PostgreSQL instance. See http://temboard.io/ for the big picture.

Features

  • Non intrusive daemon dedicated to one PostgreSQL cluster.
  • No extra dependencies.
  • Written python2.7, supported by stable distribution releases.
  • Secured REST API with SSL and credentials.
  • Extensible with plugins.

Installation

pip install temboard-agent
sudo -u postgres temboard-agent -c /usr/local/share/temboard-agent/quickstart/temboard-agent.conf

See temBoard full documentation for details on configuration.