All Projects → daamien → Postgresql Dashboard

daamien / Postgresql Dashboard

Licence: other
A real-time monitoring screen based on Dashing and Sinatra

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Postgresql Dashboard

Temboard
PostgreSQL Remote Control
Stars: ✭ 218 (+127.08%)
Mutual labels:  postgresql, monitoring, dashboard
Pgwatch2
PostgreSQL metrics monitor/dashboard
Stars: ✭ 960 (+900%)
Mutual labels:  postgresql, monitoring, dashboard
Cimonitor
Displays CI statuses on a dashboard and triggers fun modules representing the status!
Stars: ✭ 34 (-64.58%)
Mutual labels:  monitoring, dashboard
Karma
Alert dashboard for Prometheus Alertmanager
Stars: ✭ 1,007 (+948.96%)
Mutual labels:  monitoring, dashboard
Spring Boot Actuator Demo
Spring Boot Actuator: Health Check, Metrics Gathering, Auditing, and Monitoring
Stars: ✭ 61 (-36.46%)
Mutual labels:  monitoring, dashboard
Postgresql exporter
A Prometheus exporter for some postgresql metrics
Stars: ✭ 26 (-72.92%)
Mutual labels:  postgresql, monitoring
Devdash
🍱 Highly Configurable Terminal Dashboard for Developers and Creators
Stars: ✭ 939 (+878.13%)
Mutual labels:  monitoring, dashboard
Grafana Zabbix Dashboards
Grafana dashboards for Zabbix
Stars: ✭ 50 (-47.92%)
Mutual labels:  monitoring, dashboard
Metabase
The simplest, fastest way to get business intelligence and analytics to everyone in your company 😋
Stars: ✭ 26,803 (+27819.79%)
Mutual labels:  postgresql, dashboard
Gatus
⛑ Gatus - Automated service health dashboard
Stars: ✭ 1,203 (+1153.13%)
Mutual labels:  monitoring, dashboard
Tessera
A dashboard front-end for graphite.
Stars: ✭ 1,202 (+1152.08%)
Mutual labels:  monitoring, dashboard
Amon
Amon is a modern server monitoring platform.
Stars: ✭ 1,331 (+1286.46%)
Mutual labels:  monitoring, dashboard
Pgnodemx
A PostgreSQL extension that provides SQL functions to allow capture of node OS metrics via SQL queries.
Stars: ✭ 26 (-72.92%)
Mutual labels:  postgresql, monitoring
Prometheus
Kubernetes Setup for Prometheus and Grafana
Stars: ✭ 824 (+758.33%)
Mutual labels:  monitoring, dashboard
Unsee
Alert dashboard for Prometheus Alertmanager
Stars: ✭ 700 (+629.17%)
Mutual labels:  monitoring, dashboard
Ward
Server dashboard
Stars: ✭ 1,026 (+968.75%)
Mutual labels:  monitoring, dashboard
Pg activity
pg_activity is a top like application for PostgreSQL server activity monitoring.
Stars: ✭ 1,232 (+1183.33%)
Mutual labels:  postgresql, monitoring
Pgmetrics
Collect and display information and stats from a running PostgreSQL server
Stars: ✭ 612 (+537.5%)
Mutual labels:  postgresql, monitoring
Flask Profiler
a flask profiler which watches endpoint calls and tries to make some analysis.
Stars: ✭ 622 (+547.92%)
Mutual labels:  monitoring, dashboard
Zabbixdba
Zabbix Database Monitoring Service (Oracle, Pg, MySQL, MS SQL, DB2, etc.)
Stars: ✭ 68 (-29.17%)
Mutual labels:  postgresql, monitoring

PostgreSQL Dashboard is simple monitoring tool that provides a live activity report of a PostgreSQL instance.

It is designed to be displayed on a large screen in a monitoring room or an open space office. The current dashboard is currently composed of 5 widgets :

  • General Info : Version, number of host databases, etc.
  • Hit Ratio : The % of data found in cache
  • Buffers : The number of new buffers allocated
  • Queries : The number of active queries currently running of the instance
  • Twitter : A glimpse of the #PostgreSQL feed

Adding a new job should be fairly easy. this tool is design so that you can write a custom widget to display stats you find relevant or build a dynamic graph on some "business logic" valuation.

The layout is also entirely flexible. You can easily drag'n'drop any widget to put it wherever you want on the screen. And HTML code of the dashboard can be modified for specific needs, such as specific screen dimensions.

Quick Start

If you already have installed a Ruby environnement, simply type:

  git clone https://github.com/daamien/PostgreSQL-Dashboard.git
  cd PostgreSQL-Dashboard
  bundle
  mv config_postgresql.rb.example config_postgresql.rb
  vi config_postgresql.rb
  dashing start

Now go to http://localhost:3030 and have fun!

For more instructions, please read INSTALL.md

Requirements

PostgreSQL Dashboard is based on Dashing, a very nice dashboard framework. Dashing itself is based on Sinatra, a very nice Ruby web framework.

Basically to run this tool, you will need:

  • PostgreSQL 9.0.x or later
  • Ruby 1.9.x or later
  • Sinatara 1.4.x or later
  • Dashing 1.3.x or later

Security

You need to be careful about the security of your PostgreSQL server when installing this tool .

Therefore I strongly recommend the following precautions :

License

PostgreSQL Dashboard is distributed under the PostgreSQL License.

Dashing is distributed under the MIT License.

The name "PostgreSQL" is registered trademark and the PostgreSQL Logo is a copyrighted design of the PostgreSQL Global Development Group.

Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].