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