1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2024-11-28 09:33:47 +02:00

Merge pull request #154 from JamesPaden/patch-1

Add Instrumental to Monitoring section
This commit is contained in:
Asad Dhamani 2017-03-25 04:54:43 +05:30 committed by GitHub
commit 1791bb166b

View File

@ -70,6 +70,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i
### Monitoring
* [check\_pgactivity](https://github.com/OPMDG/check_pgactivity) - check\_pgactivity is designed to monitor PostgreSQL clusters from Nagios. It offers many options to measure and monitor useful performance metrics.
* [Check\_postgres](https://github.com/bucardo/check_postgres) - Nagios check\_postgres plugin for checking status of PostgreSQL databases.
* [Instrumental](https://github.com/Instrumental/instrumentald) - Real-time performance monitoring, including [pre-made graphs](https://instrumentalapp.com/docs/instrumentald/postgresql#suggested-graphs) for ease of setup (Commercial Software)
* [libzbxpgsql](https://github.com/cavaliercoder/libzbxpgsql) - Comprehensive PostgreSQL monitoring module for Zabbix.
* [Pome](https://github.com/rach/pome) - Pome stands for PostgreSQL Metrics. Pome is a PostgreSQL Metrics Dashboard to keep track of the health of your database.
* [pg\_view](https://github.com/zalando/pg_view) - Open-source command-line tool that shows global system stats, per-partition information, memory stats and other information.